Click here to Skip to main content
15,913,268 members
Home / Discussions / C#
   

C#

 
GeneralRe: datagrid with checkbox feature for pocket pc 2003 Pin
mohdmeraj19-Mar-07 20:15
mohdmeraj19-Mar-07 20:15 
QuestionSecurity Problem while installling Setup project Pin
sujithkumarsl18-Mar-07 20:01
sujithkumarsl18-Mar-07 20:01 
AnswerRe: Security Problem while installling Setup project Pin
joon vh.19-Mar-07 1:47
joon vh.19-Mar-07 1:47 
GeneralRe: Security Problem while installling Setup project Pin
sujithkumarsl19-Mar-07 2:36
sujithkumarsl19-Mar-07 2:36 
GeneralRe: Security Problem while installling Setup project Pin
joon vh.19-Mar-07 2:39
joon vh.19-Mar-07 2:39 
GeneralRe: Security Problem while installling Setup project Pin
sujithkumarsl19-Mar-07 19:22
sujithkumarsl19-Mar-07 19:22 
Questiondot net remoting Events Pin
Tauseef A18-Mar-07 19:52
Tauseef A18-Mar-07 19:52 
AnswerRe: dot net remoting Events Pin
b0ksah19-Mar-07 0:22
b0ksah19-Mar-07 0:22 
I know this is not the answer you are looking for but when dealing with remoting then keep it simple and stick to method calls only over the network ... using Events with remoting is very sticky bizz. There's a whole lot of issues that make event handling with remoting a bitch. A way to simunate it is to have an event at both ends ... so a remote call triggers an event ..

But if you really really really wants to use events (the whole u have to seriealze everything sent over the network nightmare .. WTF | :WTF: )

Search the remoting section here on Codeproject .... there's no perfect solution. Sigh | :sigh:
QuestionIs there a simple way to show an int as a string in its byte form? e.g 10 as "1010" Pin
Red_Wizard_Shot_The_Food18-Mar-07 14:02
Red_Wizard_Shot_The_Food18-Mar-07 14:02 
AnswerRe: Is there a simple way to show an int as a string in its byte form? e.g 10 as "1010" Pin
Harini N K18-Mar-07 20:07
Harini N K18-Mar-07 20:07 
Questionurgent how to move this button vertically Pin
aymolly18-Mar-07 13:57
aymolly18-Mar-07 13:57 
AnswerRe: urgent how to move this button vertically Pin
Ed.Poore19-Mar-07 13:02
Ed.Poore19-Mar-07 13:02 
GeneralRe: urgent how to move this button vertically Pin
sujithkumarsl19-Mar-07 19:23
sujithkumarsl19-Mar-07 19:23 
GeneralRe: urgent how to move this button vertically Pin
Ed.Poore19-Mar-07 23:00
Ed.Poore19-Mar-07 23:00 
QuestionNumericUpDown Control [modified] Pin
myNameIsRon18-Mar-07 11:29
myNameIsRon18-Mar-07 11:29 
AnswerRe: NumericUpDown Control Pin
Dave Kreskowiak18-Mar-07 12:36
mveDave Kreskowiak18-Mar-07 12:36 
GeneralRe: NumericUpDown Control Pin
myNameIsRon18-Mar-07 18:31
myNameIsRon18-Mar-07 18:31 
GeneralRe: NumericUpDown Control Pin
Dave Kreskowiak19-Mar-07 1:37
mveDave Kreskowiak19-Mar-07 1:37 
Questionmouse position in array Pin
ahmad al-omar18-Mar-07 10:30
ahmad al-omar18-Mar-07 10:30 
AnswerRe: mouse position in array Pin
Christian Graus18-Mar-07 11:11
protectorChristian Graus18-Mar-07 11:11 
AnswerRe: mouse position in array Pin
Dawid Mazuruk18-Mar-07 11:17
Dawid Mazuruk18-Mar-07 11:17 
QuestionHow to use Triggers in Sql Server 2005 ? Pin
hdv21218-Mar-07 8:44
hdv21218-Mar-07 8:44 
AnswerRe: How to use Triggers in Sql Server 2005 ? Pin
Christian Graus18-Mar-07 10:26
protectorChristian Graus18-Mar-07 10:26 
GeneralRe: How to use Triggers in Sql Server 2005 ? Pin
hdv21218-Mar-07 12:22
hdv21218-Mar-07 12:22 
GeneralRe: How to use Triggers in Sql Server 2005 ? Pin
Christian Graus18-Mar-07 12:30
protectorChristian Graus18-Mar-07 12:30 

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.