I have been searching the web for days now and cannot find anything on controlling the line spacing in a RichTextBox. Such as single spacing, double spacing. any help would be greatly appreciated.
If you copy the DVD to a hard drive and then just change the file extension of the video files to mpg, they should play.
VTS_01_0.VOB becomes VTS_01_0.mpg
Is that user using a different display theme (i.e. WinXP vs Windows Classic), just something i would check, not sure if it matters. Would also check to make sure that computer has the same version of ocx file.
I believe that VISTA will not allow you to write to the app.path folder. Writing to app.path folder never was a good idea and shouldn't be done, however many "programmmers" have done it in the past.
I have had this happen to me, usually when i am having the program do a lot of different things. Would run fine when you stepped through it, but wouldn't when i just let the program run. i solved it by moving the screem.mousepointer = 0 around until I found where it would always work, then...
I have not had an issue with a cell flickering, but I have had the problem with the data in the cell not being visible. This would happen after you had either clicked on the cell or left a cell. The cause ends up being the hieght of the row is too small. Even though the data will appear there...
Are you rebinding the grid after every array line change, or are you waiting until the array has totally reloaded (or the data has totally reloaded int o the array) and then grd.rebind?
I have been using trueGrid in storage mode for years without the issue you discribe unless I rebind a line at...
I played around with Sleep() and DoEvents this weekend. As usual, strongm is correct, if I envoke Sleep(50) after the DoEvents, the CPU usage is the same as using a Timer (near nothing), and there is no noticable freeze. Thanks again strongm. My use is related to music and timers. The timers...
I was playing around with comparing
Private Declare Function GetTickCount Lib "kernel32" () As Long
to the Timer in VB.
The CPU usage for the API call was about 50% and the CPU usage for the VB Timer was basically nothing. The code I was using is below. I don't know why but I always assumed...
Sorry but your answer makes no sense to me. Yes I am talking about downloading a file from the Web using my VB6 program. I guess I didn't make that point clear. I send the user to a website where they have a choice of files to download, once they select a file and right-click they receive the...
I know how to download a specific file to a designated location. But my users chose the file to download, right-click on it and chose save target as - how can I control what the default download directory is?
Thanks in advance
With all previous versions of Windows, I keep my programs from being freely distributed by creating a mean looking dll in the system folder. The dll is created the first time the program runs (after installation) and creates a unique code for the computer the program is installed on. The users...
If your referring to these two lines
Printer.Print "Received "; Date;
Printer.Print "_____________________"
remove the ; after Date. The ; tells the printer to stay on the dame line.
That may be true that it is a security setting - how would i go about fixing the problem. Other programs on the same computer do allow drag and drop to the desktop icon without issues.
I have a shortcut icon on my desktop pointing to my exe.
I am using the following code which allows me to drag and drop a list of files from Explorer to my desktop icon. Upon dropping the files on the desktop icon the program opens and the file names are added to list1.
The code works fine on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.