| Thread | Last Post | Replies |
|
| Rename a file with an invalid filename | 30 Nov 2007 21:40 GMT | 5 |
I have a filename with a ? in the middle of the name. I know it's an invalid name and I want to rename the file, but I can't rename it because it's an invalid filename (error 123 The filename, directory name, or volume label syntax is incorrect.). The file itself is valid, I can ...
|
| Minimum permission to compress files and folders | 30 Nov 2007 15:20 GMT | 1 |
I have some code which compresses a whole folder structure, and it works OK, but I have admin privileges. For someone who doesn't, my code fails -- however they can successfully right-click a folder, choose Properties, and use the Advanced button to compress its whole structure ...
|
| vb6 calling an exe with shell, how to get the results when exe don | 27 Nov 2007 21:18 GMT | 3 |
first I hope this is an okay question for this ng? Im trying to call an exe using vb6 which I can do already, that part works. but when the exe finishes I want to get the return values and use them in the code to tell the user the action passed/failed or whatever.
|
| BLOB-Image To StdPicture | 24 Nov 2007 01:18 GMT | 1 |
I want to convert DB-BLOB-Data the represent the binary data of a picture file into StdPicture-Objects. or somehow 'put' it into a picturebox. I extract the data using GetChunk so I have a Byte-Array
|
| Smooth curve passing array of points | 19 Nov 2007 10:03 GMT | 2 |
I have an array with (in the order of) a hundred points. Now, I want to draw a curve passing through all the points. At present, I just "walk" through the array drawing lines between the points, but the appearance is not so pleasing to the eye.
|
| Insert smaller image into a bitmap | 16 Nov 2007 23:40 GMT | 6 |
I've got a Windows Forms project done in VB that creates graphs based on data that is given to the program. I can save those graphs as bitmaps but now I want to be able to save multiple graphs in one bitmap. Is there a way to paste a smaller bitmap into a larger bitmap
|
| When to call DestroyIcon ? | 16 Nov 2007 16:25 GMT | 5 |
Do I have to call DestroyIcon after every ExtractIconEx call when using it in a loop, or is it OK to just call it after my loop is finished? ' sample #1 - after loop For i = 0 To List1.ListCount - 1
|
| Creating Graphical Objects using Visual Basic 2005 | 16 Nov 2007 15:16 GMT | 2 |
I'm not sure if I'm in the right place for this question, so I'm going to ask for your forgiveness in advance. I'm trying to teach myself Visual Basic 2005 .NET and the best way I have found is to create a project in Visual Basic 2005 .NET.
|
| Difficult one: decrypt files with win api | 14 Nov 2007 18:51 GMT | 7 |
I want to know if there is a way to decrypt files that have been given a encryption in windows, using a winapi in VB. If you have a file in windows and right click properties you can set under advanced the protection (encryption). That way only a pc with
|
| Error Using OpenKeyRegEx Api | 14 Nov 2007 12:43 GMT | 1 |
Using this Api always returns "error 87 Invalid parameters" ... And i don't understand. I'm using VB2005EE and i'm very "newbee" :o) Can anyone help me ? Thanks a lot ! Oliver
|
| GetForegroundWindow doesn't work | 08 Nov 2007 20:05 GMT | 1 |
I can't get GetForegroundWindow to work from c# on XP, it always returns null. On Vista it works just fine! any ideas as to why?
|
| Alternative to URLDownloadToFile (IE not installed) | 07 Nov 2007 13:08 GMT | 6 |
I'm using URLDownloadToFile and it's working fine, but some of the users don't have IE installed and don't want to install it. Is there an alternative to URLDownloadToFile that doesn't require MS Internet Explorer to be installed?
|
| Detecting if a computer is connected to a domain or workgroup... | 06 Nov 2007 19:07 GMT | 2 |
what´s the fastest way to resolve if a client is in domain or workgroup? Maybe netapi? Registry value? Thanks
|
| Get Cursor Position on PictureBox | 02 Nov 2007 22:15 GMT | 5 |
I need to be able to get the cursor position when I click on a drawing in a picture box in VB6. I have tried the Get Cursor Position system call, but it responds only when I click on the form outside the picture box. There is no response when I click on the picture box. Thank ...
|
| GetAsyncKeyState and [Alt Gr] | 02 Nov 2007 12:25 GMT | 13 |
I am using GetAsyncKeyState to read keyboard. Shift is easy to detect. For example, key [1] has three characters: [1]: "1" [Shift][1]: "!"
|