C#: Convertion
Hi,I dont know if i need to convert the code below and if i need im not sure how. Hope someone could help me.
View Articlehow to i refresh datagridview in VB.NET ?
i have 2 forms and this code is when i'm update my record but in my main form the datagridview can not be refreshed ...plz any one help meDim CON1 As New SqlConnection("Data...
View Articlecrystal report error on set datasource
Hello,I am using a custom class, that i have created, and trying to pass it to my report, that i have added this class as the report database. When i try to setDatasource to this class instance i get...
View ArticleButtons not visible when UIAccess=“true” in Windows 8
I have legacy Winforms project that I have been attempting to update to make it work in Windows 8. I have gone through all the steps to get my project to work with UIAccess="true" but when I have this...
View ArticleMultiple shortcut keys
I'm using this technique to register global hotkeysI'm using CTRL+T for my application but I also want:CTRL+NCTRL+OCTRL+SCTRL+FCTRL+PCTRL+HCTRL+JF1F12Each for different things, how do I do multiple...
View ArticleLED Display on Windows Form Application
I don't see a LED tool in the toolbox and was wondering how I could go around that? Can anyone help?
View ArticlePaste Directorie(s) from clipboard
Hi im making a file explorer control and I'm having trouble with pasting a directory. My Copy function does however does copy directories. I tested this out by going to desktop and clicking paste.Copy...
View ArticlehexCharCalc
I Need to modify the following code to be able to do floating point numbers Right now all I can handle is whole numbers with this calculator. Could someone please help me and modify my code to handle...
View ArticleSerialPort Events
hello,I need to use serialport event for understand ports plug and play or determine device is connect or no for open the serial port. i use prolific usb-to-serial comm port(COM3). that com3 is show...
View ArticleC#: Disabling FormClosing event
Hi,Is there a way that I can an event I created when another event occur?I need to disable the FormClosing event when I click a certain button because the FormClosing event I have shows a pop up...
View ArticleDataGridView Column Header AutoSize
Why does the column header show all text on one computer but chops part of it off on another computer both using Win7 64-bit with the columnheaderheightsizemode set to AutoSize and wrapmode set to true?
View ArticleHow to take a screenshot of a Full Size window in C#
Hi I am trying to create an application in C#.net that captures the screenshot of the current active including the area that has to be scrolled using scroll bars.I found the following code to take...
View ArticleI need to develop componet wise program on visual studio 2008 that works...
Dear all,I need to develop component wise program on visual studio 2008 that works OpenFileDialog and SaveFileDialog on Class Library. I couldn't access OpenFileDialog inside Class library and i need...
View Articlenokia lumia 900 microphone issue
my phone microphone speraker is low ..when i cal sm1 they cant hear mw properly ..
View Articlewhy visual studio generates events with small letter
Hi,I have windows form and a button in it. When I register event handler for the button click, VS generates the event like belwo.private void btnSave_Click(object sender, EventArgs e){}But when I see...
View ArticleExtracting Text From A String & Displaying Image using the corrasponding text...
Hi, I'm a volunteer firefighter and im working on a Fire Call Response System.Im trying to find out how I can extract text from the contents of a text string and then program it to search a resource...
View ArticleHiding all rows and columns of datagridview in c#
Hello All,Issue - To hide all the rows and columns of the datagirdview in a quick wayDeveloping platform - C#Issue description - There are 100 rows and 50 columns in the datagridview.I want to hide all...
View ArticleWinforms application hangs after opening Internet Explorer
Dear All,I have a strange issue with a Winforms application, I hope somebody have already seen a similar issue and know a solution or the possible reason of it.The application is a Winform application...
View ArticleWindows Forms WebBrowser Enroll Button difficulty
I’m having difficulty using a WebBrowser control in a WindowsForms application. I use Windows 7, and VS 2012 VB and am using the .Net Framework 4 Client Profile.I am able to load the form, login to the...
View ArticleWebbrowser Control IE9
I am using Windows 7 64 BIT with IE9 installed, my windows forms application project has a webbrowser control, I navigate to a site like thismachine.info and it tells me I'm using IE7 not IE9, I tried...
View Article