| Thread | Last Post | Replies |
|
| Setting folder attributes - help! | 05 Aug 2004 14:43 GMT | 1 |
I wrote a program that copies a specified set of files in a folder from a CD to a user's hard drive. I have the problem of winding up with folders and files that are set to "read only." I have figured out a way to uncheck the folder's read-only bit in VB, but the files
|
| Adding controls to a form using generated code (VB6) | 05 Aug 2004 08:01 GMT | 4 |
I would like to figure out a way to add controls to a form using specs stored in a table. Any assistance in fleshing this idea out would be greatly appreciated. I'm using VB6. Right now I am thinking I would loop through the specs table
|
| making a zip file | 05 Aug 2004 07:47 GMT | 5 |
I need to find out out to zip all files in a directory into one .zip archive. I would have saved time and just used winzip by command line or something, but I cannot include any additional software. I microsofts web page I found this:
|
| VB 6.0 - Error 5- Invalid Procedure Call Or Argument | 05 Aug 2004 05:21 GMT | 1 |
Why does the following code generate an error 5 - invalid procedure call or argument in VB 6.0? intTest = iif(len(strSomething)>0, asc(mid$(strSomething,2,1)),0) in the case when this error occurs strSomething is a zero-length string, so
|
| Process Table. | 05 Aug 2004 04:41 GMT | 4 |
I'm at wits end about this, all the books I've read on all the major languages ignore this, and any "experts" I ask skirt the subject, so I'll ask here: If I wanted to access the Process Table, how would I go about doing
|
| Encryption | 05 Aug 2004 03:21 GMT | 2 |
Hope someone can help or have a free control. I am going to be passing data from a client computer to a server via a winsock control. I want to encrypt/decript the contents of the string that is passed back and forth. Anyone have any ideas?
|
| Blinking image as I move it around in a form | 05 Aug 2004 03:09 GMT | 3 |
I've got a gif image in an Image Control. I'm using a timer to move the image around on the screen like. <as an example> Private Sub tmrMove_Timer()
|
| Script for changing in HTML files | 05 Aug 2004 00:29 GMT | 1 |
Can you help me for this ? I need some visual basic script , which can open all html files in a folder und its subfolder and change some specific parts of the HTML code automatically (check if it is availalble first), so I dont have to change
|
| image without form? | 04 Aug 2004 20:35 GMT | 1 |
Project is a VB6.0 DLL. Aim is to read a .bmp, alter its height/width, and paste the resulting image into an Excel sheet. In order to make this work, we had to create a form and add an image control to it. Here is the code:
|
| FileCopy Error: Path/File Access Error | 04 Aug 2004 19:44 GMT | 1 |
Hi, I get a Runtime Error 75: Path/File Access Error when doing a FileCopy in VB6 from a DVD drive to my local drive using a DVD+R (The file is about 1.4 gig). I do not get that error when I use a DVD+RW. Any suggestions would be greatly appreciated. Thanks!
|
| Run-time error '6' Overflow ---- Please help | 04 Aug 2004 18:42 GMT | 1 |
I'm a new learner to VB 6.0. I creeated a program on VB run some test and have the data save into a predesigned data sheet that was created on MS Word. After developing, I made an executable file for the program. And
|
| Flexgrid - move a cell with all its properties | 04 Aug 2004 17:22 GMT | 1 |
I have a flexgrid control which will be displaying some key elements for a program. The grid has only one column, but many rows. Each row/cell contains a keyword with a specified backcolor, and soon I will be adding the forecolor as an option as well.
|
| Registering binary components | 04 Aug 2004 16:51 GMT | 2 |
I'm trying to learn VB. I get the following error when I add a VB project to the one I'm currently working on "Unable to set the version compatible component C:\...\Dir\bin\Project2.dll"
|
| FlexGrid TextMatrix vs TextArray | 04 Aug 2004 16:32 GMT | 5 |
What in heck is the actual difference, besides syntax, between TextMatrix and TextArray. The MSDN descriptions of purpose and use imply they are basically two ways of doing the same thing! ---Atreju---
|
| Reading/Saving Unicode (2-byte character) data in VB | 04 Aug 2004 15:55 GMT | 12 |
Guys & Gals: I've about goggled my eyes out reading on-line info on Unicode, but I haven't seen any practical advice on how to read in or write out unicode characters. Can't use Print, there's no "var AS StringW * nn"
|