Click here to Skip to main content
15,913,910 members
Home / Discussions / C#
   

C#

 
Generalusing a modem in c#. Pin
youssef17-Mar-04 4:23
youssef17-Mar-04 4:23 
GeneralRe: using a modem in c#. Pin
Dave Kreskowiak17-Mar-04 9:04
mveDave Kreskowiak17-Mar-04 9:04 
GeneralRe: using a modem in c#. Pin
Anonymous17-Mar-04 16:15
Anonymous17-Mar-04 16:15 
GeneralC# Web Service and Soap Exceptions Pin
Chris Meech17-Mar-04 3:55
Chris Meech17-Mar-04 3:55 
GeneralRe: C# Web Service and Soap Exceptions Pin
Heath Stewart17-Mar-04 5:58
protectorHeath Stewart17-Mar-04 5:58 
GeneralRe: C# Web Service and Soap Exceptions Pin
Chris Meech17-Mar-04 7:02
Chris Meech17-Mar-04 7:02 
GeneralParameter Xml Pin
bertcox17-Mar-04 3:18
bertcox17-Mar-04 3:18 
GeneralRe: Parameter Xml Pin
Not Active17-Mar-04 4:15
mentorNot Active17-Mar-04 4:15 
QuestionMarshaling c LARGE_INTEGER (ulong, ulong)? Pin
Tristan Rhodes17-Mar-04 2:16
Tristan Rhodes17-Mar-04 2:16 
AnswerRe: Marshaling c LARGE_INTEGER (ulong, ulong)? Pin
Heath Stewart17-Mar-04 5:54
protectorHeath Stewart17-Mar-04 5:54 
GeneralOpen MDI Child form from already MDI child form Pin
Inpreet Singh17-Mar-04 1:36
Inpreet Singh17-Mar-04 1:36 
GeneralRe: Open MDI Child form from already MDI child form Pin
Heath Stewart17-Mar-04 5:53
protectorHeath Stewart17-Mar-04 5:53 
GeneralRe: Open MDI Child form from already MDI child form Pin
Dave Kreskowiak17-Mar-04 5:59
mveDave Kreskowiak17-Mar-04 5:59 
GeneralRe: Open MDI Child form from already MDI child form Pin
surgeproof17-Mar-04 6:21
surgeproof17-Mar-04 6:21 
QuestionHow to resize column width of datagrid. Pin
Inpreet Singh17-Mar-04 0:49
Inpreet Singh17-Mar-04 0:49 
AnswerRe: How to resize column width of datagrid. Pin
Mazdak17-Mar-04 3:29
Mazdak17-Mar-04 3:29 
AnswerRe: How to resize column width of datagrid. Pin
Heath Stewart17-Mar-04 5:47
protectorHeath Stewart17-Mar-04 5:47 
Questionhow to write meta information in files? Pin
g112917-Mar-04 0:42
g112917-Mar-04 0:42 
AnswerRe: how to write meta information in files? Pin
Heath Stewart17-Mar-04 5:42
protectorHeath Stewart17-Mar-04 5:42 
Generalwindows explorer type Treeview/Listview structure Pin
Inpreet Singh17-Mar-04 0:38
Inpreet Singh17-Mar-04 0:38 
GeneralRe: windows explorer type Treeview/Listview structure Pin
Heath Stewart17-Mar-04 5:37
protectorHeath Stewart17-Mar-04 5:37 
GeneralUpdate data in Grid on form1 from form2. Pin
Inpreet Singh16-Mar-04 23:55
Inpreet Singh16-Mar-04 23:55 
GeneralRe: Update data in Grid on form1 from form2. Pin
Heath Stewart17-Mar-04 5:33
protectorHeath Stewart17-Mar-04 5:33 
GeneralListView update Problem Pin
Snowjim16-Mar-04 23:55
Snowjim16-Mar-04 23:55 
GeneralRe: ListView update Problem Pin
Heath Stewart17-Mar-04 5:29
protectorHeath Stewart17-Mar-04 5:29 
After adding your ListViewItems, call ListView.Refresh (inheritted from Control) to invalidate and repaint the client area. You can also call Invalidate with the bounds of whatever region you want to update, and then call Update. This is better for performance since the whole control would not require repainting.

 

Microsoft MVP, Visual C#
My Articles

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.