Click here to Skip to main content
15,900,258 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionRe: Problem populating DropDownList of a ComboBox in DropDown event Pin
MMacarie327-Aug-08 23:39
MMacarie327-Aug-08 23:39 
Questionhide already existing columns in a datagrid and fill the same datagrid with new datas from the database in c#.net win forms Pin
kanyakumari5-Aug-08 19:23
kanyakumari5-Aug-08 19:23 
AnswerRe: hide already existing columns in a datagrid and fill the same datagrid with new datas from the database in c#.net win forms Pin
John Ad6-Aug-08 4:24
John Ad6-Aug-08 4:24 
QuestionProblem with Menus Pin
joekucera5-Aug-08 11:20
joekucera5-Aug-08 11:20 
AnswerRe: Problem with Menus Pin
Thomas Stockwell7-Aug-08 1:45
professionalThomas Stockwell7-Aug-08 1:45 
GeneralRe: Problem with Menus Pin
joekucera7-Aug-08 4:38
joekucera7-Aug-08 4:38 
QuestionMutex on c#.net service Pin
balu123455-Aug-08 8:15
balu123455-Aug-08 8:15 
AnswerRe: Mutex on c#.net service Pin
dybs5-Aug-08 15:51
dybs5-Aug-08 15:51 
Before getting too far in answering your questions, what have you read/learned so far on threading? How much do you understand so far on mutexes, semaphores, deadlocks, and race conditions? As you are new to threading, try to come up with a 1-line description of each of these in your own words. I've learned the best way to understand something is to try and explain it out loud.

Before you start writing any synchronization code, I highly recommend you read up on the items I mentioned as much as possible. Thread sync problems can be a pain to debug later if you don't account for them right away. I woudl also check out the MSDN documentation on the Mutex and Semaphore classes. There's also a C# threading tutorial that has sample code for using the Mutex class. At the risk of sounding unoriginal, "Google is your friend".

Once you've read through the samples, see what you can come up with on your own and then we might be able to give you more detailed help.

Dybs
QuestionBuild a class library project Pin
thanchet5-Aug-08 7:15
thanchet5-Aug-08 7:15 
AnswerRe: Build a class library project Pin
Thomas Stockwell5-Aug-08 9:59
professionalThomas Stockwell5-Aug-08 9:59 
QuestionNavigation between Forms Pin
ngrj4-Aug-08 20:58
ngrj4-Aug-08 20:58 
AnswerRe: Navigation between Forms Pin
karthi845-Aug-08 3:30
karthi845-Aug-08 3:30 
AnswerRe: Navigation between Forms Pin
Ajay.k_Singh5-Aug-08 4:06
Ajay.k_Singh5-Aug-08 4:06 
AnswerRe: Navigation between Forms Pin
ngrj5-Aug-08 23:03
ngrj5-Aug-08 23:03 
GeneralRe: Navigation between Forms Pin
Manas Bhardwaj9-Sep-08 4:36
professionalManas Bhardwaj9-Sep-08 4:36 
QuestionEvent to raise service Pin
balu123454-Aug-08 7:14
balu123454-Aug-08 7:14 
AnswerRe: Event to raise service Pin
Ashfield4-Aug-08 9:20
Ashfield4-Aug-08 9:20 
QuestionFlat toolbar buttons without transparent toolbar Pin
Greg Schmidt4-Aug-08 6:53
Greg Schmidt4-Aug-08 6:53 
AnswerRe: Flat toolbar buttons without transparent toolbar Pin
Frank Horn4-Aug-08 7:13
Frank Horn4-Aug-08 7:13 
GeneralRe: Flat toolbar buttons without transparent toolbar Pin
Greg Schmidt4-Aug-08 8:50
Greg Schmidt4-Aug-08 8:50 
GeneralRe: Flat toolbar buttons without transparent toolbar Pin
Frank Horn4-Aug-08 21:01
Frank Horn4-Aug-08 21:01 
GeneralRe: Flat toolbar buttons without transparent toolbar Pin
Frank Horn4-Aug-08 21:04
Frank Horn4-Aug-08 21:04 
GeneralRe: Flat toolbar buttons without transparent toolbar Pin
Greg Schmidt5-Aug-08 3:57
Greg Schmidt5-Aug-08 3:57 
GeneralRe: Flat toolbar buttons without transparent toolbar Pin
Thomas Stockwell5-Aug-08 9:56
professionalThomas Stockwell5-Aug-08 9:56 
GeneralRe: Flat toolbar buttons without transparent toolbar Pin
gschmidt9585-Aug-08 13:21
gschmidt9585-Aug-08 13:21 

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.