| Thread | Last Post | Replies |
|
| Where to purchase VB 6.0 | 26 Oct 2005 19:47 GMT | 4 |
Any suggestions on the best place to get a cheap copy of VB 6.0? If so, should I get Enterprise edition or Professional, etc. and how much should I expect to pay?
|
| Copy a Directory to a CD-RW -- Problem | 26 Oct 2005 19:40 GMT | 3 |
OS=Windows XP Professional, VB6 Enterprise Edition I have tried several examples of code (from this BBS and others) using the API SHFILEOPERATION. On my system, I have the following drives: A, C, D, E, F, and G. Drives F
|
| COMM control refresh | 26 Oct 2005 19:19 GMT | 3 |
Is there any way to refresh COMM control without unloading and reloading the form? The code snippet currently used is below. Option Explicit
|
| Form_MouseDown | 26 Oct 2005 18:35 GMT | 16 |
Form_MouseDown is not activated when I click on form's edge to resize it. (Form_MouseUp is also not when I release the mouse button) Which event can be used for that? I want to stop screen from flickering when resizing the form.
|
| Toolbars | 26 Oct 2005 17:27 GMT | 3 |
We have multiple customized toolbars for the VB6 IDE. DOes anyone know where they are stored so we can coy them simply to other machines instead of recreating them?
|
| Question on Permissions | 26 Oct 2005 17:06 GMT | 2 |
vb6 (sp6) & SQl 200 (sp3) im running the following code in order to try and track down a problem oPKG.LoadFromSQLServer ServerName:=sServer, Flags:=DTSSQLStgFlag_UseTrustedConnection, PackageName:=sPackageName
|
| Outlook Automation | 26 Oct 2005 14:49 GMT | 8 |
I have a VB application which runs continously on a desk top and "looks" in the inbox of the Outlook account and then performs a task depending on the Subject of the E-Mail. If I VNC to that desk to and am "logged" on to that account everything works well. However, if I "lock" ...
|
| Writing to file - CPU usage | 26 Oct 2005 14:47 GMT | 21 |
When I use PRINT to write to a file, it takes up CPU. Is there any way to write to a file without using a lot of CPU ? Thanks. Open App.Path & "\Log.txt" For Append As #1
|
| XP Service Packs and Updates effect on VB 6 controls | 26 Oct 2005 14:07 GMT | 4 |
I have a problem with a small jpeg image within a Scrollbar & PictureBox 'viewport' setup (as the VB Help file calls it) not being repainted in response to a scrollbar event. I used a machine running XP SP2 to develop this ap. It now functions properly on machines running:
|
| flexgrid height visible rows | 26 Oct 2005 13:34 GMT | 4 |
how to find the maximum rows that are visible corresponding to the flexgrid height
|
| Common Dialog Control | 26 Oct 2005 08:55 GMT | 3 |
I am using CommonDialog1 control in my project. In properties i changed the Dialog Title to "Choose Picture". Is it possible to open only JPG or GIF Format files. I tried to edit Filter property to .jpg but i didn't get the result what may be the problem. Can anyone please help
|
| How to check running program existed or not | 26 Oct 2005 07:55 GMT | 2 |
I have a VB program that automatically running (in minimize), let us call it DataLog.exe when I open my main program. DataLog.exe will to the data logging function and store it in database (Access). My problem is, every day this DataLog.exe is shutdown by unknown causes.
|
| Chinese and Arabic Characters Again | 26 Oct 2005 04:10 GMT | 1 |
Couple kind members gave me couple APIs with functions to detect wide characters such as Chinese and Arabic. The problem is that VB reads these file names as example: ????? ????.url
|
| whats an .obj file? | 26 Oct 2005 03:29 GMT | 4 |
Just noticed a whole gob of .obj files magically deposited in one of my working folders a few days ago? Is that trash left over from when i was crashing all over the place due to a bad api declare?
|
| Newbie: algorithm - code help | 26 Oct 2005 02:59 GMT | 4 |
I have the following problem that i am trying to get a "clean" solution *before* my code becomes totally spaghetti. I'll try to describe it: Not giving too many details, i have a set of parameters (temperature, pressure, etc.) and various things associated with them in a tabular
|