| Thread | Last Post | Replies |
|
| Selecting Listbox items at form load | 13 Feb 2006 04:24 GMT | 1 |
I'm trying to select several items from a listbox. My code is working except when the form loads the first time. I have the code to select the items inside sub Initialize_CbLeague. If I call sub Initialize_CbLeague after the form loads the items are selected correctly. Is ...
|
| Is there a way to pass along a parameter or parameters to a Data control? | 13 Feb 2006 00:20 GMT | 1 |
I am able to link a Data control to one of my database's table as follows: Data1.DatabaseName = "myData.mdb" Data1.RecordSource = "SELECT * FROM MyTable;" Data1.Refresh
|
| Can I Set a recordset to a QueryDef and then later to another QueryDef? | 12 Feb 2006 19:08 GMT | 3 |
In a module, I do something like this: Public WS As Workspace Public DB As Database Public QD As QueryDef
|
| using the user control? | 12 Feb 2006 18:03 GMT | 2 |
I have seen a menu option in the project menu (i think?) called User Control. Wonder how it works? Can anyone link me to any tutorial resources about that topic.
|
| Is there an way for an SQL statement to Sum the totals of only some records...? | 12 Feb 2006 16:22 GMT | 3 |
VB5, mdb I have a table we'll call Transactions, which has these following fields (among others) CustNo Year
|
| API fun... | 12 Feb 2006 15:43 GMT | 3 |
I know how to use the SetWaitableTimer API together with WaitForSingleObject, but... SetWaitableTimer has a parameter that takes a callback function. Is it possible to use it without waitFor...,
|
| MSDN location for VB6 | 12 Feb 2006 01:10 GMT | 2 |
I recently had to reinstall VB6 and the first time I used it there was no help. I found the MSDN disc and installed it but VB sez MSDN is not installed on this computer. If anyone knows where vb looks for it I would sure appreciate it.
|
| Share oracle database in network | 11 Feb 2006 17:05 GMT | 1 |
Please help with setting up a oracle 9i server for windows 98 network. i like to know how we could setup a oralce in a single system in network and
|
| Why does my program appear on the taskbar, then goes away and comes right back on startup? | 10 Feb 2006 20:47 GMT | 2 |
I never got VB training other than a couple of books, and I'm not sure if my project is layed out properly, but I have 10 forms including: About, Copyright Disclaimer, My main form, My splash screen, A printing dialog, etc... I have 15 modules, one for all my declarations, one ...
|
| Gmail cutting and pasteing | 10 Feb 2006 16:56 GMT | 1 |
Within the gmail message field it is impossible for me to cut in order to than paste. After I highlight a section of the new message, the highlight disapears when I hit the 'Edit' button. How to correct?
|
| VB6 Expert, DB (Access) Dumbshit (PAYBACK TIME FOLKS!!!) | 10 Feb 2006 16:56 GMT | 19 |
Hey folks, Neila here ;-))) After screwing around with MS Access for the last week or so (fixing a predecessor's app), I have come to the profound insight that Access TOTALLY SUCKS!!! I
|
| Net Use GUI program | 10 Feb 2006 16:07 GMT | 1 |
I am trying to write a program to run some net use commands on Windows XP. I want it to pop up a GUI to ask for the username and password instead of them having to type it into the dos window. Does anyone have any ideas on how I can do this. Basically this just has to be
|
| get printer status and change path of printer | 10 Feb 2006 13:46 GMT | 1 |
Being new to vb dotnet I have the following problem: I want to manage printjobs by an dotnet application. For this I use the ActiveDS reference. Using this reference, how can I: * find the printerstatus (not the job status)
|
| MAPI-mail to Thunderbird and Outlook? | 10 Feb 2006 11:37 GMT | 1 |
How can I send mail from my VB-program using MAPI controls to Thunderbird or Outlook? Sending to Oulook Expess works just fine with the following code, but Thunderbird (or Outlook) just open the mailprogram, but do not get the "To", "Subject" or "Message" part of a
|
| Set cursor position in a RichTextBox | 10 Feb 2006 11:18 GMT | 4 |
i've a richtextbox in which it is possible to make entries. due to the tabulator is not working inside the rtb (it always jumps to the next TabIndex element), and it is not possible like in a "normal" textbox to enable/disable the tab, i want to implement following
|