Click here to Skip to main content
15,896,207 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: connecting to the google talk server Pin
led mike4-Jun-08 5:17
led mike4-Jun-08 5:17 
GeneralRe: connecting to the google talk server Pin
joachimpr5-Jun-08 21:07
joachimpr5-Jun-08 21:07 
GeneralRe: connecting to the google talk server Pin
Harvey Saayman2-Jun-08 20:33
Harvey Saayman2-Jun-08 20:33 
GeneralRe: connecting to the google talk server Pin
joachimpr5-Jun-08 21:23
joachimpr5-Jun-08 21:23 
GeneralRe: connecting to the google talk server Pin
Harvey Saayman8-Jun-08 19:48
Harvey Saayman8-Jun-08 19:48 
QuestionA file with the same path already exists in the project. Pin
balaji_vbr29-May-08 19:48
balaji_vbr29-May-08 19:48 
QuestionShould not copy-paste in textbox into textbox in C#.Net Pin
somagunasekaran29-May-08 3:19
somagunasekaran29-May-08 3:19 
AnswerRe: Should not copy-paste in textbox into textbox in C#.Net Pin
buchstaben29-May-08 22:54
buchstaben29-May-08 22:54 
basically I see two options:

1. subclass TextBox and overide WndProc(ref Message m)

2. catch TextChanged event and check if the textbox's text is equal to the clipboard's content. but this might get you in trouble, if (as I assume) these two textboxes should contain the same (e.g. password/email confirmation).
GeneralRe: Should not copy-paste in textbox into textbox in C#.Net Pin
dan!sh 29-May-08 23:32
professional dan!sh 29-May-08 23:32 
Questionwindows Forms Problem using Asp.Net 2005 with C#. Pin
Akash Agarwal29-May-08 1:50
Akash Agarwal29-May-08 1:50 
AnswerRe: windows Forms Problem using Asp.Net 2005 with C#. Pin
led mike29-May-08 4:38
led mike29-May-08 4:38 
AnswerRe: windows Forms Problem using Asp.Net 2005 with C#. Pin
Christian Graus29-May-08 13:36
protectorChristian Graus29-May-08 13:36 
QuestionReportViewer on UserControl Pin
irinabe28-May-08 22:31
irinabe28-May-08 22:31 
QuestionDisplay window name in taskbar Pin
asma_panjabi28-May-08 21:29
asma_panjabi28-May-08 21:29 
Questionhow can i make password case sensitive. Pin
balaji_vbr28-May-08 20:25
balaji_vbr28-May-08 20:25 
AnswerRe: how can i make password case sensitive. Pin
Ashfield28-May-08 21:18
Ashfield28-May-08 21:18 
GeneralRe: how can i make password case sensitive. Pin
balaji_vbr29-May-08 19:08
balaji_vbr29-May-08 19:08 
GeneralRe: how can i make password case sensitive. Pin
Rob Smiley30-May-08 12:15
Rob Smiley30-May-08 12:15 
AnswerRe: how can i make password case sensitive. Pin
Christian Graus29-May-08 13:35
protectorChristian Graus29-May-08 13:35 
Questionupdate Datagridview content to xmlfile Pin
kancha28-May-08 17:02
kancha28-May-08 17:02 
Question[Message Deleted] Pin
kancha28-May-08 16:44
kancha28-May-08 16:44 
AnswerRe: Upload files to Bin directory of the application and at the same time the uploaded files need to show up on form,each time user open up the form. Pin
Ashfield28-May-08 21:24
Ashfield28-May-08 21:24 
GeneralRe: Upload files to Bin directory of the application and at the same time the uploaded files need to show up on form,each time user open up the form. Pin
darkelv29-May-08 1:55
darkelv29-May-08 1:55 
QuestionUploaded files need to show up on form each time ,When user open's that form Pin
jay10028-May-08 8:31
jay10028-May-08 8:31 
AnswerRe: Uploaded files need to show up on form each time ,When user open's that form Pin
led mike28-May-08 9:13
led mike28-May-08 9:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.