Click here to Skip to main content
16,004,969 members
Home / Discussions / C#
   

C#

 
AnswerRe: FOR Statement Pin
Christian Graus18-Feb-07 9:21
protectorChristian Graus18-Feb-07 9:21 
Questionhow to set value to property of user control from webforms code behind? Pin
sundar15617-Feb-07 23:50
sundar15617-Feb-07 23:50 
AnswerRe: how to set value to property of user control from webforms code behind? Pin
mnvkng7618-Feb-07 0:55
mnvkng7618-Feb-07 0:55 
QuestionHow to get computer current time? Pin
Hussam Fattahi17-Feb-07 22:57
Hussam Fattahi17-Feb-07 22:57 
AnswerRe: How to get computer current time? Pin
Stefan Troschuetz17-Feb-07 23:13
Stefan Troschuetz17-Feb-07 23:13 
QuestionHow to sort a ListBox or ListView...? Pin
anderslundsgard17-Feb-07 21:21
anderslundsgard17-Feb-07 21:21 
QuestionCombo Box with Checked drop down list Pin
Monther Salahat17-Feb-07 19:57
Monther Salahat17-Feb-07 19:57 
AnswerRe: Combo Box with Checked drop down list Pin
Thomas Stockwell18-Feb-07 5:21
professionalThomas Stockwell18-Feb-07 5:21 
Listen to the drop down event handler (or through WndProc for that matter), and when the event occurs place your checked drop down control near the combobox if not touching the bottom left corner of the combo box. Exit the method prematurely so that the default combo box drop down does not show.

I may have an example of a control that I have wrote lying around somewhere to post.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

QuestionOpening a Folder Pin
usermans17-Feb-07 19:31
usermans17-Feb-07 19:31 
AnswerRe: Opening a Folder Pin
Christian Graus17-Feb-07 20:12
protectorChristian Graus17-Feb-07 20:12 
GeneralRe: Opening a Folder Pin
usermans17-Feb-07 20:22
usermans17-Feb-07 20:22 
QuestionC# Dll Debugging Pin
usermans17-Feb-07 19:21
usermans17-Feb-07 19:21 
AnswerRe: C# Dll Debugging Pin
Christian Graus17-Feb-07 19:23
protectorChristian Graus17-Feb-07 19:23 
GeneralRe: C# Dll Debugging Pin
usermans17-Feb-07 19:36
usermans17-Feb-07 19:36 
GeneralRe: C# Dll Debugging Pin
Christian Graus17-Feb-07 20:00
protectorChristian Graus17-Feb-07 20:00 
Questiontry-catch question ... Pin
Hussam Fattahi17-Feb-07 18:56
Hussam Fattahi17-Feb-07 18:56 
AnswerRe: try-catch question ... Pin
Christian Graus17-Feb-07 19:22
protectorChristian Graus17-Feb-07 19:22 
GeneralRe: try-catch question ... Pin
Hussam Fattahi17-Feb-07 19:48
Hussam Fattahi17-Feb-07 19:48 
GeneralRe: try-catch question ... Pin
Christian Graus17-Feb-07 20:09
protectorChristian Graus17-Feb-07 20:09 
GeneralRe: try-catch question ... Pin
Scott Dorman18-Feb-07 4:21
professionalScott Dorman18-Feb-07 4:21 
Questiontransparent floating window Pin
sushantkaura17-Feb-07 18:38
sushantkaura17-Feb-07 18:38 
AnswerRe: transparent floating window Pin
Ed.Poore17-Feb-07 20:00
Ed.Poore17-Feb-07 20:00 
GeneralRe: transparent floating window Pin
sushantkaura17-Feb-07 20:48
sushantkaura17-Feb-07 20:48 
QuestionTrayIcon Application Pin
neTo8417-Feb-07 17:06
neTo8417-Feb-07 17:06 
AnswerRe: TrayIcon Application Pin
Stefan Troschuetz17-Feb-07 20:49
Stefan Troschuetz17-Feb-07 20:49 

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.