Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
Questiontwo forms Pin
michaelgr115-May-09 19:28
michaelgr115-May-09 19:28 
AnswerRe: two forms Pin
dan!sh 15-May-09 19:40
professional dan!sh 15-May-09 19:40 
GeneralRe: two forms Pin
michaelgr115-May-09 19:54
michaelgr115-May-09 19:54 
GeneralRe: two forms Pin
dan!sh 15-May-09 20:03
professional dan!sh 15-May-09 20:03 
GeneralRe: two forms Pin
michaelgr115-May-09 20:09
michaelgr115-May-09 20:09 
GeneralRe: two forms Pin
dan!sh 15-May-09 20:16
professional dan!sh 15-May-09 20:16 
GeneralRe: two forms Pin
michaelgr115-May-09 20:34
michaelgr115-May-09 20:34 
GeneralRe: two forms Pin
dan!sh 16-May-09 0:13
professional dan!sh 16-May-09 0:13 
QuestionCross-thread exception Pin
Ankit At Codeproject15-May-09 19:12
Ankit At Codeproject15-May-09 19:12 
AnswerRe: Cross-thread exception Pin
ellllllllie15-May-09 19:24
ellllllllie15-May-09 19:24 
QuestionRe: Cross-thread exception Pin
Ankit At Codeproject15-May-09 19:30
Ankit At Codeproject15-May-09 19:30 
AnswerRe: Cross-thread exception Pin
ellllllllie15-May-09 19:48
ellllllllie15-May-09 19:48 
AnswerRe: Cross-thread exception Pin
S. Senthil Kumar16-May-09 4:58
S. Senthil Kumar16-May-09 4:58 
AnswerRe: Cross-thread exception Pin
dybs16-May-09 6:00
dybs16-May-09 6:00 
QuestionArabic / SQL Pin
ellllllllie15-May-09 19:02
ellllllllie15-May-09 19:02 
AnswerRe: Arabic / SQL Pin
dan!sh 15-May-09 20:01
professional dan!sh 15-May-09 20:01 
QuestionHow to compare two dates...???? Pin
harishkharvi15-May-09 16:50
harishkharvi15-May-09 16:50 
AnswerRe: How to compare two dates...???? Pin
Luc Pattyn15-May-09 16:57
sitebuilderLuc Pattyn15-May-09 16:57 
QuestionTableAdapter not inserting new row Pin
Shato15-May-09 16:35
Shato15-May-09 16:35 
AnswerRe: TableAdapter not inserting new row Pin
Mycroft Holmes15-May-09 17:11
professionalMycroft Holmes15-May-09 17:11 
QuestionHow to code for import pdf to database with c# Pin
nomsod15-May-09 15:53
nomsod15-May-09 15:53 
QuestionCopying files needed for a program installed with a VS Setup and Deployment project Pin
choo_chu15-May-09 14:06
choo_chu15-May-09 14:06 
QuestionPointers Ideas and examples please Pin
Bryden.Murdoch15-May-09 13:21
Bryden.Murdoch15-May-09 13:21 
AnswerRe: Pointers Ideas and examples please Pin
Mycroft Holmes15-May-09 13:46
professionalMycroft Holmes15-May-09 13:46 
GeneralRe: Pointers Ideas and examples please Pin
Bryden.Murdoch15-May-09 14:03
Bryden.Murdoch15-May-09 14:03 
Yes ODBC does provide the workstation ID.

Life becomes more complex however when the client is a terminal / citrix server then all users also have the same client.

I have another way around this by interogating sys.sysprocesses and lokking up not only the hostname but also the hostprocess columns.

The hostprocess number equates directly to the process id that can be seen in task manager or terminal server manager to identify the user.

The main point of this is that I think my solution would make life easier for my customers and allow me to learn a lot more about c#.

I do know where your coming from though with the remote reboot although a sledge hammer is sometimes more appropriate! Big Grin | :-D

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.