Quantcast
Browsing all 12583 articles
Browse latest View live

MdiList Property is not on the list of menuitem properties when working with...

Thanks for the response; but another also includes to put the code in form_load() (I assumed in the midi container code)// Create a MenuStrip control with a new window. MenuStrip ms = new MenuStrip();...

View Article


Is Time based redirection in windows forms applicatons Possible?

Hi,Is there any way to do time based redirection in c#.net windows forms? Winforms there is no concept of State management.How do i achieve that? What is my requirement is, I am doing MDI forms...

View Article


scrolling

Hello,I have some troubles with scrolling. I have a picture box, and I would like to be able to zoom and scroll with a combination of mouse whell + ctrl/alt. The zooming part works fine. I was able to...

View Article

how to get the number of the week from any date

hihow i can get the number of the week from any date ?for example:i put   15/10/2013 row month number5|4|3|2|1|30|29[1]12|11|10|9|8|7|6[2]19|18|17|16|[15]|14|13[3]==>> here is the 15/10 and the...

View Article

ASP.NET/C# : Load record from SQL Database to DataGridView

Hi,I need help on loading the record from the SQL database. Im using ASP.NET and C# as programming language.I need to load  fld_Activity, fld_Project, fld_Details, fld_StartTime, fld_Duration,...

View Article


NotifyIcons Customization in Windows 7

Hi,I have implemented an c#  application that will create about 4 or 5 notify icons. When I change the Customize option for an icon say "Always Hide ", all the icons properties change as well.The...

View Article

C#: TextBox Validation

Hi, I created a Windows Application and I want to know how can I validate the textbox im using that it will not accept the special character " | " and to limit character input to 100? and also to set...

View Article

Webbrowser content was block because it was not signed by a valid security...

I developed a C# windows from which has a webbrowser. When I let the webbrowser browse a webpage using WebBrowser.Navigate(String) method, it show "Content was blocked because it was not signed by a...

View Article


Image may be NSFW.
Clik here to view.

Problem with checklistbox in windows forms

Hello,My problem about the Windows Forms "checklistbox" in Visual Studio 2012 :I have some problems in my code because if I check an items and uncheck it, it is already blue highlighted (highlighted in...

View Article


Choices in speech recognition

How to make seperate choices, one for google search, one for youtube search, one for opening things, and one for random conversation. I have this so far. public partial class Form1 : Form {...

View Article

display formatted xml in WebBrowser control

 Is there a way to display an xml stream formatted (like IE does it with color coding and collapse buttons) in the System.Windows.Forms.WebBrowser control? If not what would be the easiest way to...

View Article

How to view XML in WebBrowser control using the DocumentText property?

Hi,(This is on .NET 2.0) The only way I managed to show XML in the webbrowser control was towrite the xml contents to a file and then use "Navigate(...)" to open thefile. This is a bit awkward for me...

View Article

C#: Don't Allow " | " in TextBox

Hi,I created Windows Application, windows form with a textbox that should accept any input except " | ".Can anyone help me with this?Thanks,MukuroRokudo

View Article


How to generate a report in Visual studio 2010 using vc++

Hi All,       How to generate or create a report using vc++ in Microsoft visual studio 2010?

View Article

How can I save settings between application sessions?

My app.config has<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >      <section...

View Article


How to run VB stand alone EXE as MDI CHILD?

I'm having difficulties to create an MDI Parent as a stand alone project and run stand alone exe as MDI child. Is it possible to run Process as MDI Child form?

View Article

hide winform when application loses focus

I have a winform that I use to navigate through my excel workbook. The form opens on the Workbook Open event. All works fine, but I just noticed that if my application is open and I open any other, say...

View Article


winforms richtext getCharIndex

In the RichtextBox with some words with commas between them.I have to find the word which i clicked in the whole.And the word between commas must be shown in messagebox. Ex:-  Sachin Tendulkar...

View Article

Slider Control in Excel 2013

I'm building a decision-support system for a company for my Senior design project. I have a filter, and in that filter have a constraint that I would like to filter across a range. Obviously, a slider...

View Article

flowlayoutpanel - how to use mouseenter for labels in the panel?

I'm prototyping an windows app, and I'm stuck on an issue wit flowlayoutpanels. Im using dev studio 2008, and working in VBHere's the gig: a bunch of buttons on one form populate the flowlayoutpanel...

View Article
Browsing all 12583 articles
Browse latest View live