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

C#

 
GeneralRe: How to use Universal Link Data (C#)? Pin
Alex Korchemniy24-Oct-04 10:26
Alex Korchemniy24-Oct-04 10:26 
GeneralRe: How to use Universal Link Data (C#)? Pin
Miri Ofir25-Oct-04 1:51
Miri Ofir25-Oct-04 1:51 
Generalwhen to use Point to screen Pin
yonitgil24-Oct-04 3:18
yonitgil24-Oct-04 3:18 
GeneralRe: when to use Point to screen Pin
Nick Parker24-Oct-04 3:30
protectorNick Parker24-Oct-04 3:30 
GeneralRe: when to use Point to screen Pin
yonitgil24-Oct-04 4:43
yonitgil24-Oct-04 4:43 
GeneralEditing a winforms DataGrid Pin
bartwinsimpson23-Oct-04 22:01
bartwinsimpson23-Oct-04 22:01 
GeneralRe: Editing a winforms DataGrid Pin
Ghazi H. Wadi24-Oct-04 0:49
Ghazi H. Wadi24-Oct-04 0:49 
GeneralRe: Editing a winforms DataGrid Pin
DougW4824-Oct-04 5:36
DougW4824-Oct-04 5:36 
Assuming you have your external database, create a dataadapter to connect to it. Then generate your dataset. Now set your source of your datagrid to the dataset table you want the grid to represent. To show up the information, use the Fill command from your adapter (it takes the datagrid as a parameter.) Do whatever you want to your datagrid. When you are done, use the Update command from your adapter. This will update your database.
GeneralC# remoting for interprocess communication Pin
ting66823-Oct-04 17:54
ting66823-Oct-04 17:54 
GeneralRe: C# remoting for interprocess communication Pin
Alex Korchemniy24-Oct-04 9:31
Alex Korchemniy24-Oct-04 9:31 
GeneralRe: C# remoting for interprocess communication Pin
ting66824-Oct-04 15:50
ting66824-Oct-04 15:50 
QuestionEdit MP3 ID3 Tags in C#? Pin
ethanwa23-Oct-04 17:22
ethanwa23-Oct-04 17:22 
AnswerRe: Edit MP3 ID3 Tags in C#? Pin
Nick Parker24-Oct-04 4:06
protectorNick Parker24-Oct-04 4:06 
QuestionInstall problem? Pin
Yulianto.23-Oct-04 16:51
Yulianto.23-Oct-04 16:51 
GeneralHelp please Pin
Yulianto.23-Oct-04 16:48
Yulianto.23-Oct-04 16:48 
GeneralRe: Help please Pin
Alex Korchemniy24-Oct-04 9:22
Alex Korchemniy24-Oct-04 9:22 
GeneralClone a copy of System.WIndows.Forms.Panel Pin
hoho_leung23-Oct-04 13:16
hoho_leung23-Oct-04 13:16 
GeneralRe: Clone a copy of System.WIndows.Forms.Panel Pin
Alex Korchemniy23-Oct-04 13:32
Alex Korchemniy23-Oct-04 13:32 
General.net style Pin
tom_dx23-Oct-04 11:35
tom_dx23-Oct-04 11:35 
GeneralRe: .net style Pin
Alex Korchemniy23-Oct-04 13:39
Alex Korchemniy23-Oct-04 13:39 
QuestionDisposing a form in another thread? Pin
Carl Mercier23-Oct-04 7:11
Carl Mercier23-Oct-04 7:11 
AnswerRe: Disposing a form in another thread? Pin
Carl Mercier23-Oct-04 7:30
Carl Mercier23-Oct-04 7:30 
GeneralRe: Disposing a form in another thread? Pin
Dennis C. Dietrich23-Oct-04 9:19
Dennis C. Dietrich23-Oct-04 9:19 
QuestionHow to get absolute value of the pixel cordinates using mouse position Pin
Anonymous23-Oct-04 6:48
Anonymous23-Oct-04 6:48 
AnswerRe: How to get absolute value of the pixel cordinates using mouse position Pin
Alex Korchemniy23-Oct-04 12:33
Alex Korchemniy23-Oct-04 12:33 

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.