| Thread | Last Post | Replies |
|
| vb code help! | 18 Sep 2005 15:58 GMT | 3 |
can someone please help me with some vb6 code. i need code for (or help with) a menu. my aim is to use the menu as a typical menu eg. file, edit, etc. this is my first post so tell me if i did something wrong. Cheers!
|
| Scrap VB.NET, VB9 is here | 18 Sep 2005 15:55 GMT | 14 |
Wait wait, don't learn VB.NET, VB9 is here! Ha ha ha ha ha! http://msdn.microsoft.com/library/en-us/dnvs05/html/vb9overview.asp Just wait till you see VB10 though, OK we've had to make it completely
|
| VERY OT: Web Meetings | 18 Sep 2005 09:16 GMT | 5 |
Sorry this is so off topic, but you lot seem to be the best source of general knowledge I know. I'm developing an app (in VB6 - at least that's relevant) and want to share the development work with a colleague. He's around 90 miles away from me, so
|
| Hiding Data in jpg or bmp files | 17 Sep 2005 22:29 GMT | 11 |
I have heard of data being hidden in Bitmap or JPEG Files, usually related to security information. Does anyone have links to resources where I can find out more on how this is done? I can read the headers on bmp's and read the file into a form etc, but I
|
| I RECEIVED THIS MAIL: | 17 Sep 2005 14:21 GMT | 1 |
I RECEIVED THIS MAIL: YOU WANT KNOWLEDGE AS WELL AS END ONLY 4,- EUR >> OVER 400,000 EURS BECOMING? With your PC, of at home from, with 30 minutes and ONLY 4,- Euro?
|
| Search & Filter | 17 Sep 2005 14:03 GMT | 1 |
Hai, I am doing a project in VB.NET. I have created some forms which shoul be accessed through MDIForm. Only one Form is showed on the MDIForm. have a placed a ToolBar on the MDIForm in which I have placed a button
|
| user control width property | 17 Sep 2005 09:49 GMT | 6 |
I'm working on my first user control project I am loading and positioning some controls at runtime I want to set width of control itself to the width of contained controls In the properties box there is a width property i can set at design time
|
| Listview column alignment? | 17 Sep 2005 00:26 GMT | 4 |
I have a Listview control set up to sort on each column using the code at the end of this post. I would like to have two of the columns (that contain numbers) to be right- justified. I initialize them with this code:
|
| VB and dll for resource string | 16 Sep 2005 23:03 GMT | 2 |
I'm used under C++ to write a DLL which contain all my resource strings used in my application. I would like to continue in this way under VB.NET. Please, could you tell me how to create a DLL in which i will store all my resource strings ? I don't want to use the assemblies ou ...
|
| passing uchar buffers back and forth | 16 Sep 2005 21:25 GMT | 1 |
Hello again all, I'm calling a C function in a DLL that takes an unsigned character pointer, which is a pointer to a buffer in which it returns information. The visual basic import is declared like so...
|
| convert date from VB to java | 16 Sep 2005 20:17 GMT | 14 |
I need to read files written by a VB program with java. The files have a fixed length header then a variable length portion. Contained in the header are dates and pointers to text in the rest of the file. With java I've been able to read and interpret the pointers and strings. I ...
|
| Windows 98 Deployment | 16 Sep 2005 19:47 GMT | 2 |
I have a Visual Basic .NET program that runs ok on Windows XP. However, the application gives me the following error on Windows 98; Application has generated an exception that could not be handled. I have loaded .Net framework 1.1 and MDAC 2.8 on Windows 98
|
| can't find entry point in external dll | 16 Sep 2005 19:44 GMT | 3 |
I'm writing VB 6 code the imports functions from a dll (written by my self in C). The functions are all declared with __declspec(dllexport) and _stdcall, and I've tried creating a def file, but still, every time I try to call a function from the dll I get "entry point not found ...
|
| Can someone translate these c code to vb? | 16 Sep 2005 17:52 GMT | 11 |
Hi friends Can someone translate these lines of c Codes to VB? // See if there is a smaller window encompassed by this window // and select that if there is
|
| Inspecting objects and arrays | 16 Sep 2005 16:22 GMT | 4 |
Using the VB6 IDE, how can I view the contents or value of objects? For instance when assigning an object to a dbcreatedynaset method the object should contain the data retrieved by an SQL statement. How can I see what was retrieved? The QuickWatch function doesn't give me any info.
|