| Thread | Last Post | Replies |
|
| Past a parameter from the command line | 30 Dec 2004 23:16 GMT | 2 |
I want to pass a parameter into my program from the command line that calls it. Eg From the commandline c:\testprog.exe %key when this program is triggered the %key will hold a value. It is this value
|
| Invoking C# case-sensitive methods from VB | 29 Dec 2004 15:52 GMT | 3 |
Please have a look at the code given below. The class named 'Class1' has two methods with the same name but with different case. Now how can I invoke these methods from VB. using System;
|
| export query results | 28 Dec 2004 04:44 GMT | 2 |
I am new to vbscript and am looking for a little help. I have a sql 'select' query that runs fine and delivers the desired results. I would like to use this query with vbscript to export the results to a file. Is this possible?
|
| Merry Christmas | 25 Dec 2004 10:06 GMT | 12 |
Best wishes to everyone for a Merry Christmas and a safe holiday.
 Signature Randy Birch MS MVP Visual Basic
|
| looks hung | 18 Dec 2004 16:44 GMT | 2 |
I created an application, which is used for processing data. I want to add a progressbar in a pop up form, because this application runs a few minutes till finish. I tested the progressbar seperately, it works fine. But when the application is in processing, the progressbar looks ...
|
| ms flex grid | 17 Dec 2004 14:00 GMT | 2 |
i have a grid wich i fill with data from mysql i do it by setting GridKlijenti.rows each time new record is returned that is not the problem the problem is in column width....
|
| french characters | 17 Dec 2004 02:25 GMT | 2 |
How can I determine whether there are french charactors carrying accents in a table? Thanks for any help. Andrew
|
| Reading a variable field | 15 Dec 2004 13:59 GMT | 4 |
I am trying to do the following: - update the field "page" of a pivot table with a variable that is from a cell in an Excel spreadsheet. - the value will vary depending on the value in the cell
|
| Replicating CallByName in VB5 | 14 Dec 2004 20:37 GMT | 3 |
I am working on a project that requires me to use VB5. If I understand correctly, the CallByName method only appeared in VB6 and cannot be used in VB5. I am attempting to set control properties at runtime, but I do not know ahead of time what the property names will be. CallByName ...
|
| Using a label with a Combo Box | 14 Dec 2004 17:43 GMT | 2 |
I have a VB.net form that is accessing a MS-SQL table via SQLDataAdapter and DataSet. I have a cbo control bound to the field GuestName, and a label bound to GuestID.
|
| Talking to USB | 14 Dec 2004 17:02 GMT | 10 |
Environment: VB6 under W98 I have a USB hardware device I wish to program directly. The original software installed a low level driver and the hardware is both registered and operational.
|
| System.Reflection | 14 Dec 2004 14:05 GMT | 2 |
I have two code snipets, one in VB and the other in C#. Why does the visual basic example not change the structure member "x", but the C# code does? I need the visual basic code to work as I am a visual basic coder, but I don't know what is wrong. Is there a bug in visual basic ...
|
| Converting value to reference | 13 Dec 2004 16:28 GMT | 47 |
I have a variable which contains a pointer to the actual variable I want to access i.e. variable = pointer -> actual variable In other words I'd like to do something like (I'm typing this live so
|
| VB6 VBP format | 13 Dec 2004 04:24 GMT | 1 |
I am curious about the syntax of reference lines within the vbp files. My question is specific to the numbers and letters referenced in between the guid and the path. I am in the process of migrating all of my projects to a new computer but one of my projects doesn't want to see
|
| Validating String to ensure no special characters present | 12 Dec 2004 08:55 GMT | 1 |
How would I be able to verify that a string contains only letters and numbers? I need to write a function that creates a customer number for accounts, and the account number can only contain letters and numbers. If I have a customer name such as "A.B. Newman", the customer code ...
|