| Thread | Last Post | Replies |
|
| now.tolongtimestring.tostring | 23 Nov 2004 08:23 GMT | 3 |
I used the above and I got "4:08:16 PM" but I need "16:08:16"
|
| Setting value to a read-only property | 23 Nov 2004 08:14 GMT | 5 |
Is it possible to set value to a read-only property via reflection? Thx
 Signature Bartol
|
| I need an array of WithEvents Classes... | 23 Nov 2004 08:05 GMT | 3 |
I want to have an array of class objects that raise an event when a condition is true. Like so... ------------------------------------------------------- Public Class ClientHandler
|
| Send a string directly to a file | 23 Nov 2004 08:04 GMT | 3 |
Hi, any way to send a string directly to a file on the hard drive? Thanks! Greg
|
| ImportRow does not work w/ grand child relation | 23 Nov 2004 08:01 GMT | 2 |
I have tried almost everything I know but still I can't find a way on how to resolve this problem. I'm using ImportRow to copy some record from 1 table to another table. Here are my code that doesn't work:
|
| Datacommand objects? | 23 Nov 2004 07:57 GMT | 1 |
I am new to VB/.NET What are datacommand objects? Can I use them instead of Dataset to access database and make changes to database? Thanks.
|
| Using BITS - making bill gates proud | 23 Nov 2004 05:56 GMT | 1 |
Get a lead from Ken Tucker, I was thinking if I can make a download manager completely based on BITS. Though unfortunately it will need to be based for Win XP onwards, I presume more and more ppl with win98 are anyway switching to XP. But, I seem to be stumbling upon some hurdles ...
|
| xml serialize private properties with a wrapper class -- how to? | 23 Nov 2004 05:05 GMT | 1 |
We're using XmlSerializer to serialize our data objects for persistence in a WinForms app. This is our primary data store, we're not web connected and are not using a database. We've had to program some of our classes in undesired ways to support XmlSerializer and
|
| Notification | 23 Nov 2004 05:01 GMT | 1 |
Is it possible to create an MSN Messenger or OWA style alert window from an asp.net page?
|
| splash screen help please! | 23 Nov 2004 04:10 GMT | 11 |
I have created an application which uses a SQL server database. I created a mainform which retreives all the customers. This takes about 3sec. I have created a splash screen too. I use a module to open the splash screen and then the mainform.
|
| Is there a way to convert VB forms to VC? | 23 Nov 2004 02:24 GMT | 27 |
I have a program written in Visual Studio 2003 Visual Basic. I would like to move it to Visual C++. Is there an automated or relatively automated way of doing that, or do I need to recreate all the windows by hand? Thanks in advance,
|
| Font | 23 Nov 2004 02:15 GMT | 1 |
In my application I'm using a Font, which is not standard installed in windows. In my computer application is running correctly, because My new font I installed manually. But When I want, that my program will be running on
|
| Icons in DLL's | 23 Nov 2004 01:41 GMT | 2 |
Hi folks. I'm currently in the midst of building an explorer - like viewer for a bigger project I'm going to be working on soon. When building the class for my Treeview and Listview controls, I'm using the ExtractIconEx API function (see code below). I found that all the icons ...
|
| Making a container control | 22 Nov 2004 22:37 GMT | 1 |
I'm trying to create a control that can accept controls onto it during design time like a panel. Even if I create a class that inherits the panel control, it won't accept the addition of controls during design time...
|
| listview? | 22 Nov 2004 22:02 GMT | 1 |
I have a list view box with around 10 columns and any amount of rows. The first 3 columns in a row pertain to a part. The 7 remaining columns I would like to mimick a checkbox look. Basically, the part can belong to 7 different things and I would like the user to be able to ckeck ...
|