Problem with printing form in visual studio 2012
With respect I have created form with size 1620;920 and now I like to print it.I use this code:Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click...
View ArticleI think i found a glitch in the GDI
This code below seems to trigger a glitch in the GDI. What happens is I load a bitmap file from disk into a streamreader, then pass the base stream to the Bitmap.fromStream() method. This method...
View ArticleHow do I derive the character from the System.Windows.Forms.Keys enumeration...
I am creating a simple virtual keyboard. I have a class of all the keys I want in the keyboard. I want to display the correct text for each key by using the System.Windows.Keys enumeration. I...
View ArticleHow to close a message box when a form is cancelled?
Hi folks,apologies if this has been asked before, I have not been able to find anything relevant, but may have missed something.In a MS Word 2010 VBA form I have several mandatory fields that are...
View ArticlelistView1_ColumnWidthChanging does not work in Windows2008 OS
Hi All,Today, I found below issue:ColumnWidthChanging Event of List View control won't be fired in Windows 2008 Standard 32-bit OS.How to resolve this issue? ColumnWidthChanging Event works fine in...
View ArticleHow to change form backcolour during runtime through settings?
Hullo geniuses!It seemed quite simple to do, but I am getting incredibly frustrated, perhaps I am missing something?I would simply like to make a user scoped setting that saves the user's colour...
View Articlereading emails
when i click on an email to read nothing shows up. Then a popup window wants me to download something. Why is this happening??
View Articlehow to add a tap pages control close button in dynamically
I have tried to create an tab page control in dynamically in visual c#, but unfortunately i didn't get it exactly please help me any one ?
View ArticlePlease HELP, Exception of type 'System.OutOfMemoryException' was thrown....
Hello AllI got the following exception while a call of web service method to retrieve image data after 3 or 4 hours using the application. I have classic asmx web service hosted on the server(developed...
View ArticleWPF textbox not able to type anything when open up the 3rd window
Hi,I have created 2 project i) Window Form Application ii) WPF Applicationunder window Form Application there is a form; named: Form1Under WPF Application there are 2 forms; named: WPFWindow1...
View ArticleIs there any way to override ERROR_WINHTTP_INVALID_SERVER_RESPONSE in...
Is there any way to override ERROR_WINHTTP_INVALID_SERVER_RESPONSE in WinHttpReceiveResponse?For example, it appeared when downloading some link(I cannot paste the url here because " Body text cannot...
View ArticleError al recuperar un generador de clases COM para el componente con CLSID
Hola gente, ya me canse de leer y renegar con esto.... No entiendo que pasa, alguien que sea explicito y me haga entender como lo puedo solucionar!!!.. Ya probe con agregar los permisos al usuario...
View Articleconnectionstring security
basically we store our connection string in configuration file and we can encrypt it there then decrpty it to use.but i read some article that if we are developing winforms and connect to database a...
View ArticleData between multiple forms in Visual Studio 10 and C#
I have been working on a problem related to entering data on extra forms and placing the data on the primary form. I have a program that has a primary form. I use context menus to select a new form to...
View ArticleVb.net The RichTextBox is interpreting that character as requiring a trailing...
The RichTextBox is interpreting that character as requiring a trailing space I used richtextbox in vb2005, I have read Unicode data from database. it shows not correct because it has trailing space...
View ArticleGroup Box and Panels Issue
I have 5 group boxes (or 5 panels) either one creates the same problem. All of the groupboxes are the same size.I am stacking the group boxes on top of each other. I am using the visible = true/false...
View ArticleSQL Compact 4 Requesting crl.microsoft.com and ctldl.windowsupdate.com
I am working on an application that uses SQL Server Compact 4. Now that the database is integrated, when the application makes the first connection to it, the application sends out requests to...
View Articlehow to select only cars available in a certain colour
Hi, I'm trying to create a SP to filter out a selection of vehicles that come in a certain colour. I've been filtering out with make model year...... but when i came to colour i didn't want to repeat...
View ArticleNon printable characters are not displayed under windows7
When there are non-printable characters in text, those can be viewed under XP but not under Windows 7. I have sameple c# program on skydrive to show this issue. When you run this program on XP...
View ArticleC# Adding control dynamically to a tabpage problem?!!
Hi all.I have a windows form, and it has a tabcontrol component on it with NO ANY TABS*. There is a toolstripbutton called newToolStripButton. When i click, it automatically adds a new tabpage to...
View Article