Click here to Skip to main content
15,895,799 members
Home / Discussions / C#
   

C#

 
QuestionDataGirdView black screen Pin
Choi KyuJung21-Jul-21 16:08
Choi KyuJung21-Jul-21 16:08 
AnswerRe: DataGirdView black screen Pin
OriginalGriff21-Jul-21 20:20
mveOriginalGriff21-Jul-21 20:20 
GeneralRe: DataGirdView black screen Pin
Choi KyuJung22-Jul-21 18:33
Choi KyuJung22-Jul-21 18:33 
GeneralRe: DataGirdView black screen Pin
OriginalGriff22-Jul-21 19:12
mveOriginalGriff22-Jul-21 19:12 
AnswerRe: DataGirdView black screen Pin
Gerry Schmitz22-Jul-21 5:00
mveGerry Schmitz22-Jul-21 5:00 
GeneralRe: DataGirdView black screen Pin
Choi KyuJung22-Jul-21 15:33
Choi KyuJung22-Jul-21 15:33 
QuestionWhy I can not get requested data when I open connection? Pin
Sajo Nezic19-Jul-21 22:29
Sajo Nezic19-Jul-21 22:29 
AnswerRe: Why I can not get requested data when I open connection? Pin
OriginalGriff19-Jul-21 23:21
mveOriginalGriff19-Jul-21 23:21 
There are just too many possible problems here for us to be able to tell - it needs your code running on your system, with your data - and we do not have access to that.

So, it's going to be up to you.
Fortunately, you have a tool available to you which will help you find out what is going on: the debugger. If you don't know how to use it then a quick Google for "Visual Studio debugger" should give you the info you need.

Put a breakpoint on the first line in the function, and run your code through the debugger. Then look at your code, and at your data and work out what should happen manually. Then single step each line checking that what you expected to happen is exactly what did. When it isn't, that's when you have a problem, and you can back-track (or run it again and look more closely) to find out why.

Sorry, but we can't do that for you - time for you to learn a new (and very, very useful) skill: debugging!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

AnswerRe: Why I can not get requested data when I open connection? Pin
jsc4220-Jul-21 0:14
professionaljsc4220-Jul-21 0:14 
QuestionHow to create a gauge in C# Pin
Ken1213318-Jul-21 6:32
Ken1213318-Jul-21 6:32 
AnswerRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 5:45
mveDave Kreskowiak18-Jul-21 5:45 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 6:39
Ken1213318-Jul-21 6:39 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 6:49
mveDave Kreskowiak18-Jul-21 6:49 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 7:04
Ken1213318-Jul-21 7:04 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 7:05
mveDave Kreskowiak18-Jul-21 7:05 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 7:18
Ken1213318-Jul-21 7:18 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 7:32
mveDave Kreskowiak18-Jul-21 7:32 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 7:42
Ken1213318-Jul-21 7:42 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 7:47
mveDave Kreskowiak18-Jul-21 7:47 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 9:24
Ken1213318-Jul-21 9:24 
GeneralRe: How to create a gauge in C# Pin
OriginalGriff18-Jul-21 7:56
mveOriginalGriff18-Jul-21 7:56 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 8:46
Ken1213318-Jul-21 8:46 
GeneralRe: How to create a gauge in C# Pin
OriginalGriff18-Jul-21 8:54
mveOriginalGriff18-Jul-21 8:54 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 9:57
Ken1213318-Jul-21 9:57 
GeneralRe: How to create a gauge in C# Pin
Ralf Meier18-Jul-21 10:07
mveRalf Meier18-Jul-21 10:07 

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.