Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
QuestionQuestion about DateTime or any other Data\Time object ... Pin
Yanshof6-Aug-06 13:10
Yanshof6-Aug-06 13:10 
AnswerRe: Question about DateTime or any other Data\Time object ... Pin
Shy Agam6-Aug-06 13:23
Shy Agam6-Aug-06 13:23 
GeneralRe: Question about DateTime or any other Data\Time object ... Pin
Yanshof6-Aug-06 13:31
Yanshof6-Aug-06 13:31 
AnswerRe: Question about DateTime or any other Data\Time object ... Pin
Ravi Bhavnani6-Aug-06 14:03
professionalRavi Bhavnani6-Aug-06 14:03 
QuestionHow do we pass along arguments to another thread while preventing multiple instances? Pin
Mikzi6-Aug-06 13:03
Mikzi6-Aug-06 13:03 
AnswerRe: How do we pass along arguments to another thread while preventing multiple instances? Pin
Judah Gabriel Himango6-Aug-06 17:52
sponsorJudah Gabriel Himango6-Aug-06 17:52 
GeneralRe: How do we pass along arguments to another thread while preventing multiple instances? [modified] Pin
Mikzi7-Aug-06 0:26
Mikzi7-Aug-06 0:26 
GeneralRe: How do we pass along arguments to another thread while preventing multiple instances? Pin
mav.northwind7-Aug-06 3:21
mav.northwind7-Aug-06 3:21 
Hi!
In order to be able to invoke a method on the first instance's form you've got to have a reference to this form, of course.
One idea would be to let the first instance register a remoting server and the second instance access this remoting server.

Perhaps this is done internally in VB.NET's MainForm, it could explain the firewall message.

You could use the new (for .NET 2.0) ipc channel instead of a tcp channel, perhaps this doesn't trigger a firewall alert.

Regards,
mav

Regards,
mav

--
Black holes are the places where god divided by 0...

AnswerRe: How do we pass along arguments to another thread while preventing multiple instances? Pin
Mikzi7-Aug-06 12:09
Mikzi7-Aug-06 12:09 
QuestionBarcode Pin
omar el halwagy6-Aug-06 12:50
omar el halwagy6-Aug-06 12:50 
AnswerRe: Barcode Pin
Judah Gabriel Himango6-Aug-06 13:02
sponsorJudah Gabriel Himango6-Aug-06 13:02 
QuestionAuto refresh of referenced library... Pin
Shy Agam6-Aug-06 11:27
Shy Agam6-Aug-06 11:27 
AnswerRe: Auto refresh of referenced library... Pin
Judah Gabriel Himango6-Aug-06 11:42
sponsorJudah Gabriel Himango6-Aug-06 11:42 
GeneralRe: Auto refresh of referenced library... Pin
Shy Agam6-Aug-06 11:51
Shy Agam6-Aug-06 11:51 
GeneralRe: Auto refresh of referenced library... Pin
Judah Gabriel Himango6-Aug-06 12:45
sponsorJudah Gabriel Himango6-Aug-06 12:45 
GeneralRe: Auto refresh of referenced library... Pin
Shy Agam6-Aug-06 12:49
Shy Agam6-Aug-06 12:49 
GeneralRe: Auto refresh of referenced library... Pin
Judah Gabriel Himango6-Aug-06 13:01
sponsorJudah Gabriel Himango6-Aug-06 13:01 
GeneralRe: Auto refresh of referenced library... Pin
Shy Agam6-Aug-06 13:15
Shy Agam6-Aug-06 13:15 
QuestionC++ to C# Pin
t4ure4n6-Aug-06 11:22
t4ure4n6-Aug-06 11:22 
AnswerRe: C++ to C# Pin
Judah Gabriel Himango6-Aug-06 11:41
sponsorJudah Gabriel Himango6-Aug-06 11:41 
QuestionPaint a cell in DataGridView Pin
kalyanPaladugu6-Aug-06 10:56
kalyanPaladugu6-Aug-06 10:56 
AnswerRe: Paint a cell in DataGridView Pin
Judah Gabriel Himango6-Aug-06 11:38
sponsorJudah Gabriel Himango6-Aug-06 11:38 
GeneralRe: Paint a cell in DataGridView Pin
kalyanPaladugu6-Aug-06 13:06
kalyanPaladugu6-Aug-06 13:06 
GeneralRe: Paint a cell in DataGridView Pin
Judah Gabriel Himango6-Aug-06 15:56
sponsorJudah Gabriel Himango6-Aug-06 15:56 
GeneralRe: Paint a cell in DataGridView Pin
Erik Molenaar8-Aug-06 7:53
Erik Molenaar8-Aug-06 7:53 

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.