| Thread | Last Post | Replies |
|
| "Object variable or With block variable not set" | 08 Sep 2006 13:01 GMT | 1 |
I have a problem with following code: Set pProject = CreateObject ("SAAuto8SP1.ISWiProject") ' Dim pProject as SAAuto8SP1.ISWiProject ' Set pProject = New SAAuto8SP1.ISWiProject
|
| DLL API Calling Issue | 08 Sep 2006 13:01 GMT | 19 |
My company just bought an equipment and I'm trying to interface it with our existing VB application. The equipemnt manufacturer provides 3 files for interfacing: (1) xxxxx.dll, (2) xxxxx.h, and (3) xxxxx.lib. From the head file xxxxx.h, I clearly know that a function
|
| Embarrassed to ask | 08 Sep 2006 11:08 GMT | 2 |
I know this has probably been asked a million times and is basic VB6 101. But for the life of me I am having a problem figuring this out. "Select * From AttendeeQ1 Where LastName Like '" & txtLastName.Text & "%'" I am populating a grid with attendees, pulling by last name.
|
| Sudoku Challenge ! | 08 Sep 2006 10:22 GMT | 10 |
Imagine a window with 81 squares in a block of 9 by 9. (a typical Sudoku square). Can some one tell me how to select a number (up to 9) of squares say, with a mouse left click and then associate a value (range 1 to 45) with them say,
|
| Putting Controls on a tabstrip | 08 Sep 2006 10:07 GMT | 7 |
We were comfortable using the SSTab, but have move to the (XP-Theme Capable) v5 Tabstrip (for, well, the ability to be themed). Problem is, we wind up having to place all controls inside of a picturebox, which can't be transparent.
|
| Write to textbox after no ComEvReceive for a duration | 08 Sep 2006 06:04 GMT | 2 |
How can i write a VB program which will write something to a textbox after there's no ComEvReceive event for 2 seconds? ALbert
|
| vb application locks file | 08 Sep 2006 03:38 GMT | 27 |
I have an application, written in VB5 which generates a .txt file. This file is then read by a third party application and produces a results.txt file. My application pauses until it finds this file, reads it and then deletes it.
|
| Using Word in VB to Find & Replace in .html files | 08 Sep 2006 02:52 GMT | 3 |
Ok, bear with me. Here's what I want to do: I create a Word object in Visual Basic. I use it to open a Word document (*.doc). I save the file as an .htm file.
|
| Locking mouse clicks... | 08 Sep 2006 01:01 GMT | 5 |
I have some processes which run in the background. When these processes run I have the hourglass come up. In certain circumstances I want the user not to be able to click on anything in the form. Is there anyway to prevent the user from clicking on anything anytime the hourglass is
|
| block all keyboard input | 08 Sep 2006 01:00 GMT | 3 |
Good morning: I coded a VB6 app where my desire was to disable the keyboard until a wav file finished playing, such that no keyboard input would be queued up until after the wav was complete. So I tried the "blockinput" function and that
|
| Help with datediff. | 07 Sep 2006 18:36 GMT | 8 |
Within my VB6 app, the user can select a cleaning rota for a team of workers i.e. Every fortnight, on a Wednesday, week 3. When the user selects week 3, the system asks the user to type in a date for week 1, so that I have a date to work off of. This date is saved, along with ...
|
| creating labels at runtime vs. design time | 07 Sep 2006 15:47 GMT | 10 |
I have an app which consists of two parts. A Layout Designer (LD) and a viewer. The LD allows to user to display a maximum of 64 labels, position them on the form and set attributes such as font, forecolor, backcolor, text alignment, visiblity and postion. The parameters are
|
| Installing VB6 Pro - Missing Licence question | 07 Sep 2006 15:42 GMT | 1 |
I've just installed VB6 Pro on a laptop. When I compile and run my program I get a licence not found error message for the Grid Control. I've been here before the last time I installed on another machine. Unfortunately that was years ago and I can't remember what to do to fix it.
|
| List Forms (Odd Request) | 07 Sep 2006 15:18 GMT | 9 |
Sort of an odd request. I have alot of VB6 projects which obviously consist of forms (abc.frm) and modules (abc.bas) etc. I would love to have a program that would print out a list or build a file
|
| How make a vb activex which works with delphi ? | 07 Sep 2006 14:26 GMT | 4 |
Good morning, i've made an activex control but when i've imported it with Delphi (6 and 7)it's listed in an unit but I don't see an icon on the ActiveX palette. How do I place this control on a form?
|