Click here to Skip to main content
15,889,808 members
Home / Discussions / C#
   

C#

 
Questionprocedure or function "procedure name" has too many argument specified Pin
isiran12-Aug-07 0:37
isiran12-Aug-07 0:37 
AnswerRe: procedure or function "procedure name" has too many argument specified Pin
Michael Sync12-Aug-07 2:59
Michael Sync12-Aug-07 2:59 
QuestionInheriting ! Pin
mrkeivan11-Aug-07 23:08
mrkeivan11-Aug-07 23:08 
AnswerRe: Inheriting ! Pin
Michael Sync12-Aug-07 3:10
Michael Sync12-Aug-07 3:10 
AnswerRe: Inheriting ! Pin
Rudolf Jan12-Aug-07 4:13
Rudolf Jan12-Aug-07 4:13 
GeneralRe: Inheriting ! Pin
Michael Sync12-Aug-07 5:57
Michael Sync12-Aug-07 5:57 
Questionthe quesion about Timer:it is Started but does not run the funtion every minute? Pin
supercsharp111-Aug-07 21:36
supercsharp111-Aug-07 21:36 
AnswerRe: the quesion about Timer:it is Started but does not run the funtion every minute? Pin
Michael Sync12-Aug-07 3:25
Michael Sync12-Aug-07 3:25 
supercsharp1 wrote:
I hava a page,named TaskConf,there is a System.Windows.Forms.Timer timer1


Are you using Windows.Forms.Timer in ASP.NET Webpage??

If you are calling the start() function of timer in constructor of the form, Tick() event of timer will get fired without showing the form...

public Form3()<br />
       {<br />
           InitializeComponent();            <br />
           timer1.Start();<br />
       }


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

QuestionEncryption Pin
Vipin.d11-Aug-07 20:28
Vipin.d11-Aug-07 20:28 
AnswerRe: Encryption Pin
Giorgi Dalakishvili11-Aug-07 23:17
mentorGiorgi Dalakishvili11-Aug-07 23:17 
GeneralRe: Encryption Pin
Vipin.d17-Aug-07 21:06
Vipin.d17-Aug-07 21:06 
QuestionSlow String Arrays Pin
Expert Coming11-Aug-07 19:55
Expert Coming11-Aug-07 19:55 
AnswerRe: Slow String Arrays Pin
Michael Sync12-Aug-07 3:39
Michael Sync12-Aug-07 3:39 
AnswerRe: Slow String Arrays Pin
DavidNohejl12-Aug-07 4:16
DavidNohejl12-Aug-07 4:16 
AnswerRe: Slow String Arrays Pin
Luc Pattyn12-Aug-07 4:26
sitebuilderLuc Pattyn12-Aug-07 4:26 
AnswerRe: Slow String Arrays Pin
Colin Angus Mackay12-Aug-07 4:29
Colin Angus Mackay12-Aug-07 4:29 
Questiontif image file to binary format using C# Pin
Parvai11-Aug-07 19:54
Parvai11-Aug-07 19:54 
AnswerRe: tif image file to binary format using C# Pin
Expert Coming11-Aug-07 19:56
Expert Coming11-Aug-07 19:56 
QuestionCreating .msi file for A windows Service Application Pin
boneyds11-Aug-07 19:10
boneyds11-Aug-07 19:10 
QuestionURGENT!!! Folder security code needed Pin
aravinda77711-Aug-07 18:26
aravinda77711-Aug-07 18:26 
AnswerRe: URGENT!!! Folder security code needed Pin
Expert Coming11-Aug-07 19:58
Expert Coming11-Aug-07 19:58 
QuestionAsk for Windows application implement communication between many clients and one server Pin
liucaihua11-Aug-07 17:09
liucaihua11-Aug-07 17:09 
AnswerRe: Ask for Windows application implement communication between many clients and one server Pin
Ravi Bhavnani11-Aug-07 19:40
professionalRavi Bhavnani11-Aug-07 19:40 
Questionproblem to use thread.Abort() method. Pin
hdv21211-Aug-07 15:01
hdv21211-Aug-07 15:01 
AnswerRe: problem to use thread.Abort() method. Pin
Leslie Sanford11-Aug-07 15:29
Leslie Sanford11-Aug-07 15:29 

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.