| Thread | Last Post | Replies |
|
| UDT Array Parameter | 21 Dec 2004 19:23 GMT | 2 |
I'm trying to figure out how to pass an array of UDT's as a function or subroutine parameter, and I've already churned google and the MSDN... The error message that I get when I attempt to pass a UDT array to a VB function is: "Only user defined types declared in public object ...
|
| Exception is not caught by .net framework | 21 Dec 2004 19:15 GMT | 1 |
I have an application written in VB.net The application runs perfectly well on my machine. The application successfully caught all exceptions since I handled all the exception within the application.
|
| How to Return UDT array from C++ DLL | 21 Dec 2004 19:12 GMT | 3 |
I am begineer for C++. Will some one tell me how to return type array from C++ dll to VB Type AnyType A as Long
|
| Polling strategy in VB6 | 21 Dec 2004 18:49 GMT | 3 |
I'm creating a background application whose main purpose is to wait for a particular application to start and then to spring into action. Is there a way for my app to be notified when the other starts? I suppose I could enter an infinite loop and just keep asking 'if ...
|
| Run time error '5' and focus conflict | 21 Dec 2004 18:13 GMT | 3 |
I am trying to create a pop-up form with a Label control and a couple of Command buttons for displaying debug information. The forms pops up and the information is displayed, but when I click on the OK button, I get a Run time error '5'. The line getting the
|
| Control Array Association? | 21 Dec 2004 14:58 GMT | 3 |
Greetings All! Good to see this place. I haven't posted since my 14th birthday, when I was only accustomed to using a garage sale copy of VB4. Here I am with VB6 Enterprise... getting *paid* to code! Well, enough with the
|
| sig fig function | 21 Dec 2004 14:29 GMT | 1 |
I am in need of a function to display the correct number of significant digits. I found this one http://www.vbforums.com/showthread.php?s=&threadid=269312 but it returns a positive number for a negative input. I can change that in the code but
|
| Trouble downloading files using URLDownloadToFile function | 21 Dec 2004 13:52 GMT | 16 |
I created a program that opens a web page in a webbrowser control. I then look through the text of the web page to find the name (URL) of a picture that I want to save. Once found, I use the URLDownloadToFile function to download the picture.
|
| Finding array size in VB | 21 Dec 2004 13:11 GMT | 6 |
Can anyone tell me, how to find the size of an multidimensional Array in VB6 ? Thanks in advance
|
| Strech a JxMPEGbox. | 21 Dec 2004 12:41 GMT | 1 |
Hi group, I've used a JxMPEGbox to capture the video from a camera (640x480). Now I wanna enlarge it, about 1280x1024. Can i do that using this component?
|
| THREED32.OCX error | 21 Dec 2004 12:38 GMT | 3 |
When i open a vbp(visual basic project) file i am getting the following error messagebox 'E:\.......\THREED32.OCX' could not be loaded-- continue loading project? After the occurrence of this error messagebox, i have registered the
|
| Data error | 21 Dec 2004 10:59 GMT | 11 |
I have an APP that I wrote that save data to SQL. for some reason, everyonce in a while, my users will get this error; "Data provider or other service returned an E_FAIL status." Any idea what it is saying?
|
| Change border color | 21 Dec 2004 10:51 GMT | 4 |
1- How can I change the border width and border color of a Label? 2- I need a rectangle for my work. Where can I find it? Should I use a label with blank caption? Thanks
|
| Q: HOWTO Raise GotFocus event | 21 Dec 2004 09:38 GMT | 1 |
I've a flexgrid I've wrapped in a usercontrol. The usercontrol is sited on another form and that form is monitoring the usercontrols GotFocus event. The grid escalates a GotFocus event when I click on a row/col. However, if I click on grey space (i.e. the area where the grid covers ...
|
| MSHFlex Grid | 21 Dec 2004 09:19 GMT | 6 |
I am using a flex, and changing the .cellbackcolor and .cellforecolor. What I'd like to do is when the user selects the row. I want to make the .cellforecolor the color of the cellbackcolor before it was selected. Thanks,
|