| Thread | Last Post | Replies |
|
| Write to a specific location in a file | 03 May 2005 05:35 GMT | 2 |
How do i write to a specific location in a file? I have a file with : <title>Title</title> <description>desk</description>
|
| Splitting Multi-page TIF Image into Separate Pages for Inclusion on Word Document | 03 May 2005 05:23 GMT | 2 |
Does anyone know how to split a multi-page TIFF image into separage images? I cannot figure out how to do this. I need the images separated so that I can include each image after a line of text in a Word document.
|
| Monitor for Complete Start of MSDE | 03 May 2005 04:22 GMT | 1 |
On the click event of a check box named cbTraining, I use the Shell function to start an instance of MSDE called POSDBTRN. There is a delay from the time I click the check box to the time the service has finished starting. I need to alert the user through some kind of
|
| Delete | 03 May 2005 03:58 GMT | 1 |
With the kill function and you kill a folder??
|
| Getting the highest value in an array | 02 May 2005 22:38 GMT | 3 |
In essence I have 2 arrays. One array contains 6 (0 - 5) random integer values ranging from 1 to 10 and the other array (same 0 -5 range) is used in a loop to flag all of the integers that are above 7, eg: array 1 consists of:
|
| encryption | 02 May 2005 22:26 GMT | 3 |
Any suggestions for the encryption of a commercial VB app would be greatly appreciated. I am currently using a third party software called Softwrap, and I am sorely disappointed with them. Has anyone used Digital River? Any recommendations?
|
| mouse-down-drag selection | 02 May 2005 13:42 GMT | 1 |
I have a ListView where I trap the MouseDown event and set a boolean variable that rolls forward to the ItemClick event. This triggers a popupmenu that an End User would select an item from that then launches another form that does some work.
|
| Maintaining link between front end and DB | 02 May 2005 12:34 GMT | 6 |
Im working on a client file app using VB as front end and Access to store data. I would like users to be able to install the database to a folder of their choice on their server. However, this will result in all the ADO code in the VB front end that refers to the database not to ...
|
| Encryption | 02 May 2005 09:38 GMT | 1 |
Any suggestions for the encryption of a commercial VB app would be greatly appreciated. I am currently using a thrird party software called Softwrap, and I am sorely disappointed with them. Has anyone used Digital River? Any recommendations?
|
| VB .net versions | 02 May 2005 07:31 GMT | 2 |
I am currently using (happily) VB6 Enterprise Edition. I am considering upgrading to VB.net and was wondering if it comes in different 'levels' like VB6 did. (Standard, Enterprise editions etc.) On the MS site I only saw standard edition for VB.net. Is this the only level it ...
|
| Delete | 01 May 2005 22:16 GMT | 2 |
To Delete A file with my program i am doing this, Kill ("example.txt") That only works if the file is in the same folder as the program. Is there a way to tell the program to delete a file somewhere else on the computer?
|
| Declare okay, Type Library not okay | 01 May 2005 21:46 GMT | 1 |
I'm trying to return a string to VB5 from a C DLL. When I use the following; Declare Function XUCASE$ Lib "c:\data\bcx\pcdll\pcdll.dll" (ByVal A$) then call it thus;
|
| stopping repeating characters in text box (when key held down) | 01 May 2005 21:43 GMT | 6 |
Y'all: When you are typing text into a textbox control and hold a key down, that key will be repeated until you release it. e.g. If you hold down the "t" key it will repeat until you release it
|
| Error 0x27618848 | 01 May 2005 19:27 GMT | 4 |
On my home computer I nget this error when moving listview headers on the compiled exe and on the VB envirement on other PC it works fine. Someone had an idee? Jan
|
| InternetGetConnectedState | 01 May 2005 09:47 GMT | 2 |
I' am using InternetGetConnectedState to determine if I' am connected to the internet. All works well except when the connection is a wireless connection. The connection is fine and I can access the internet but InternetGetConnectedState returns false. I must be missing ...
|