| Thread | Last Post | Replies |
|
| Missing post | 27 Sep 2008 15:51 GMT | 2 |
Did anybody read my "Timing" post? I posted it 2 times but still don't see it here.
|
| Fast ListView | 27 Sep 2008 14:43 GMT | 6 |
VB6 I need a fast ListView Report that can handle lots of data. ListView is way to slow, so ... My thoughts are to use a ListView control to peer into an array and do all
|
| VB6: .SetFocus not triggering GotFocus Options | 26 Sep 2008 21:34 GMT | 1 |
Apologies, if some of you read this twice. The problem: I have a VB control contained within a custom User Control which I cannot reliably SetFocus to. The control is both enabled and visible (both the VB and the User Control) so that's not
|
| Out Of Memory | 26 Sep 2008 21:18 GMT | 2 |
VB6 Yes I am getting old but in this case it is a VB6 problem. I get an out of memory error. I am trying to merge a bunch of data from two hidden ListViews to display in
|
| Imagelist help | 26 Sep 2008 17:27 GMT | 1 |
I have an imagelist that I populate at runtime For some reason the imagelist sometimes fails to add an image When I go to add a "named" image (for example "pic.jpg") the imagelist will populate.
|
| Auto Indent - what I am missing? | 26 Sep 2008 17:15 GMT | 3 |
I have it checked off in Tools/Options/Editor, but when I type I have to indent everything manually. I'm supposed to be able to have the editor put in the tabs, right?
|
| plotting points on a graph | 26 Sep 2008 16:15 GMT | 1 |
hi all i am currently designing a program that take the general form of an equation ax+by+c = 0 to get x and y int and then plot them and put the line on an axes this is what i have so far: Private Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As
|
| I don't know how much I should charge for my source code and copyright | 26 Sep 2008 14:43 GMT | 7 |
I developed an application for PDAs that was being released freely. I have like 4000 users using it. If I decided to sell it, I think I would sell it for $9.95. I'm not sure how many of my current users would end up buying it.
|
| Creating a file format for easy viewing in NotePad | 26 Sep 2008 13:40 GMT | 5 |
This is probably basic stuff but I can't find the info. I want to file data in a format that I can review easily and quickly in NotePad. I want the NotePad file to display Right to Left:
|
| Dang Vista! Help Please | 26 Sep 2008 09:46 GMT | 9 |
I'm sure someone has posted about this before, but when I do a search I get all kinds of information on how to register using regsvr32 rather than what I need. Problem: Although my installation program puts the OCX's in the right places
|
| run time error - automation error | 26 Sep 2008 02:51 GMT | 4 |
We have an application successfully installed on several PC's. On one PC, running after install throws a Run Time error -2147217389. I have searched everywhere for this error code and cannot find anything. Anyone have any ideas?
|
| Problem Automating Outlook 2007 with VB6 | 26 Sep 2008 00:20 GMT | 7 |
I thought I would ask this question here first, since I was not able to find any information searching through the Outlook newsgroups. I have the following code, which worked find in previous versions of Office and Outlook so I am assuming Office 2007 is having a problem with ...
|
| VB6 Web Development | 25 Sep 2008 23:04 GMT | 3 |
I am an old retired programmer using VB6. I am a new member of a club that is in need of a small Web database for its members to update. I would like to volunteer my services, but I have been out of the business for some time now. Can anyone suggest the easiest and least costly ...
|
| Picture in image control gets cliped "Sometimes" does not stay flu | 25 Sep 2008 21:47 GMT | 3 |
I have a VB6 program I am working on. On the main form I have an Image control I use for displaying the program title and logo at the top of the form. The width of the form is set to be exactly the width of the picture in the Image control. When I run the program on the ...
|
| Move a control out of a frame at runtime | 25 Sep 2008 20:48 GMT | 7 |
I have a form where I make various controls visible depending on a dropdown. For dropdown selection A, I make a frame visible. This frame has several controls that I typically use just for selection A.
|