Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Pin
Dave Kreskowiak9-Feb-10 6:13
mveDave Kreskowiak9-Feb-10 6:13 
QuestionRe: C# Pin
jojoba20109-Feb-10 6:18
jojoba20109-Feb-10 6:18 
AnswerRe: C# Pin
Dave Kreskowiak9-Feb-10 8:37
mveDave Kreskowiak9-Feb-10 8:37 
QuestionRe: C# Pin
jojoba20109-Feb-10 17:30
jojoba20109-Feb-10 17:30 
AnswerRe: C# Pin
Dave Kreskowiak10-Feb-10 2:00
mveDave Kreskowiak10-Feb-10 2:00 
AnswerRe: C# Pin
ThatsAlok9-Feb-10 20:03
ThatsAlok9-Feb-10 20:03 
QuestionApplication Compatibility and Startup Questions Pin
BlitzPackage9-Feb-10 4:55
BlitzPackage9-Feb-10 4:55 
AnswerRe: Application Compatibility and Startup Questions Pin
Tony Richards9-Feb-10 8:00
Tony Richards9-Feb-10 8:00 
BlitzPackage wrote:
Can I assume that, if the person downloads .NET 3.5 (full or client profile), my application can run on Windows XP, Vista and Windows 7?


Is it likely? Yes, assuming you haven't used any OS version specific functions, P/Invokes, etc. Though check up on the client profile/full version of the framework thing.

Is it certain? No. Test, test, and test again on all three, and still be prepared for the odd one that doesn't work.

BlitzPackage wrote:
Also, sometimes during startup, while my application is showing the splash screen, if the user clicks around or attempts to do something else - like return to another application while mine is loading, my application will fail to load and throw an error of some sort. Any ideas on what's happening or what I should do?


Use the debugger. The name of the exception thrown may help. If you this doesn't help, post the exception details here, and a small, relevent amount of code from that location in your project, and we can all take a look.
QuestionHow to programmably release a virtual COM Port "In Use"? Pin
Member 30175479-Feb-10 4:15
Member 30175479-Feb-10 4:15 
AnswerRe: How to programmably release a virtual COM Port "In Use"? Pin
slebusch3-Aug-10 5:25
slebusch3-Aug-10 5:25 
QuestionHow to query WiFi access point for list of users connected to it ? Pin
blood_hl9-Feb-10 3:36
blood_hl9-Feb-10 3:36 
Questioncreating custom control that contains DialogResult [modified] Pin
sajjad.aghapouer9-Feb-10 3:21
sajjad.aghapouer9-Feb-10 3:21 
AnswerRe: creating custom control that contains DialogResult Pin
OriginalGriff9-Feb-10 4:38
mveOriginalGriff9-Feb-10 4:38 
AnswerRe: creating custom control that contains DialogResult Pin
OriginalGriff9-Feb-10 5:11
mveOriginalGriff9-Feb-10 5:11 
GeneralRe: creating custom control that contains DialogResult Pin
sajjad.aghapouer9-Feb-10 6:43
sajjad.aghapouer9-Feb-10 6:43 
GeneralRe: creating custom control that contains DialogResult Pin
OriginalGriff9-Feb-10 9:24
mveOriginalGriff9-Feb-10 9:24 
QuestionHow to record or capture voices from speaker or sound card on my computer win7, not from microphone Pin
serkanweb9-Feb-10 2:54
serkanweb9-Feb-10 2:54 
AnswerRe: How to record or capture voices from speaker or sound card on my computer win7, not from microphone Pin
serkanweb9-Feb-10 23:39
serkanweb9-Feb-10 23:39 
Questionregarding Microsoft Sync Framework Pin
Tridip Bhattacharjee9-Feb-10 2:47
professionalTridip Bhattacharjee9-Feb-10 2:47 
QuestionInsertMenuItem WinAPI problem Pin
Nematjon Rahmanov9-Feb-10 1:17
Nematjon Rahmanov9-Feb-10 1:17 
AnswerRe: InsertMenuItem WinAPI problem Pin
Luc Pattyn9-Feb-10 1:25
sitebuilderLuc Pattyn9-Feb-10 1:25 
QuestionRe: InsertMenuItem WinAPI problem Pin
Nematjon Rahmanov9-Feb-10 1:47
Nematjon Rahmanov9-Feb-10 1:47 
AnswerRe: InsertMenuItem WinAPI problem Pin
Covean9-Feb-10 2:08
Covean9-Feb-10 2:08 
GeneralRe: InsertMenuItem WinAPI problem Pin
Nematjon Rahmanov9-Feb-10 2:33
Nematjon Rahmanov9-Feb-10 2:33 
GeneralRe: InsertMenuItem WinAPI problem Pin
Covean9-Feb-10 2:49
Covean9-Feb-10 2:49 

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.