Click here to Skip to main content
15,901,284 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to hide windows TitleBar Pin
liming29-Nov-05 17:16
liming29-Nov-05 17:16 
GeneralRe: how to hide windows TitleBar Pin
Christian Graus29-Nov-05 17:18
protectorChristian Graus29-Nov-05 17:18 
GeneralRe: how to hide windows TitleBar Pin
liming29-Nov-05 17:34
liming29-Nov-05 17:34 
GeneralRe: how to hide windows TitleBar Pin
Christian Graus29-Nov-05 17:37
protectorChristian Graus29-Nov-05 17:37 
QuestionGetUnmanagedThunkForManagedMethodPtr... Pin
Clickok28-Nov-05 15:56
Clickok28-Nov-05 15:56 
AnswerRe: GetUnmanagedThunkForManagedMethodPtr... Pin
leppie28-Nov-05 21:34
leppie28-Nov-05 21:34 
QuestionHelp on C# Pin
momoo28-Nov-05 14:44
momoo28-Nov-05 14:44 
AnswerRe: Help on C# Pin
Christian Graus28-Nov-05 15:28
protectorChristian Graus28-Nov-05 15:28 
Hello_mouse wrote:
My problem is that if i retrieve the database, how can i select, edit or delete the particulars from the database which i select?


Using SQL. You don't retrieve a database, you retrieve a set of data which is a snapshot of the moment when you asked for it. You retrieve data, but you execute SQL to update or delete data seperately, although you may use the data you got back to build your query ( although it's better to use stored procs than to send SQL to the database ).

Google is bursting with help on this.


Christian Graus - Microsoft MVP - C++
QuestionBest technique to deal with a large number of forms? Pin
Member 9628-Nov-05 13:58
Member 9628-Nov-05 13:58 
AnswerRe: Best technique to deal with a large number of forms? Pin
AETaylor28-Nov-05 20:42
AETaylor28-Nov-05 20:42 
QuestionSlight problem when removing an item from a list box, somethhing about an enumerator Pin
Anthony Mushrow28-Nov-05 13:33
professionalAnthony Mushrow28-Nov-05 13:33 
AnswerRe: Slight problem when removing an item from a list box, somethhing about an enumerator Pin
Christian Graus28-Nov-05 15:29
protectorChristian Graus28-Nov-05 15:29 
QuestionHow to provide default implementations? Pin
peterchen28-Nov-05 12:18
peterchen28-Nov-05 12:18 
AnswerRe: How to provide default implementations? Pin
User 665828-Nov-05 12:27
User 665828-Nov-05 12:27 
GeneralRe: How to provide default implementations? Pin
peterchen28-Nov-05 12:42
peterchen28-Nov-05 12:42 
AnswerRe: How to provide default implementations? Pin
Robert Rohde28-Nov-05 12:45
Robert Rohde28-Nov-05 12:45 
GeneralRe: How to provide default implementations? Pin
[Marc]28-Nov-05 14:46
[Marc]28-Nov-05 14:46 
GeneralRe: How to provide default implementations? Pin
peterchen28-Nov-05 20:13
peterchen28-Nov-05 20:13 
AnswerRe: How to provide default implementations? Pin
Leslie Sanford28-Nov-05 12:51
Leslie Sanford28-Nov-05 12:51 
Questioncoordinates of mouse on picturebox Pin
haytham_mohammad28-Nov-05 12:12
haytham_mohammad28-Nov-05 12:12 
AnswerRe: coordinates of mouse on picturebox Pin
Christian Graus28-Nov-05 12:13
protectorChristian Graus28-Nov-05 12:13 
GeneralRe: coordinates of mouse on picturebox Pin
haytham_mohammad28-Nov-05 13:40
haytham_mohammad28-Nov-05 13:40 
GeneralRe: coordinates of mouse on picturebox Pin
Christian Graus28-Nov-05 13:43
protectorChristian Graus28-Nov-05 13:43 
QuestionI got a list of processes in a list box, how do i get rid of the 'System.Diagno...' part? Pin
Anthony Mushrow28-Nov-05 11:59
professionalAnthony Mushrow28-Nov-05 11:59 
AnswerRe: I got a list of processes in a list box, how do i get rid of the 'System.Diagno...' part? Pin
Curtis Schlak.28-Nov-05 12:41
Curtis Schlak.28-Nov-05 12:41 

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.