Click here to Skip to main content
15,921,959 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drawing on Map [modified] Pin
Shaun Wilde7-Jul-06 5:19
Shaun Wilde7-Jul-06 5:19 
QuestionUsing C# .NET 2 and Generic ReadOnly Collections Pin
satvinder12345677-Jul-06 4:30
satvinder12345677-Jul-06 4:30 
AnswerRe: Using C# .NET 2 and Generic ReadOnly Collections Pin
Not Active7-Jul-06 4:51
mentorNot Active7-Jul-06 4:51 
AnswerRe: Using C# .NET 2 and Generic ReadOnly Collections Pin
Josh Smith7-Jul-06 4:52
Josh Smith7-Jul-06 4:52 
AnswerRe: Using C# .NET 2 and Generic ReadOnly Collections Pin
Ennis Ray Lynch, Jr.7-Jul-06 8:19
Ennis Ray Lynch, Jr.7-Jul-06 8:19 
GeneralRe: Using C# .NET 2 and Generic ReadOnly Collections Pin
satvinder12345679-Jul-06 12:07
satvinder12345679-Jul-06 12:07 
QuestionSendKeys problem Pin
psyonara7-Jul-06 4:12
psyonara7-Jul-06 4:12 
AnswerRe: SendKeys problem Pin
Judah Gabriel Himango7-Jul-06 4:42
sponsorJudah Gabriel Himango7-Jul-06 4:42 
I've had similar problems with SendKeys; generally it doesn't seem to work too well. I was able to get around some issues by doing different things with Send, SendWait, and adding an Application.DoEvents call after the Send.

In other words, I've found SendKeys to be unreliable. I suggest you look into sending window messages via the Win32 SendMessage API.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Messianic Instrumentals (with audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


Questiondate format in different countries ? help pls... Pin
cmpeng347-Jul-06 4:07
cmpeng347-Jul-06 4:07 
AnswerRe: date format in different countries ? help pls... Pin
Not Active7-Jul-06 4:15
mentorNot Active7-Jul-06 4:15 
AnswerRe: date format in different countries ? help pls... Pin
Dustin Metzgar7-Jul-06 4:17
Dustin Metzgar7-Jul-06 4:17 
Question@ Pin
fmardani7-Jul-06 3:46
fmardani7-Jul-06 3:46 
AnswerRe: @ Pin
AETaylor7-Jul-06 3:51
AETaylor7-Jul-06 3:51 
AnswerRe: @ Pin
Not Active7-Jul-06 3:55
mentorNot Active7-Jul-06 3:55 
AnswerRe: @ Pin
Dustin Metzgar7-Jul-06 4:10
Dustin Metzgar7-Jul-06 4:10 
GeneralRe: @ Pin
fmardani7-Jul-06 4:12
fmardani7-Jul-06 4:12 
Questiontimeout expired.timeout period elapsed prior to completion of the operation or the server is not responding [modified] Pin
ayyp7-Jul-06 3:30
ayyp7-Jul-06 3:30 
AnswerRe: timeout expired.timeout period elapsed prior to completion of the operation or the server is not responding Pin
Judah Gabriel Himango7-Jul-06 4:34
sponsorJudah Gabriel Himango7-Jul-06 4:34 
GeneralRe: timeout expired.timeout period elapsed prior to completion of the operation or the server is not responding Pin
ayyp7-Jul-06 18:41
ayyp7-Jul-06 18:41 
QuestionDataView.Find(object value) Pin
peshawarcoder7-Jul-06 3:02
peshawarcoder7-Jul-06 3:02 
QuestionDisabling "X" button in WinForm Pin
stancrm7-Jul-06 2:37
stancrm7-Jul-06 2:37 
AnswerRe: Disabling "X" button in WinForm Pin
Not Active7-Jul-06 2:58
mentorNot Active7-Jul-06 2:58 
AnswerRe: Disabling "X" button in WinForm [modified] Pin
Anh_Tuan7-Jul-06 3:02
Anh_Tuan7-Jul-06 3:02 
QuestionError : Cannot write to a closed TextWriter Pin
adityap7-Jul-06 2:01
adityap7-Jul-06 2:01 
AnswerRe: Error : Cannot write to a closed TextWriter Pin
Judah Gabriel Himango7-Jul-06 4:39
sponsorJudah Gabriel Himango7-Jul-06 4:39 

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.