Thank you for your answers. Of course it is possible to work with the debugger or with try/catch but in fact it does not help me because the error is not shown by the debugger. It is a Windows Error Message and that's the great problem.
korsosjosi
Posts
-
Debugging Problem -
Debugging ProblemHi! I've written a program in C# which is running stable for hours. Then, at some moment, I get the Windows Error Message "The program xy has encounterd a problem an has to close". What I did was writeing some information at different time stamps to a file. What is interesting: the file is filled with information AFTER the Error Message and the whole program still keeps running, only the output (multimedia things) is not shown anymore. So in my opinion I have a performance problem. My question: Does anybody know how to get to the reason for such a Windows error. Can I catch such a Windows error or somehow suppress it? Is there a possibility to free resources of Windows Form manual? Kind regards
-
Bind textbox to tatatable, please helpYou can attach each field of the datatable with nameofdataset.Tables[0].Rows[i].ItemArray[j] with the indexes i an j changing for the Rows and cells you want to change or read out
-
Setup Project and IconsHi! I have the following problem: My C# application creates a special file-format, called *.tvp. When I build my Setup Project, an icons is show symbolizing my program. What I want now is: All *.tvp files shall show this icon after installing my program as this for example works with *.doc files. They also show the winword icon. Does anybody know about settings to realize this? Thanks a lot
-
Setup Project and IconsHi! I have the following problem: My application creates a special file-format, called *.tvp. When I build my Setup Project, an icons is show symbolizing my program. What I want now is: All *.tvp files shall show this icon after installing my program as this for example works with *.doc files. They also show the winword icon. Does anybody know about settings to realize this? Thanks a lot
-
include icon to setup projectOkay, got the solution! My icon was to big for being displayed in the start menu Thanx
-
include icon to setup projectThanks for fast answer! Actual, the problem still exists. I know how to select an Icon for desktop and also for the created exe-file. But in the start-menu of windows the icon still does not exist and I don't know why! Johannes
-
include icon to setup projectHi! I want to include a created icon to my setup, so that when somebody installs my application this application has my created icon as Icon. Does anybody know what properties I have to select Thanks a lot Johannes
-
Graphics in C#Hi! I want to do the following: All seconds I want to delete an existing picture and do Graphics.DrawImage with a new picture. So my problem is: I can't delet the old picture from Graphics and so no changes are shown on my screen. Does anybody know help? thanks Josi