| Thread | Last Post | Replies |
|
| SAP and VBA | 18 Mar 2008 13:38 GMT | 1 |
I need to get values from SAP and display the values in excel sheet( using VBA). Can anyone please help which API's I need to use.
|
| Assigning UDTs | 18 Mar 2008 10:26 GMT | 5 |
I have a UDT declared as a private variable in a form (Form A). I have another Form (FORM B), that delegates to an instance of FORM A, via a variable. Form A has a metod that returns its local UDT, which can then be stored in FORM B.
|
| .EXE Data Retention | 18 Mar 2008 00:03 GMT | 13 |
VB6SP6+ I want my .EXE to retain info such that if I copy the .EXE to another PC (without an installer) the info will come with it (no other files). What is the best plan?
|
| cmd button stopped responding to ALT+ key combination! | 17 Mar 2008 22:25 GMT | 7 |
I have a command button in graphical style and a label placed under it. Label's tab index is 5 and cmd button tab index is 6. Label's caption is &K For years that combination was working fine responding to ALT+K key combination, firing cmd_Click event.
|
| Convert PNG to JPG or BMP | 17 Mar 2008 22:03 GMT | 9 |
does anybody know how to convert PNG to BMP or JPG. any links to code or any freeware dll ? thanks, abhishek
|
| Run-Time error '430' | 17 Mar 2008 20:10 GMT | 5 |
VB6 SP6 application on XP SP2 On my computer the application runs fine but on a second computer (XP SP2), it gives "Run-Time error '430': Class does not support automation or does not support expected interface."
|
| How to run a remote application with vb6? | 17 Mar 2008 20:01 GMT | 13 |
I have 2 VB6 applications: A (front-end) on my computer and B (back-end) on server computer. Both computers are connected through the network. Application A requires application B in order to function properly. Application B must be running at all time.
|
| vb6 tab order involving frames | 17 Mar 2008 17:58 GMT | 1 |
I have a user control that has a frame (frame1) with many controls such as text boxes, labels, etc. Within frame1 is another frame (frame2) that has a few checkboxes. frame2 is latest in tab order. Problem is, once I have tabbed into frame2, I seem to be stuck there, tabbing ...
|
| Issue in Data Arrival event of a socket | 17 Mar 2008 16:49 GMT | 5 |
I have an issue in Data Arrival event of a socket. There are 2 processes. A server & a client. Clients sends 50 msgs per sec to Server. It sends a total of 10000 msgs to server. Server gets in 250(user defined) bytes per dataarrival event. (
|
| VB POST XML | 17 Mar 2008 16:21 GMT | 1 |
I need sample code in VB (DOT NET 3.5 / aspx page) Visual Studio 2008 that displays how to HTTP POST and XML message to a web Service. I have the WSDL information located http://www1.closingmarket.com/ClosingMarketService/cminterface.asmx
|
| VarPtr and passing variables by ref | 17 Mar 2008 09:21 GMT | 52 |
Can I still obtain the adress of a variable passed by reference (ByRef), with the VarPtr() call? I'm not sure of what goes on underneath the hood - if the variable is passed by reference (C++ style), then I should be ok - but I suspect
|
| How to get all the properties of a DOM object? | 17 Mar 2008 05:39 GMT | 1 |
I have a HTML DOM object. For example lets say INPUT. How can I iterate through all the properties applicable to that element? I want to print all the properties applicable to that elemenet. I don't want to use intelli-sense to hard code all the propertes. How can I do that?
|
| redim 1st dimension of 2 dimensional array to be smaller | 17 Mar 2008 04:50 GMT | 8 |
I know that VB throws an exception, subscript out of range, if I want to shrink the size of an array. is there a nice workaround? Here is a quick sample that demonstrates the problem. Taking out the preserve causes the loss of all the data.
|
| Cancel error without goto | 17 Mar 2008 04:06 GMT | 54 |
Is there a way to not use goto in VB6 to trap a user pressing cancel on a save dialog?
|
| VB help file not working too good. | 17 Mar 2008 00:40 GMT | 3 |
When looking at the help file in VB6 it appears that many of the links don't work and there is something showing on the page as a blank box. There's an example of both problems below. I found this article (KB811630) but the patch they provide says my version of the OS is too new. ...
|