Click here to Skip to main content
15,907,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:01
Colin Angus Mackay9-Apr-07 1:01 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 0:57
Colin Angus Mackay9-Apr-07 0:57 
Questiongraph control Pin
Enter the Dragon8-Apr-07 19:48
Enter the Dragon8-Apr-07 19:48 
AnswerRe: graph control Pin
Robert Rohde8-Apr-07 20:50
Robert Rohde8-Apr-07 20:50 
QuestionDateTime format Pin
rachitdamani8-Apr-07 19:35
rachitdamani8-Apr-07 19:35 
AnswerRe: DateTime format Pin
phantanagu8-Apr-07 20:54
phantanagu8-Apr-07 20:54 
GeneralRe: DateTime format Pin
rachitdamani8-Apr-07 21:05
rachitdamani8-Apr-07 21:05 
Questionscreen capturing software Pin
khema8-Apr-07 19:25
khema8-Apr-07 19:25 
QuestionNESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri8-Apr-07 19:09
Faisal Khatri8-Apr-07 19:09 
AnswerRe: NESTED DATAGRID IN WINDOWS FORM Pin
phantanagu8-Apr-07 20:48
phantanagu8-Apr-07 20:48 
GeneralRe: NESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri8-Apr-07 21:55
Faisal Khatri8-Apr-07 21:55 
AnswerRe: NESTED DATAGRID IN WINDOWS FORM Pin
Vinay Dornala8-Apr-07 23:16
Vinay Dornala8-Apr-07 23:16 
GeneralRe: NESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri9-Apr-07 19:57
Faisal Khatri9-Apr-07 19:57 
QuestionBainding only images to combobox Pin
Sivaprasad C8-Apr-07 18:33
Sivaprasad C8-Apr-07 18:33 
QuestionSending message to another process Pin
aljodav8-Apr-07 17:40
aljodav8-Apr-07 17:40 
AnswerRe: Sending message to another process Pin
Sathesh Sakthivel8-Apr-07 17:49
Sathesh Sakthivel8-Apr-07 17:49 
GeneralRe: Sending message to another process Pin
aljodav8-Apr-07 19:29
aljodav8-Apr-07 19:29 
GeneralRe: Sending message to another process Pin
aljodav8-Apr-07 19:48
aljodav8-Apr-07 19:48 
GeneralRe: Sending message to another process Pin
S. Senthil Kumar9-Apr-07 6:46
S. Senthil Kumar9-Apr-07 6:46 
GeneralRe: Sending message to another process Pin
aljodav9-Apr-07 18:31
aljodav9-Apr-07 18:31 
QuestionChild Form Pin
Alireza38398-Apr-07 13:44
Alireza38398-Apr-07 13:44 
Questionproblem with Main() method with argument(s). Pin
hdv2128-Apr-07 13:09
hdv2128-Apr-07 13:09 
hi i create a windows application and i change main() method to following code :
(add parameter)

static void Main(string param1)<br />
{            <br />
System.Diagnostics.Process.Start(param1);<br />
<br />
Application.EnableVisualStyles();<br />
Application.SetCompatibleTextRenderingDefault(false);<br />
Application.Run(new Form1());<br />
}


but the following error shown me :

Error 2 Program 'C:\Documents and Settings\Hamed\My Documents\Visual Studio 2005\Projects\ExeControl\ExeControl\obj\Debug\ExeControl.exe' does not contain a static 'Main' method suitable for an entry point ExeControl

how to solve my problem ?
thanks
AnswerRe: problem with Main() method with argument(s). Pin
DavidNohejl8-Apr-07 13:30
DavidNohejl8-Apr-07 13:30 
GeneralRe: problem with Main() method with argument(s). Pin
hdv2128-Apr-07 14:14
hdv2128-Apr-07 14:14 
GeneralRe: problem with Main() method with argument(s). Pin
Colin Angus Mackay8-Apr-07 16:12
Colin Angus Mackay8-Apr-07 16:12 

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.