| Thread | Last Post | Replies |
|
| App.PrevInstance | 20 May 2005 18:53 GMT | 18 |
Hi, I was just wondering if any of you uses this function to prevent your app from loading n times...I was just curious to know if it was still in use, since I saw a lot more complex ways to achieve the same thing. Thanks
|
| Weird single variable calculation | 20 May 2005 18:02 GMT | 4 |
There is something I don't understand. Here is it: sglPrice = 102.7 sglAVGPrice = 102.72 (this is the result of a average calculation, it is
|
| Add / Remove Program Problem | 20 May 2005 15:19 GMT | 1 |
have been using a standard Package and Deployment method for some time now to install a suite of applications written for my site. The client suite, a group of VB6 applications, is installed on a Windows 2003 Terminal Server. They were previously running on a Windows 2000 Terminal ...
|
| Run-time access to the Call Stack. | 20 May 2005 15:13 GMT | 2 |
I want to "read" the Call Stack at run-time within an error handler so I can report both the error and the code "path". Situation is an existing VBP with some manual calls to Event handlers - for instance Sub btnFoo_Click is sometimes executed from other parts
|
| Decimal Places in VB6 | 20 May 2005 14:49 GMT | 4 |
Hi I'm very new to VB and am doing a college project. I have designed an order form where the customer inputs product quantities and can calculate the sub-totals and grand total, clear the form, print it and close it. This all works fine but I can't get the currency values to ...
|
| Strange behavior using Replace function in vb6 | 20 May 2005 14:38 GMT | 17 |
I'm trying to convert a unix-formatted string to dos using replace as following. Public Function ConvertUnix2Dos(strUnixInstring As String) As String 'Find Linefeed and replace it with CarridgeReturnLinefeed
|
| Checking User Input | 20 May 2005 13:56 GMT | 4 |
I have a textbox where the user could input a string or a list of strings separated by ";". I use the split function to get an array. Now, my problem is that I need a way of controling that ";" is used and not other separator
|
| SQL Server Cursor and VB6 | 20 May 2005 12:51 GMT | 3 |
Hi all.. I have a Stored procedure that opens a cursor. I want to know if there´s way to access this cursor from VB. I tried using Set rs = cmd.Execute but it didn´t work, i think because the cursor is not as output return. Below
|
| read column values from flexgrid? | 20 May 2005 07:27 GMT | 4 |
how do i read/get the values of an entire column in the msflexgrid? i can select the whole column using the clip function, but how do i get the values in the column? please enligten me. gwen
|
| Programatically checking for the presence of MS Jet v4.0 | 20 May 2005 06:07 GMT | 1 |
How would I check in the registry if a user has the Microsoft Jet Database Engine v4.0 (or above) installed? Thanks in advance,
 Signature Martin A. Weinberger
|
| Help: UTF-8 to ASCII | 20 May 2005 02:31 GMT | 2 |
I need to read a text file which is UTF-8 Format and output to a standard ASCII format in VB6. I found that the output file was stroed a lot of incorrect character. How can I convert the character from UTF-8 to ASCII in VB? I have tried read a text file use adodb object but the ...
|
| Maximum size for a resource file? | 20 May 2005 01:24 GMT | 2 |
What's the maximum size for a resource file for a Windows program? I'm trying to embed a 268 Meg binary file in an empty resource file. I'm successful inserting it, but when I try to save the resource file, MS Visual Studio 2003 crashes and does a core dump. I have however been ...
|
| "Missing Dependency Information | 20 May 2005 01:04 GMT | 1 |
I have problem while packaging my application. I get an error "Missing Dependency Information". In the list, there is a file which is the ocx of a srpread I use. After looking on the internet I tried some solutions but none worked.
|
| findwindowex | 19 May 2005 23:12 GMT | 3 |
in the first program i have a form with on it some controls some textboxes some command-buttons and a frame-control on this frame-control i have a textbox in a second program i search for the form in the first program with
|
| Can I load a picture form an URL into a Picturebox? | 19 May 2005 22:12 GMT | 24 |
I would like to display a picture on a form, but have the picture loaded from a web site rather than from the local disk. I tried using a web browser control, but this seems to need a lot more space than the picture itself requires. For example, if I do...
|