Click here to Skip to main content
15,890,982 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Transfer Pin
unrealed5-Mar-06 5:31
unrealed5-Mar-06 5:31 
GeneralRe: File Transfer Pin
LighthouseJ5-Mar-06 5:52
LighthouseJ5-Mar-06 5:52 
GeneralRe: File Transfer Pin
unrealed5-Mar-06 10:33
unrealed5-Mar-06 10:33 
Questionimporting DLL from SQL, Possible ? Pin
emran8344-Mar-06 13:39
emran8344-Mar-06 13:39 
AnswerRe: importing DLL from SQL, Possible ? Pin
Stanciu Vlad4-Mar-06 21:52
Stanciu Vlad4-Mar-06 21:52 
QuestionHow to interact with a SysTreeView in another application? Pin
luddet4-Mar-06 13:06
luddet4-Mar-06 13:06 
Questionscroll an image Pin
Susuko4-Mar-06 12:31
Susuko4-Mar-06 12:31 
AnswerRe: scroll an image Pin
AFSEKI5-Mar-06 5:01
AFSEKI5-Mar-06 5:01 
Use a scrollable control like a panel forexample.

set AutoScroll property of the panel to true. Add a picturebox control onto your panel and set SizeMode to AutoSize. Do NOT set Dock property of picturebox to any value. Set location of your picturebox to 0,0 which places it to the topleft corner of the parent panel. That's all.
QuestionProcess List Pin
Sean894-Mar-06 12:15
Sean894-Mar-06 12:15 
AnswerRe: Process List Pin
Thomas Stockwell4-Mar-06 17:21
professionalThomas Stockwell4-Mar-06 17:21 
QuestionFrom listBox to textBox Pin
CodeItWell4-Mar-06 11:39
CodeItWell4-Mar-06 11:39 
AnswerRe: From listBox to textBox Pin
Paul Conrad4-Mar-06 12:36
professionalPaul Conrad4-Mar-06 12:36 
GeneralRe: From listBox to textBox Pin
Paul Conrad4-Mar-06 12:46
professionalPaul Conrad4-Mar-06 12:46 
QuestionDesign Time Events? Pin
cnich234-Mar-06 7:48
cnich234-Mar-06 7:48 
AnswerRe: Design Time Events? Pin
Thomas Stockwell4-Mar-06 17:16
professionalThomas Stockwell4-Mar-06 17:16 
GeneralRe: Design Time Events? Pin
cnich236-Mar-06 5:03
cnich236-Mar-06 5:03 
GeneralRe: Design Time Events? Pin
Thomas Stockwell7-Mar-06 13:26
professionalThomas Stockwell7-Mar-06 13:26 
AnswerRe: Design Time Events? Pin
Thomas Stockwell22-Mar-06 12:21
professionalThomas Stockwell22-Mar-06 12:21 
QuestionHow to slide a panel without flickering Pin
SJ_Phoenix4-Mar-06 7:48
SJ_Phoenix4-Mar-06 7:48 
AnswerRe: How to slide a panel without flickering Pin
AFSEKI4-Mar-06 9:36
AFSEKI4-Mar-06 9:36 
GeneralRe: How to slide a panel without flickering Pin
SJ_Phoenix4-Mar-06 10:09
SJ_Phoenix4-Mar-06 10:09 
GeneralRe: How to slide a panel without flickering Pin
Thomas Stockwell4-Mar-06 17:25
professionalThomas Stockwell4-Mar-06 17:25 
AnswerRe: How to slide a panel without flickering Pin
AFSEKI5-Mar-06 4:44
AFSEKI5-Mar-06 4:44 
GeneralRe: How to slide a panel without flickering Pin
AFSEKI5-Mar-06 4:47
AFSEKI5-Mar-06 4:47 
GeneralRe: How to slide a panel without flickering Pin
SJ_Phoenix5-Mar-06 10:36
SJ_Phoenix5-Mar-06 10: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.