Click here to Skip to main content
15,913,090 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Presentation Model - Winforms Pin
Trooks1-Mar-09 3:01
Trooks1-Mar-09 3:01 
Questionhow do i read the EULA(End User Licence Agrement) from any executable file? Pin
balukk21-Feb-09 2:35
balukk21-Feb-09 2:35 
AnswerRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
Eddy Vluggen21-Feb-09 4:25
professionalEddy Vluggen21-Feb-09 4:25 
GeneralRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
balukk21-Feb-09 4:39
balukk21-Feb-09 4:39 
GeneralRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
Eddy Vluggen21-Feb-09 6:07
professionalEddy Vluggen21-Feb-09 6:07 
GeneralRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
balukk23-Feb-09 5:33
balukk23-Feb-09 5:33 
QuestionCreating auto launch for exe on USB drive Pin
ashok_rgm20-Feb-09 0:03
ashok_rgm20-Feb-09 0:03 
AnswerRe: Creating auto launch for exe on USB drive Pin
Eddy Vluggen20-Feb-09 0:10
professionalEddy Vluggen20-Feb-09 0:10 
You'll need to add an "autorun.inf" file to the root of your USB-drive. As simple example of this file;
[autorun]
open=myexecutable.exe
icon=someicon.ico

For a list of all options look here[^]. If you wants an editor, look here[^].

I are troll Smile | :)

QuestionExecuting external application(.exe file) from windows application in C#.net Pin
Vishnu Nath19-Feb-09 22:20
Vishnu Nath19-Feb-09 22:20 
AnswerRe: Executing external application(.exe file) from windows application in C#.net Pin
Eddy Vluggen19-Feb-09 23:14
professionalEddy Vluggen19-Feb-09 23:14 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Vishnu Nath20-Feb-09 2:30
Vishnu Nath20-Feb-09 2:30 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Eddy Vluggen20-Feb-09 3:10
professionalEddy Vluggen20-Feb-09 3:10 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Vishnu Nath20-Feb-09 18:34
Vishnu Nath20-Feb-09 18:34 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Eddy Vluggen20-Feb-09 23:42
professionalEddy Vluggen20-Feb-09 23:42 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Vishnu Nath20-Feb-09 23:44
Vishnu Nath20-Feb-09 23:44 
QuestionAuthentication premission to software Pin
lavankumar19-Feb-09 19:15
lavankumar19-Feb-09 19:15 
QuestionHow to open files in their respective editors??? Pin
bhagyashri.biyani17-Feb-09 23:35
bhagyashri.biyani17-Feb-09 23:35 
AnswerRe: How to open files in their respective editors??? Pin
Eddy Vluggen17-Feb-09 23:43
professionalEddy Vluggen17-Feb-09 23:43 
QuestionRe: How to open files in their respective editors??? Pin
led mike19-Feb-09 11:49
led mike19-Feb-09 11:49 
QuestionWindows Textbox Validations (Require field, compare and regularexpression validator) Pin
swaroopreddy1817-Feb-09 20:06
swaroopreddy1817-Feb-09 20:06 
AnswerRe: Windows Textbox Validations (Require field, compare and regularexpression validator) Pin
dan!sh 17-Feb-09 20:49
professional dan!sh 17-Feb-09 20:49 
QuestionRadio Buttons in a MenuStrip Pin
DavidM10016-Feb-09 2:05
DavidM10016-Feb-09 2:05 
QuestionWebBrowser control on XP SP2 - permissions? Pin
scootrobertson15-Feb-09 23:39
scootrobertson15-Feb-09 23:39 
GeneralRe: WebBrowser control on XP SP2 - permissions? Pin
Luc Pattyn19-Feb-09 18:00
sitebuilderLuc Pattyn19-Feb-09 18:00 
GeneralRe: WebBrowser control on XP SP2 - permissions? Pin
scootrobertson19-Feb-09 22:14
scootrobertson19-Feb-09 22:14 

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.