| Thread | Last Post | Replies |
|
| Stored Procedure Returns Only 557 Rows | 20 Oct 2003 23:09 GMT | 6 |
I have a stored procedure on our SQL server and have the below source code in my vb6 application to call it using parameters I define on my form. This works great as long as the parameter inputs do not produce more than 557 rows in return to my MSHFlexGrid. When I use parameter ...
|
| Print MS Access report form visual basic | 20 Oct 2003 21:13 GMT | 1 |
Hi , please can you tell how i can print an MS ACCESS Report form visual basic, i ned a sample code .. Thanks
|
| No Papersize from commonDialog PrinterSetup | 20 Oct 2003 21:10 GMT | 4 |
I call a printer setup in my code using the following statement: With CommonFrm.CommonDialog .Flags = cdlPDPrintSetup .ShowPrinter
|
| 1-1=0.000000000000001 ? | 20 Oct 2003 15:42 GMT | 8 |
On my VB6 compiler I found a very important bug.. VB is telling me that 1.1-0.1-1 = -0.0000000000000007 check the avi ! I will really appreciate every suggestion, thanks
|
| Winamp control | 20 Oct 2003 13:03 GMT | 1 |
Hey, i'm looking for a script that will allow me full control over winamp 3x via my mobile with bluetooth, i already have software that does it, but the functions available are limited. I want to add more functions, but i aint no programmer.
|
| VB Studio Screen Saver tied to program functions different in Win 2000 | 20 Oct 2003 11:27 GMT | 2 |
I am a novice programmer. I wrote a program "systems" that is executed when the screen saver "planes" that I also wrote to accompany it kicks off. In other words, at the mousemove or keypress event, the screen saver "planes"
|
| transparent image in vsflexgrid | 20 Oct 2003 10:54 GMT | 4 |
I figured out, how to associate pictures with values in a vsFlexGrid cell. Ok so far. Unfortunatly, these images are not tranparent. As soon as the row containing an image is selected, the previously neat looking image gets
|
| Totals don't add up. | 20 Oct 2003 10:40 GMT | 9 |
Currently we are working with multiple forms in a single project. The following is the code I have for the calculation event: Private Sub cmdAdd_Click() Dim mcurPrice As Currency
|
| Slow dropdown menu | 20 Oct 2003 10:14 GMT | 2 |
i was wandering if this is a bug in MS VB or i have change any setting, whenever i try to access any menu (on the VB main menubar or right click dropdown menu) that menu drops down in very slow motion and also i have a new
|
| Getting the Entry Points of a DLL | 20 Oct 2003 05:33 GMT | 1 |
I once saw a program that was able to open a DLL and give me a list of its functions. I don't remember what it was called, but then again, I wasn't a serious programmer back then. I was wondering if anyone knew the procedure for getting these function names directly from a DLL.
|
| Functions | 20 Oct 2003 01:01 GMT | 5 |
Hello.....writing a basic tax calculator and need to create a function that will deal with the bulk of the code and then be called by the main program. What is the correct way of doing this please....(and yes it is homework but cannot get a grip on this!) thanks in advance.
|
| serial port ctrl+C character output | 20 Oct 2003 00:50 GMT | 1 |
I have connected a Digital Multimeter (HP 34401A) to my PC using a serial port and I have the problem to send a CONTROL+C (clear device) message to the instrument. Ther control program is in Visual Basic 6 and the communication works with
|
| Multiple Part Numbers | 19 Oct 2003 23:10 GMT | 2 |
I have a database that has part numbers. Those same part numbers has multiple part number and those part numbers has multiple part number, so on and so on. What is the best way of pulling the part numbers that has multiple part numbers? I'm thinking like a tree node.
|
| Resizing with ScaleWidth and ScaleHeight | 19 Oct 2003 20:52 GMT | 2 |
I'm looking for a way to resize a form with ScaleHeight and ScaleWidth. As you probably know, when you change the values, the size of the form doesn't change - the ScaleMode does. I have a PictureBox that covers the entire form, and I want the form to change size when
|
| VB6 BUG: Fatal error on double click in listview with unload (runtime error 5: invalid procedure call) | 19 Oct 2003 15:34 GMT | 5 |
After an update of my application it rarely gives a fatal error after double clicking in a listview. No user could reproduce it, but screenshots were the evidence the error took place. I feared the worse that a random error is in my application, but finally I could reproduce the ...
|