Click here to Skip to main content
15,892,059 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionProblem retrieving the row index for a DataGridViewRow in DataGridViewSelectedRowCollection Pin
cristian.fatu18-May-08 21:49
cristian.fatu18-May-08 21:49 
AnswerRe: Problem retrieving the row index for a DataGridViewRow in DataGridViewSelectedRowCollection Pin
cristian.fatu27-May-08 21:45
cristian.fatu27-May-08 21:45 
QuestionNeed to find the object details from Kernel address Pin
Noordeen Shah17-May-08 17:23
Noordeen Shah17-May-08 17:23 
AnswerRe: Need to find the object details from Kernel address Pin
Mike Dimmick20-May-08 0:48
Mike Dimmick20-May-08 0:48 
QuestionNative look in WinForms Pin
Leafy16-May-08 9:46
Leafy16-May-08 9:46 
AnswerRe: Native look in WinForms Pin
Thomas Stockwell18-May-08 4:10
professionalThomas Stockwell18-May-08 4:10 
GeneralRe: Native look in WinForms Pin
Leafy18-May-08 4:49
Leafy18-May-08 4:49 
AnswerRe: Native look in WinForms Pin
Brady Kelly18-May-08 8:09
Brady Kelly18-May-08 8:09 
Do you have the visual styles enabled in your entry point?  E.g:
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }



Semicolons: The number one seller of ostomy bags world wide. - dan neely

GeneralRe: Native look in WinForms Pin
Leafy19-May-08 7:55
Leafy19-May-08 7:55 
QuestionError while dragging the usercontrol from ToolBox to Form Pin
poornima.s16-May-08 2:13
poornima.s16-May-08 2:13 
AnswerRe: Error while dragging the usercontrol from ToolBox to Form Pin
michaelbarb16-Aug-19 9:08
michaelbarb16-Aug-19 9:08 
QuestionDatarows are moved instead of copy Pin
Sabahat Hussain16-May-08 0:29
Sabahat Hussain16-May-08 0:29 
AnswerRe: Datarows are moved instead of copy Pin
David Sofia30-Jul-20 7:15
David Sofia30-Jul-20 7:15 
QuestionUncheck "Automatically Detect Settings" checkbox in IE Pin
sandeep kumar pundhir15-May-08 18:52
sandeep kumar pundhir15-May-08 18:52 
QuestionProblem in sending mails through smtp Pin
mrcsn14-May-08 19:00
mrcsn14-May-08 19:00 
QuestionHi The text size gets changed when exported [modified] Pin
ananthrahul14-May-08 1:38
ananthrahul14-May-08 1:38 
AnswerRe: Hi The text size gets changed when exported Pin
Christian Graus14-May-08 2:55
protectorChristian Graus14-May-08 2:55 
GeneralRe: Hi The text size gets changed when exported Pin
ananthrahul14-May-08 3:00
ananthrahul14-May-08 3:00 
QuestionConsuming corel dll in .net Pin
raja baireddy13-May-08 23:50
raja baireddy13-May-08 23:50 
AnswerRe: Consuming corel dll in .net Pin
Christian Graus13-May-08 23:59
protectorChristian Graus13-May-08 23:59 
GeneralRe: Consuming corel dll in .net Pin
raja baireddy14-May-08 0:14
raja baireddy14-May-08 0:14 
GeneralRe: Consuming corel dll in .net Pin
Christian Graus14-May-08 2:54
protectorChristian Graus14-May-08 2:54 
GeneralRe: Consuming corel dll in .net Pin
raja baireddy14-May-08 18:32
raja baireddy14-May-08 18:32 
QuestionUse of Localization for multiple language support Pin
sanpune13-May-08 22:53
sanpune13-May-08 22:53 
AnswerRe: Use of Localization for multiple language support Pin
Christian Graus13-May-08 22:58
protectorChristian Graus13-May-08 22:58 

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.