| Thread | Last Post | Replies |
|
| SSTab | 21 Jun 2005 16:17 GMT | 4 |
I have SSTab on my form with 13tabpages and I am trying to hide and show those tab pages, but all i am able to achive is to hide content of those tabs, not tabs itself. How can I hide tabs so page will display only tabs that i want.
|
| Usiing ghost datatables in SQL | 21 Jun 2005 15:49 GMT | 2 |
I'm trying to figure out how (or if possible) to use a datatable in a SQL statement (either against a db table or another ghost datatable). Basically, I have a text file I'm processing into a datatable I created, and I want to bounce it off a table in the db, as well as off of ...
|
| Winsock equivalent? | 21 Jun 2005 14:47 GMT | 5 |
Hi group, In VB6 if I wanted my app to listen on a specific IP port I used the Winsock control along with the great example code on MSDN. Now, for .NET I assume that there is a class for this. Can anyone point
|
| Set Object Refrence From String? | 21 Jun 2005 14:44 GMT | 1 |
I would like to know how to set an object from a string provided? Here is the situation: I have a listview that holds the names of ListView Objects on different forms. I want to set an object called frmOBJ As Object to the Listview sub
|
| Writing dataset to CSV file? | 21 Jun 2005 13:31 GMT | 6 |
I’m having trouble writing the contents of a dataset to a csv file. I have made a solution that loops through the rows in the dataset, but it’s too slow. There must be a faster and easier way. Here is a stripped down version of my failed attempt of writing without
|
| Listbox problems | 21 Jun 2005 12:33 GMT | 11 |
[Originally posted to m.p.d.l.v.windowsforms.controls but seems to be v low traffic there, so hope no-one minds if I repost here.] I'm still struggling to find a way of reordering the items within the same single listbox with drag and drop. I think I've got the drag
|
| vb.net deployment package | 21 Jun 2005 12:08 GMT | 1 |
I need to deploy a service that will run on a production server. I am not certain what category of deployment directions that I should follow from the MSDN site. The service is written is Visual Basic.NET version 1.1. The service is
|
| WinForms Parameters | 21 Jun 2005 11:23 GMT | 3 |
How to pass parameter to winform. From a menu there are several items. When click on any item a form will be open. For opening a form i am giving some parameters to the form. When i use global variables, the value changed when a new form is opened. Is
|
| digital signature | 21 Jun 2005 11:01 GMT | 3 |
when my client tested an app i'm developing for him he got a security warning msg that the publisher could not be verified, etc. i never had this happen, what is a valid digital signature, and how do i get one and do u have to pay for it, and if so how much is it, and who makes it;
|
| CD-Burning? | 21 Jun 2005 10:52 GMT | 2 |
I'm looking for a way to burn images to a CD. I found code for that on vbAccelerator.com, but I can't get it to work. Alternatively, I saw recommendations to use NCTsoft's NCTDiscWriter, but that's an ActiveX-control and I'd sure prefer managed code.
|
| more fields in combobox | 21 Jun 2005 09:08 GMT | 1 |
How can I show more than one field in a combobox? regards reidarT
|
| Check Box in the Datagrid | 21 Jun 2005 08:42 GMT | 3 |
I need to add editable check box column to the data grid. I have field in the SQL table with the type tinyint, which is translated to the unsigned bite in the datatable. I added DataGridBoolColumn to the table style with AllowNull = False,
|
| Copying a Directory | 21 Jun 2005 08:37 GMT | 3 |
In VB.NET, is there any way to copy a directory and all its contents to a new location using io.Directory or io.DirectoryInfo etc. without having to import the Scripting.FileSystemObject? io.Directory and DirectoryInfo only seem to have a Move command, but what
|
| newbie needhelp:'submain' was not found in 'test.module1' | 21 Jun 2005 08:34 GMT | 5 |
I've just started learning vb.net. Now I'm reading O'reilly programming vb.net 2nd edition. I have a problem with code example on chapter 6 about inherits content. I even copied this code into VS studio and compiled. But it said:
|
| how to install crystal report 11 run time with Installshield 10.5 | 21 Jun 2005 01:10 GMT | 1 |
There is not much help from installshield. Can someone show me a way that I can create an installshield installation that install crystal report 11 run-time to client machine so my client can view report from our application? Thank you!
|