| Thread | Last Post | Replies |
|
| Menu Button | 14 Dec 2004 22:26 GMT | 4 |
I am looking for some time for a comman button that tuns into a memu once you click one side of it I have seen elsewhere and I was never able to integrate it into my .NET program Thank you
|
| datagrid tablestyle not working | 14 Dec 2004 21:56 GMT | 1 |
I am trying to use a custom tablestyle in vb.net datagrid, but it doesnt seem to be working. The datagrid just uses the default layout and all the column headers have the SQL Server table names instead of the header names that I define. Additionally, ALL the columns from the ...
|
| Debugging | 14 Dec 2004 21:51 GMT | 4 |
When I run my project in Debug mode and I get an unhandled exception, I get a window that says "An unhandled exception has occurred in your application..." with Continue and Quit buttons. I would like for Visual Studio to break on the line of code that caused the exception.
|
| VB.net and directX | 14 Dec 2004 21:43 GMT | 9 |
 Signature hello is their much difference in using directx8 compared to directx9 in graphics programming or gaming.?
|
| date confusion | 14 Dec 2004 21:34 GMT | 4 |
I am confused with all the options for date values... What should I be using when I want to compare (=, >, <) two dates, not including the time.. for example when inserting data in a database the data may have the full date and time like '12/15/2004 12:31:23 AM'. How do I convert ...
|
| Tooltip in ListView | 14 Dec 2004 21:05 GMT | 2 |
How do I display a tooltip when mouse hovers on top of an item of a ListView? I want the tooltip to contain the text of the item the mouse is pointing at. Amjad
|
| ANSI and UNICODE | 14 Dec 2004 21:05 GMT | 1 |
How to recognize if text file is in ANSI or UNICODE? TIA
|
| Reference Project or Assembly | 14 Dec 2004 20:59 GMT | 11 |
I have a solution containing many usercontrol projects. When I wish to reference a usercontrol in another project I can select either the project or the assembly. Does it make a difference which one I select?
|
| CVS Text File | 14 Dec 2004 19:37 GMT | 3 |
I have a large text file seperated by commas. I was wondering how to get the values from the text file. The problem is that not all the characters are the same length, so I can't use the characters, but is I can't find how to seperate out the values by the commas. I know that ...
|
| problem using delegates with Option Strict On | 14 Dec 2004 19:33 GMT | 3 |
The following Delegates example works with Option Strict Off, but if I change it to Option Strict On then VB.Net complains about the line dgY = System.Delegate.Combine(dgI, dgA)
|
| Usercontrol | 14 Dec 2004 19:25 GMT | 5 |
Wanna make a usercontrol that when seen from properties window has a "plus" sign at left that indicate some members of a property. Like the property Size of a form. Or like a collection like Items in the properties window Thanks !
|
| General Question | 14 Dec 2004 19:23 GMT | 1 |
Is there any way, using a windows service, to manipulate a third party software. Here is an explanation. My company uses software, that I did not write, to keep up with materials that are being shipped from the plant. In the software there are to textboxes that are filled out. ...
|
| newbie question ?Syntax | 14 Dec 2004 18:10 GMT | 1 |
This is part of the code I downloaded to retrive a string value from a .ini file: (I have NOT shown all the lines which declare the API functions and properties)
|
| mscorlib: Access to the path is denied. | 14 Dec 2004 18:09 GMT | 2 |
I'm tring to open a file using FileStream: dim myFile As New FileStream(myPath, FileMode.Open) It works on every file on FAT32 HDD fine. But when I try to open a several files on NTFS drive I get this message:
|
| Allow user to paste in list of items | 14 Dec 2004 17:08 GMT | 2 |
I'm not sure which control to use for this: I would like the user to be able to paste a list of items into a box and then be able to run through them one at a time. Hopefully there is a control that would place them into an array. I don't want the user to put
|