Click here to Skip to main content
15,886,258 members
Home / Discussions / C#
   

C#

 
QuestionDatagridview DateTimePicker Problem. Pin
priyamtheone29-Jul-09 3:31
priyamtheone29-Jul-09 3:31 
QuestionFind Scroll bar moved either left/right? Pin
spalanivel29-Jul-09 3:15
spalanivel29-Jul-09 3:15 
AnswerRe: Find Scroll bar moved either left/right? Pin
Nagy Vilmos29-Jul-09 3:33
professionalNagy Vilmos29-Jul-09 3:33 
AnswerCP Please ignore Pin
leckey29-Jul-09 4:55
leckey29-Jul-09 4:55 
QuestionHow can i see native code? Pin
frommi29-Jul-09 3:10
frommi29-Jul-09 3:10 
AnswerRe: How can i see native code? Pin
MumbleB29-Jul-09 3:45
MumbleB29-Jul-09 3:45 
GeneralRe: How can i see native code? Pin
PIEBALDconsult29-Jul-09 7:03
mvePIEBALDconsult29-Jul-09 7:03 
AnswerRe: How can i see native code? Pin
Eddy Vluggen29-Jul-09 3:57
professionalEddy Vluggen29-Jul-09 3:57 
frommi wrote:
Why the jitdebugger ask me where is the .cs file?


There is no global exception handler in your application. Thus, you're asked whether or not you want to debug the application. The debugger will ask for the code-files to point out where the exception occurred.


frommi wrote:
If i open module page (ctrl+alt+u) i see my file .exe with symbols loaded, but i can see the c# code.


Symbols are provided by the .pdb file, and you'll only see the C# code when the debugger can find the appropriate source-code.
AnswerRe: How can i see native code? Pin
frommi29-Jul-09 4:08
frommi29-Jul-09 4:08 
QuestionRe: How can i see native code? Pin
Eddy Vluggen29-Jul-09 4:34
professionalEddy Vluggen29-Jul-09 4:34 
AnswerRe: How can i see native code? Pin
frommi29-Jul-09 4:51
frommi29-Jul-09 4:51 
GeneralRe: How can i see native code? Pin
Eddy Vluggen29-Jul-09 6:05
professionalEddy Vluggen29-Jul-09 6:05 
Questionimage manipulation Pin
strife1929-Jul-09 2:46
strife1929-Jul-09 2:46 
AnswerRe: image manipulation Pin
musefan29-Jul-09 2:58
musefan29-Jul-09 2:58 
GeneralRe: image manipulation Pin
strife1929-Jul-09 3:26
strife1929-Jul-09 3:26 
QuestionCapturing screenshots from games Pin
SimpleData29-Jul-09 1:55
SimpleData29-Jul-09 1:55 
AnswerRe: Capturing screenshots from games Pin
leckey29-Jul-09 4:59
leckey29-Jul-09 4:59 
GeneralRe: Capturing screenshots from games Pin
SimpleData29-Jul-09 5:13
SimpleData29-Jul-09 5:13 
GeneralRe: Capturing screenshots from games Pin
leckey29-Jul-09 7:16
leckey29-Jul-09 7:16 
GeneralRe: Capturing screenshots from games Pin
SimpleData29-Jul-09 7:25
SimpleData29-Jul-09 7:25 
GeneralRe: Capturing screenshots from games Pin
leckey29-Jul-09 14:23
leckey29-Jul-09 14:23 
GeneralRe: Capturing screenshots from games Pin
SimpleData29-Jul-09 23:26
SimpleData29-Jul-09 23:26 
QuestionTimer interval not change while running the windows service in C# Pin
Rajesh_K_Sharma29-Jul-09 1:17
Rajesh_K_Sharma29-Jul-09 1:17 
AnswerRe: Timer interval not change while running the windows service in C# Pin
Ashfield29-Jul-09 1:28
Ashfield29-Jul-09 1:28 
AnswerRe: Timer interval not change while running the windows service in C# Pin
PIEBALDconsult29-Jul-09 5:00
mvePIEBALDconsult29-Jul-09 5:00 

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.