| Thread | Last Post | Replies |
|
| check disabled | 30 Sep 2005 08:51 GMT | 3 |
How to disable changing a value of items in listbox? I just wnat to scroll through the list without beeing able to check or uncheck it! Hrcko
|
| Parsing string to doubles - Calculator | 30 Sep 2005 07:39 GMT | 4 |
Hi all, I'm making a mini calculator for fun. My only problem is home to convert the string in the text box to a double so it can be added, subtracted, etc. I'm sure most people know how, but I'm a beginner. Many thanks. James
|
| Project Version | 30 Sep 2005 07:01 GMT | 2 |
This is for a Win form. Where can I set my project version? In VB 6.0 under the project properties there was a make tab that had Major, Minor and Revision.
|
| form.Submit() + C Sharp = ??? | 30 Sep 2005 06:46 GMT | 3 |
I was looking at the thread listed below. Basically, I have an HTML page executing form.Submit() (written with Java script). What do I need to do in order see the values in the fields of the form on the server side. Normally (in .jsp), I would get the values on the
|
| keyboardHook question | 30 Sep 2005 06:27 GMT | 1 |
based on some posts i read, i am using a dll to allow me to do some keyboard hooking. this is being called from a C# compactfamework app, which doesn't support delegates. so, i am using a MessageWindow to send the key presses to the C# app. My question is: there are times,
|
| lines count | 30 Sep 2005 06:22 GMT | 2 |
Is there a mechanism within VS 2005 to determine the number of source code lines in a C# project (either per file or across the entire project)? Thanks, Bruce
|
| Hashtable.Synchronzied() | 30 Sep 2005 06:15 GMT | 3 |
Using the following code Hashtable myData = Hashtable.Synchronized(new Hashtable()); Then I will be having a main thread that will write to this hashtable, and other n threads that will read and write to this hashtable. In the
|
| How do you "#define" in C#? | 30 Sep 2005 01:09 GMT | 1 |
How do you #define (as in C++) in C#? Many thanks, James
|
| WinForms: need a Grid but not DataGrid | 30 Sep 2005 00:37 GMT | 1 |
i need a simple grid similar to DataGrid, but i want to fill it out from the object (not dataset) what component shoul i use? also i would like to have possibility to change color of some cells, etc,
|
| WinForms, how to override/avoide the tab order for a bunch of buttons/textboxes? | 30 Sep 2005 00:30 GMT | 1 |
WinForms, how to override/avoide the tab order for a bunch of buttons/textboxes? i have a panel with 4 textboxes (or buttons) in 2 comlumns (so 2 and 2) i would like to scroll in the first column when i'm pressing arrow button
|
| Help with SendInput | 29 Sep 2005 22:49 GMT | 2 |
I am trying to use the SendInput API call in C# to put a keypress in the keyboard buffer and have beeting my head against the wall all morning. Could someone help me out with this, I keep getting a WIN32 errorcode of 6. I am simply trying to simulate the TAB key being pressed when ...
|
| Sending an email too an emailaddress | 29 Sep 2005 22:22 GMT | 2 |
I searching for an easy way to send an email from my windowsapplication writen in C#. It's only for test purpose so it only needs to send an email with the subject "Test Mail" many thanks,
|
| fr | 29 Sep 2005 22:00 GMT | 1 |
Someone know free .NET IDE? thanks
|
| Code Behind pages in VS C# 2005 | 29 Sep 2005 21:56 GMT | 3 |
In the class that I was in, double clicking on the .aspx page (in D esign mode)would open a file for the .aspx.cs page. However, when I do a double click in VS C# 2005 on the .aspx page, I get the following inserted into my .aspx page
|
| Names in C# | 29 Sep 2005 21:46 GMT | 12 |
Can anyone tell me, is it legal for a class to have the same name as the namespace it is in. I did it, and the compiler didn't give an error, but it caused some very odd name resolving problems.
|