Combobox text change.
I am preparing windows form in which I am putting combo box to provide the user to select the value depending on the properties of an object.Ex: for Anhydrite it is 2.5, for Dolomite it is 2.8.I am...
View ArticleVisual C# : I want to show the value on selection of text provided in...
I am preparing windows form in which I am putting combo box to provide the user to select the value depending on the properties of an object.Ex: for Anhydrite it is 2.5, for Dolomite it is 2.8.I am...
View ArticleMaximize button on a Form
I have a Form that has following document outlineToolbar Statusbar HorzSplitter (HS)+++HS.Panel1 | |+++StackPanel (SP) | |++SP.Panel1 [Contains few text boxes and labels] | |++SP.Panel2 | |...
View Articlehelp me on webbrowser progresschage and progressbar
hi, can someone help me create a progress bar that change depends on the progress that the webbrowser make? im made one in vb.net but i cant translate it on c++ and that's why im asking here for help,...
View Articletextbox databinding to new datarow
Hi:Having searched for while, but can't find any solution.Say I have a form with several textbox on it. when form is onshown, I bind those textbox to a datatable: txtCustCode.DataBindings.Add("Text",...
View ArticlePls help..Need to disable Javascript error in Web browser control
Hi, I am using a web browser control in my Win Form when i try to open the application from XP running machine it is working fine without any errors.When I try to open the same application from Windows...
View ArticleThe easiest way to emulate key press
I´m currently wokring on a project where I want to emulate to keyboard press to control a game, So Im looking for the easiest way to make this work. I tried using Sendkeys but for some reason it does...
View ArticleOutlook Style SDI Application Sample with vb
Hi, does anyone know for a sample (or have advise) highlighting the use of loading panels with usercontrols based on a treeview selection just like the Outlook XP interface. Thanks
View Article"Install now" button dialog box appears again when i click on the button...
dear sir.i made usb using Windows 7 USB DVD Download Tool for windows 7. Its boot fine but when i click "Install Now" Button this dialog button appears again to click on "Install Now" Button.in others...
View ArticleTreeview Paint Node Text With Unsafe WndProc method
Hi,I have Treeview control in my windows form. I am using Unsafe WndProc method to draw custom text with node text as same as below link.using System; using System.Drawing; using System.Collections;...
View ArticleTelugu font is not well in rdlc report in c# windows application
HiI used windows application for my project. I used c# language and rdlc files for reports. Client want to display telugu font in the report. I attached goutami telugu font. It works well in window7 ,...
View ArticleTo print the ticket for application
I have a form1 where I am getting the details like how many number of adults and children but I have to print the ticket with the name of the company like below...
View ArticleUse older version third party tools in newer version of visual studio
I have upgraded visual studio from 2005 to 2010. How can i use componentone controls which i was using in 2005(I don't need an payed upgrading of componentone because current version itself doing all...
View ArticleVB Time in Datagridview.
Hi to all.I have a datagridview. The first and the third column is time.I want to copy the value of this cells in a text box but when the time is less than 10:00 lets say 08:10 in the text box i see...
View ArticlePersisting property grid collections with default values
I have a treeview that I want to come with certain collections. I'm having trouble getting my collections to persist, I suspect because they have default values. Am I correct? Anything I can do? What...
View ArticleDragging a file into a RichTextBox - want only the path to the file, not the...
Hi.I have a rich text box that I want to allow drag and drop from Windows Explorer, and that part works. Sort of. When I drag a file into the text box I get two bits of info - one is the actual file...
View Articleupdate datagrid view automaticlly
i work with sql server and i have a table that can be modified from different forms.and i have a from contain a datagrid view that i want to be updated automatically every one minutesthis is the code...
View ArticleNeed help! Error (An unhandled exception of type...
Hey im trying to make Combobox that navigates to different websitesBut it gives me error: An unhandled exception of type 'System.StackOverflowException' occurred in System.Windows.Forms.dllPublic Class...
View ArticleSlow paint on initial paint of custom userControl
Before I get started, I want to make sure everyone knows I do have DoubleBuffered=True in all controls and forms. With that said, I have a usercontrol with about 50 controls on it. When I add it to a...
View Article