| Thread | Last Post | Replies |
|
| Quick Question on Application.Exit() | 29 Nov 2005 19:00 GMT | 5 |
In C# 2.0, w/ the Program.cs file, i noticed that the Application.Run(new appname()) is run twice. I have in my constructor to do a check for a settings file, and if it isn't found, the application exits. But the app doesn't exit, can someone tell me what i'm doing wrong?
|
| TcpListener & Client - sends to many bytes | 29 Nov 2005 18:51 GMT | 1 |
I have a problem: when i send data: byte[] fName = ASCIIEncoding.ASCII.GetBytes(stringFileName);
|
| I am a new C# Programmer | 29 Nov 2005 18:42 GMT | 5 |
Hi Guys, I had posted awhile back that I am a new C# programmer and I have just completed my first program. It's pretty simple, but I'm having a slight problem with it. The program that I made rearranges the order of a persons name after they input it into the console. But for ...
|
| Interesting Q | 29 Nov 2005 18:33 GMT | 6 |
Hi All, I have a VBScript that does a bunch of stuff except for 1, for that I had to write a CS Application. I want to call that CS Application in the VBScript and depending on the return code of the CSApp I need to execute a step.
|
| Help-document view architecture in c# | 29 Nov 2005 18:17 GMT | 6 |
Is this a good idea? From a brief dabble with MFC years ago, I understand that this is a worthy goal. Therefore I'm trying to remove most of the guts of an app from the main form code to another class. This class starts the program with
|
| Failed to compare Time portion of DateTime when read database | 29 Nov 2005 18:17 GMT | 3 |
I have datetime field in database. When I am getting records older than specific date that I passed in parameter I can not get records that differs only in Time part of the datetime value. Looks like comparison of Time portion in query failed.
|
| What type of program? | 29 Nov 2005 18:01 GMT | 5 |
Hi, a quick hello first to all on this group! I've been looking at getting into c# for a while now, and think I have just about all the tools, and a fair amount of literature on the subject. However I have a few questions, which the literature doesn't answer. Hopefully I can
|
| PathGradientBrush and Vista Progress Bar | 29 Nov 2005 17:57 GMT | 1 |
I am pretty firm in setting up strange PathGradienBrushes but the progress bar from windows vista beta simply drives me crazy. Particularily, this fresh moving white glow... Hence, has anybody tried to rebuild a vista progress bar with .net or can
|
| Error Message | 29 Nov 2005 17:52 GMT | 1 |
I want to create an error message which has basically the same functionality as MessageBox, however I want it to have some additional functionality. The Message is intended to show an error when an exception is caught. I
|
| Unloading a dynamically loaded assembly | 29 Nov 2005 17:51 GMT | 2 |
Are there any good tutorials on how to unload a dynamically loaded assembly?
|
| hoe can access runtime's form user'controls | 29 Nov 2005 17:47 GMT | 1 |
At Runtime i add a Form in designing time panel Control. on that form i add couple of user controls. i want to comuncated each of usercontrol's on my Form which is execute on Runtime
|
| MDI | 29 Nov 2005 16:21 GMT | 5 |
I have an MDI interface. In the parrentform i can open multiple childforms. form program1 form program2
|
| Why doesnt textbox print or var change? | 29 Nov 2005 16:20 GMT | 3 |
All, Being immersed in vb.net and trying CSharp after almost a year I forgot the differences. I like vb fixing the uppercase/lowercase names and seeming to be more flexible to code entry.
|
| sqlite static database connection over multiple instances | 29 Nov 2005 16:05 GMT | 1 |
I want to wrap the access to a sqlite database in an object. So i can create multiple instances of this wrapper with base code to get data out of the sqlite database. But i want to make the connection only onces when i create the first
|
| Arrow key does not fire keyDown-event | 29 Nov 2005 16:00 GMT | 2 |
Very simple Application: ------------------------------- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
|