| Thread | Last Post | Replies |
|
| Creating an Icon for my App | 14 May 2004 01:15 GMT | 5 |
I have Visual Basic 6.0 Pro edition and Visual C++ enterprise edition. Is there a way to create an icon with either of these ? Or is there any included software on the CD's for these to create icons ?
|
| (70) Permission Denied when writing new file from VB 6.0 | 14 May 2004 00:33 GMT | 1 |
Help! When I run the VB program in test mode while looking at the code, it functions correctly and creates the desired file. When I compile it on the server and try to have it run from the scheduler, I get the error 70 - Permission Denied. I have a report which comes
|
| directory problems | 14 May 2004 00:32 GMT | 4 |
Ihave 2 small questions: 1. Is the only way to deltet a directory including the files in that directory to first chdir to directory, then remove all the files and at last rmdir the directory? Or is there something lijke the UNIX-command rm -r *
|
| Free html editor control for VB6 | 14 May 2004 00:30 GMT | 4 |
Does anyone know of a free html editor control for VB6? I found DHTMLEdit, but appearantly you have to implement all the editing actions (make text bold, changing font, ...) yourself... I would like a basic html editor control for VB6 which allows to:
|
| Howto remove folder which includes files or subfolders? | 13 May 2004 23:20 GMT | 6 |
Hi. I want to remove folder eg. C:\Temp which includes files and subfolders with other files. Could you tell me where I can find sample code which helps me resolve above problem? I tried to use functions SHFileOperation and Scripting.FileSystemObject but they fall when one of ...
|
| Gradient Fill | 13 May 2004 21:15 GMT | 5 |
I'm using the GradientFill API. It all works using the example in API Guide but it requires the colours seperately. How do I convert a OLE colour to what the API requires?
|
| directory problems | 13 May 2004 21:15 GMT | 1 |
Ihave 2 small questions: 1. Is the only way to deltet a directory including the files in that directory to first chdir to directory, then remove all the files and at last rmdir the directory? Or is there something lijke the UNIX-command rm -r *
|
| Screen saver - detecting mouse moves | 13 May 2004 20:48 GMT | 5 |
I need to create a screen saver for my VB6 app. I can't just write a windows screen saver because my app needs to be able to keep updating to content of the screen saver and also turn it off when necessary. The bit I'm struggling with is recognising mouse moves (so if there
|
| VB.NET DataGrid Customizing | 13 May 2004 20:05 GMT | 2 |
HELP! and AAARRRG! I am a Visual Basic Programmer who has just jumped into .NET and VB.NET and VisualStudio .NET 2003 Is it just because I am new with .NET, or is DataGrid very limited, or
|
| Creating an Icon for my App | 13 May 2004 18:19 GMT | 2 |
I have Visual Basic 6.0 Pro edition and Visual C++ enterprise edition. Is there a way to create an icon with either of these ? Or is there any included software on the CD's for these to create icons ?
|
| Open a txt file ? | 13 May 2004 17:41 GMT | 4 |
How do I go about opening a text file when a command button is clicked? -- cheers dude ************
|
| VB 4.0 vs VB.net | 13 May 2004 17:08 GMT | 1 |
I am currently using VB 4.0 but would like to upgrade to VB.net. When I try to install VB.net I repeatedly get a message that I must reboot. Can I install VB.net without removing VB 4.0 ? If so, how do I do it.
|
| Resize Image to fit Picturebox or Image | 13 May 2004 16:45 GMT | 7 |
I have two Pictureboxes on my form. I have also tried using the image box and renamed it picXLData to work with code already using. Image box has the stretch option that Picturebox doesn't but then the image is too small and doesn't even take up much of the area of the image box.
|
| How to get slashes (/) instead of dashes (-) in mshFlexGrid | 13 May 2004 16:15 GMT | 8 |
I have a mshFlexGrid in which there is a column with dates. The problem is that they are displayed : 12-05-2004 instead of 12/05/2004. I would like to know if it's possible to get the good format without having
|
| Bug in week-handling | 13 May 2004 16:14 GMT | 5 |
I was trying to get the first day of the first week of the year when I notticed this: ?Format(dateserial(2003, 12, 30), "ww", vbMonday, vbFirstFourDays) 1
|