Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralFormatting old text file Pin
eggie520-Jul-03 16:06
eggie520-Jul-03 16:06 
GeneralRe: Formatting old text file Pin
Ista21-Jul-03 17:15
Ista21-Jul-03 17:15 
GeneralRe: Formatting old text file Pin
Jim Stewart22-Jul-03 3:00
Jim Stewart22-Jul-03 3:00 
GeneralRe: Formatting old text file Pin
Ista22-Jul-03 3:28
Ista22-Jul-03 3:28 
Generalcreating a collection of same Type Pin
haimon1520-Jul-03 12:54
haimon1520-Jul-03 12:54 
GeneralRe: creating a collection of same Type Pin
Erick Sgarbi20-Jul-03 17:10
Erick Sgarbi20-Jul-03 17:10 
Generaldatagrid problem Pin
mdolby20-Jul-03 11:06
mdolby20-Jul-03 11:06 
GeneralRe: datagrid problem Pin
A.Wegierski20-Jul-03 19:32
A.Wegierski20-Jul-03 19:32 
Current row in DataGrid (from WinForm) is a row number from DataView, not from DataTable. You can get DataView object from DataGrid object protected(!) property:

(DataView)(myDataGrid.ListManager.List)

Hi,
AW
GeneralProblems with WMP SDK/clip duration Pin
B Chase20-Jul-03 10:02
B Chase20-Jul-03 10:02 
GeneralRe: Problems with WMP SDK/clip duration Pin
B Chase20-Jul-03 12:19
B Chase20-Jul-03 12:19 
QuestionHow do you add printers to w2k adv. server using C# Pin
kenk_Csharp20-Jul-03 8:31
kenk_Csharp20-Jul-03 8:31 
General"move" files ... Pin
inkdman20-Jul-03 5:29
inkdman20-Jul-03 5:29 
Generalconnecting to a pop server Pin
inkdman20-Jul-03 4:54
inkdman20-Jul-03 4:54 
GeneralRe: connecting to a pop server Pin
Nick Parker20-Jul-03 5:36
protectorNick Parker20-Jul-03 5:36 
GeneralGet object property from running process Pin
Shaun Becker19-Jul-03 15:31
Shaun Becker19-Jul-03 15:31 
GeneralRe: Get object property from running process Pin
Rocky Moore19-Jul-03 23:41
Rocky Moore19-Jul-03 23:41 
GeneralRe: Get object property from running process Pin
Shaun Becker20-Jul-03 4:04
Shaun Becker20-Jul-03 4:04 
GeneralRe: Get object property from running process Pin
Rocky Moore20-Jul-03 4:38
Rocky Moore20-Jul-03 4:38 
GeneralRe: Get object property from running process Pin
Shaun Becker21-Jul-03 14:40
Shaun Becker21-Jul-03 14:40 
GeneralRe: Get object property from running process Pin
Rocky Moore21-Jul-03 15:44
Rocky Moore21-Jul-03 15:44 
Generalemail Pin
civilwar19-Jul-03 12:08
civilwar19-Jul-03 12:08 
GeneralRe: email Pin
Rocky Moore19-Jul-03 16:48
Rocky Moore19-Jul-03 16:48 
GeneralRe: email Pin
Manster21-Jul-03 6:20
Manster21-Jul-03 6:20 
GeneralRe: email Pin
civilwar21-Jul-03 6:45
civilwar21-Jul-03 6:45 
Generalenumerating MSDE servers in C# using SQLDMO Pin
apferreira19-Jul-03 3:36
apferreira19-Jul-03 3:36 

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.