Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
QuestionFTP Drive Space Pin
paas18-Aug-06 4:31
paas18-Aug-06 4:31 
AnswerRe: FTP Drive Space [modified] Pin
Gonzalo Brusella18-Aug-06 4:50
Gonzalo Brusella18-Aug-06 4:50 
QuestionHow do I use MSHTML to edit web <select> boxes? Pin
spark12800018-Aug-06 3:42
spark12800018-Aug-06 3:42 
QuestionWSACAncelBlockingCall Pin
123456uio18-Aug-06 3:20
123456uio18-Aug-06 3:20 
AnswerRe: WSACAncelBlockingCall Pin
spark12800018-Aug-06 5:27
spark12800018-Aug-06 5:27 
GeneralRe: WSACAncelBlockingCall Pin
123456uio3-Sep-06 22:52
123456uio3-Sep-06 22:52 
Questionwhen .net2003 solution is migrated to .net2005, controls are not as .net2005 Pin
Ravikumar Patra18-Aug-06 3:13
professionalRavikumar Patra18-Aug-06 3:13 
AnswerRe: when .net2003 solution is migrated to .net2005, controls are not as .net2005 Pin
Stefan Troschuetz18-Aug-06 3:30
Stefan Troschuetz18-Aug-06 3:30 
I guess you're looking for the Application.EnableVisualStyles method:
static void Main() 
{
   Application.EnableVisualStyles();
   Application.Run(new Form1());
}



"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." - Rick Cook

www.troschuetz.de

GeneralRe: when .net2003 solution is migrated to .net2005, controls are not as .net2005 Pin
Ravikumar Patra18-Aug-06 3:55
professionalRavikumar Patra18-Aug-06 3:55 
QuestionDefault button on a form Pin
Le centriste18-Aug-06 2:59
Le centriste18-Aug-06 2:59 
AnswerRe: Default button on a form Pin
Christian Graus18-Aug-06 3:04
protectorChristian Graus18-Aug-06 3:04 
QuestionNested Transaction Pin
123456uio18-Aug-06 2:31
123456uio18-Aug-06 2:31 
QuestionDataGridView header click Pin
zaboboa18-Aug-06 2:24
zaboboa18-Aug-06 2:24 
AnswerRe: DataGridView header click Pin
Robert Rohde18-Aug-06 3:14
Robert Rohde18-Aug-06 3:14 
QuestionHow can i change the base address of my dll Pin
Timothy_198218-Aug-06 2:08
Timothy_198218-Aug-06 2:08 
AnswerRe: How can i change the base address of my dll Pin
Dave Kreskowiak18-Aug-06 2:25
mveDave Kreskowiak18-Aug-06 2:25 
JokeRe: How can i change the base address of my dll Pin
Guffa18-Aug-06 4:11
Guffa18-Aug-06 4:11 
GeneralRe: How can i change the base address of my dll Pin
Timothy_198219-Aug-06 4:06
Timothy_198219-Aug-06 4:06 
GeneralRe: How can i change the base address of my dll [modified] Pin
Dave Kreskowiak19-Aug-06 6:02
mveDave Kreskowiak19-Aug-06 6:02 
GeneralRe: How can i change the base address of my dll Pin
Timothy_198219-Aug-06 22:02
Timothy_198219-Aug-06 22:02 
GeneralRe: How can i change the base address of my dll Pin
Dave Kreskowiak26-Aug-06 3:25
mveDave Kreskowiak26-Aug-06 3:25 
GeneralRe: How can i change the base address of my dll Pin
Timothy_198226-Aug-06 22:39
Timothy_198226-Aug-06 22:39 
QuestionAccess Denied trying to read file with StreamReader [modified] Pin
Matt Casto18-Aug-06 2:02
Matt Casto18-Aug-06 2:02 
AnswerRe: Access Denied trying to read file with StreamReader Pin
Dave Kreskowiak18-Aug-06 2:19
mveDave Kreskowiak18-Aug-06 2:19 
GeneralRe: Access Denied trying to read file with StreamReader Pin
Matt Casto18-Aug-06 2:41
Matt Casto18-Aug-06 2: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.