| Thread | Last Post | Replies |
|
| modal form | 12 Jan 2007 12:56 GMT | 24 |
I am using the Sample program in VB6 as the structure for another which uses the Richtext box instead of the text box. I am also using the Find form . THE ERROR I GET IS
|
| Type Mismatch in Vb - Report | 12 Jan 2007 12:52 GMT | 1 |
hi to all, i am using vb6 and access2000. My database table contain one date filed. I get the data from access query b'coz i am using format()funciton. But when i connect my vb form with parameters data
|
| Passing a null value into a date or long property? | 12 Jan 2007 00:10 GMT | 9 |
I have a class (new to classes by the way) and I'd like to set the properties to specific data types such as Date or Long. The problem with this is that when I don't have a date or don't have a number (where null is a valid value) I would like to be able to accept that, yet ...
|
| What microsoft has to do with... | 11 Jan 2007 22:09 GMT | 14 |
I had used these groups a few times. This time this is not a VB question and a request to the watch-squad here: please dont send me away saying this is not the right group to ask this question. I am intrigued by the prefix 'microsoft' in these groups' names. I
|
| Architecture question...overthinking again :-) | 11 Jan 2007 21:48 GMT | 3 |
warning ... two part question ahead :-) ...I'll blame it on the fact that I'm again re-reading "Code Complete" <g> Working on an app, trying to "decompose" it into objects. I don't think it's germane but it happens to be an axdll run from a std exe.
|
| Accessing Variables in a class | 11 Jan 2007 18:07 GMT | 3 |
I am trying to define a standard for our VB6 programming. Up until now, when accessing variables which are created in a class I have been using Properties with Let and Get methods for a single set of information, and a collection for a group of data. My question is - is there a best
|
| Visual Source Safe 6 | 11 Jan 2007 16:23 GMT | 7 |
I am in need of sharing a VBP project with another developer, so I figured that VSS6 was the way to go. Installed necessary components on server and files are being shared ok, but I am having a usage issue. We have the VB6 IDE configured to auto save on every run which causes VSS6 ...
|
| Mobile Forms Question - Easy | 11 Jan 2007 13:56 GMT | 2 |
I have an Mobile Web App that I would like to use to display a dataset returned from a Web Service that I have written. I need to display multiple items in multiple columns. The only control I see that can do this is the List control but cannot see how to get mulitple columns. ...
|
| Hitting the max 255 controls in form... | 10 Jan 2007 23:04 GMT | 21 |
I'm hitting the maximum number of controls in a form (a complex frmMain that has the program's main user interface in it.) I"ve arrayed as many controls as I can, but I need a better solution. I realize that with later versions of VB I could put a form on a form,
|
| subclass blows up IDE - MDI form | 10 Jan 2007 22:27 GMT | 13 |
I've subclassed an MDI form. When I run the application in the IDE and exit the subclassed form the IDE gets trashed. The unload event does an unsubclass. The screen clears. The IDE has disappeared.
|
| Make a single row in a 3 row VSFlexgrid editable | 10 Jan 2007 17:17 GMT | 2 |
I'm using a ComponentOne VSFlexgrid in my project and I need to make 1 row in my 3 row grid editable and the other 2 rows static (non-editable). I can't seem to find any properties that will allow me to do this. Does anyone know how this can be acomplished?
|
| Icons in Vista | 10 Jan 2007 09:00 GMT | 4 |
I've created an icon that has all the icon sizes required in Vista (e.g., 32x32, 48x48, and 256x256), and assigned it to my vb6 exe. However, Vista does not show up the image in any size higher than 48x48, like it does with other apps. 256x256 part of the icon is PNG encoded
|
| Resolving IP address to domain name? | 10 Jan 2007 03:19 GMT | 9 |
Is there a way to resolve an IP address to its domain name using VB6? Google is not my friend today.
 Signature Dale Beckett
|
| Master Detail new records problem | 10 Jan 2007 00:53 GMT | 1 |
The help article "Walkthrough: Saving Data to a Database (Multiple Tables)" in VB 2005 Express does not seem to work. If I add a new Master record and a
|
| Loading a form | 09 Jan 2007 22:51 GMT | 3 |
I have a form that takes a while to load (about 3 seconds). How do i get it to load in background whiile a splash screen displays?
|