| Thread | Last Post | Replies |
|
| Where's the Package and Deployment Wizard? | 16 Nov 2004 22:01 GMT | 4 |
Using VB.NET 2003 and wanting to make a setup for my program. In VB6 there is package wizard but being a newbie can't seem to find the package wizard in VB.NET. Any help is surely appreciated.
|
| Printer problems | 16 Nov 2004 21:45 GMT | 3 |
In my code, I print a dataSet ' get grid's PrintDocument object Dim pd As System.Drawing.Printing.PrintDocument pd = flexgrid.PrintParameters.PrintDocument()
|
| Asynchronous socket programming vs. remoting | 16 Nov 2004 20:56 GMT | 3 |
I need to write a server app to send images to client GUIs that are outside of the server's domain. The client will have the file system path to the image but can not access the file system.
|
| Masked edit control and database (.NET) | 16 Nov 2004 20:52 GMT | 1 |
I have created a windows application in VB.NET and I want to retrieve data from an access database. I create the OleDbConnection, an OleDbAdapter, a dataset and finally a Data Form using the Data Form Wizard. Everything works fine.
|
| Paint event of a panel | 16 Nov 2004 20:47 GMT | 4 |
I have a panel that I have in the paint event to draw a Raised 3d border around it.. The problem is, if a msgbox is popped up or a tooltip is displayed, it leaves lines on the panel. I've tried invalidate after the msgbox to no avail...
|
| Adding controls to a dynamic form? | 16 Nov 2004 20:31 GMT | 3 |
I have a form which is dynamically generated from the contents of a Database using commands such as this: hostform.Controls.Add(aRadio) However, that adds the control to the top level window. I want to add them
|
| NTFS permissions | 16 Nov 2004 20:16 GMT | 1 |
Is there a way in Visual Basic to determine when a user has explicit rights to a directory and when they have rights due to inheritance?
|
| retrieve last entered data | 16 Nov 2004 19:19 GMT | 1 |
can anyone tell me how to retrieve the last data entered in mdb in vb.net
|
| Version Control -How to save the records ? | 16 Nov 2004 19:11 GMT | 1 |
My client got Two branches in two different cities. Now, the database server will be placed in City A , the user will input the data in City B. they use the lease or VPN to connect it. I got a problem on 'version control' design, We need to keep each version of
|
| Delete all records from a table | 16 Nov 2004 19:10 GMT | 3 |
i want to delete all records in a table (ms access database) now my method used is not good, i have to loop all record in the datatable and delete it one by one. however, i can't :
|
| custom control: combobox + timer | 16 Nov 2004 19:02 GMT | 2 |
I'm trying to create a custom control that contains both a combobox and a timer. Any ideas how I can accomplish this? I do know how to create a 'one control' inheritance control, but when I add the timer, it compiles but I don't get its functionality - and it's not ticking, as ...
|
| newbie exception handling question | 16 Nov 2004 19:00 GMT | 3 |
I'm trying to learn vb.net and have the following scenario I want to handle: I'm importing data from a csv file into a dataset. Some of the data is inconsistent and throws an invalidargument error. What I want to do
|
| messagebox bug | 16 Nov 2004 19:00 GMT | 4 |
Messageboxes emitted from my vb.net windows forms applications have suddenly stopped rendering messagetext and button text. What is the best plan of action regarding components to try repairing/reinstalling? (I have already reinstalled the framework to no avail)
|
| Animated Charts | 16 Nov 2004 18:48 GMT | 1 |
Do you know of a component for VB .NET that allows me to create animated (flash) charts? I found some of them, but they are only for ASP .NET, instead I'd like to create some charts in VB .NET that will be shown on a large screen to public (so they need to be very eye-appealing).
|
| IsNothing | 16 Nov 2004 18:38 GMT | 2 |
I cache a ton of stuff, and my ASP.NET application works great....but...... When I am stress testing it I'll get the "Object reference not set to an instance of an object" every once in a while...
|