| Thread | Last Post | Replies |
|
| VB6 and ms SQL 2005 DATETIME | 07 Aug 2006 16:20 GMT | 4 |
Morning, Could'nt find a post / site that has addressed this issue and I would be very surprised if I'm the first to find this. I am currently having an issue passing a parameter via a stored procedure in
|
| Messagebox Issue | 07 Aug 2006 16:09 GMT | 4 |
Got a small prob (should be sumtin trivial) with displaying the messagebox correctly...this issue only arises on my pc at work, at home it functions normally...symptoms are as follows: - If I only display a simple message...the box pops up with a
|
| Accessing Structure Members | 07 Aug 2006 15:25 GMT | 4 |
I am having a problem accessing the members in a structure via an interface and Class. ***Development Code*** Structure Person
|
| Convert DAO from VB6 to VB8? | 07 Aug 2006 15:22 GMT | 2 |
I have a little VB6 program that dumps the schema of an Access 97 database. The following lines of code are relevant. Private m_wsDb As DAO.Workspace Private m_db As DAO.Database
|
| adding an image to a RichTextBox | 07 Aug 2006 13:45 GMT | 2 |
hi, is there any way to add an image to a rich text box control?
 Signature -iwdu15
|
| Cache panels | 07 Aug 2006 12:55 GMT | 4 |
I have build a little application with dynamic usercontrols on a panel. Sometimes there are 5 userscontrols on the panel, sometimes much more. It is database driven, everey usercontrol needs to get details from database.
|
| About Adding controls dynamically | 07 Aug 2006 12:08 GMT | 6 |
i want to add some controls in according of the time. but when the time change, i call the method again to add controls again,No effect! i think maybe i should unload the controls adding before,how can i unload
|
| Route planning | 07 Aug 2006 09:59 GMT | 1 |
I have the following problem on a project I am working on. Right now, I am in the planning stage, which is where I want the help. I have to calculate a route between two different points on a map. An example of the map is shown below (it should show a pyramid with A-L
|
| Retrieve date from database | 07 Aug 2006 09:26 GMT | 2 |
Hi, I want to load a listbox with the date that are stored in a database (mdb), the problem is when I retrieve the date it has a format like "01/01/2006 0.00.00". In Access the date is stored as short date. Thanks in advice
|
| Newbie help with the imports statement | 07 Aug 2006 05:00 GMT | 1 |
I am coming to grips with VB.NET currently and I have a problem. I am building an asp.net website I wish to create a custom class that contains the custom functions that I use frequently. the aim is to reduce code replication.
|
| Help with ComboBox columns | 06 Aug 2006 23:37 GMT | 1 |
I have a DataGrid with ComboBox columns. I want the same thing to happen as when a user clicks and chooses an item in the ComboBox. When a user stands in the last row (new row) and clicks for choosing an item and it's in the list, a new row appears beneath. I want the same thing to ...
|
| Update a structure when another structure changes | 06 Aug 2006 23:32 GMT | 3 |
Is there a way to update two structures when you use a FileGet to read a record? For example: Public Structure MyRecordStructure <VBFixedString(517)> Dim All_Of_Record as String
|
| Dll basic question | 06 Aug 2006 20:16 GMT | 4 |
I have create several Dll to be used in my programs. Until now each Dll contains only one class (with several functions inside), my question is: Is by any means possible to create a Dll with several classes inside?, if so, How?.
|
| Indexers | 06 Aug 2006 17:26 GMT | 2 |
Can we code indexers in VB 2005 as in C#? if not what is the corresponding feature. Thanks
|
| Wildcards | 06 Aug 2006 14:39 GMT | 6 |
How do I set a string as a wildcard? Dim whatever as string = ?
|