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 ArticleIs 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 Articlescrolling
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 Articlehow 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 ArticleASP.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 ArticleNotifyIcons 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 ArticleC#: 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 ArticleWebbrowser 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 ArticleProblem 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 ArticleChoices 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 Articledisplay 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 ArticleHow 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 ArticleC#: 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 Articlehide 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 Articlewinforms 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 ArticleSlider 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 Articleflowlayoutpanel - 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