| Thread | Last Post | Replies |
|
| Turn the text stream to string | 16 Feb 2004 13:13 GMT | 2 |
Are any way to change the text stream object into a string object? Regards Alex
|
| form has obliterated the task bar | 16 Feb 2004 13:05 GMT | 1 |
I have designed a form that when maximised fills the WHOLE screen so that you cannot see the task bar.I don't want the user to be able to move the form or minimise it so controlbox is false, starts maximised in centre of screen etc. Is there a way to let the user see the task bar ?
|
| Old VB4 Version | 16 Feb 2004 10:36 GMT | 2 |
I have some legacy programs still in vb4 16 bit - I've just installed a new machine and cannot find the original install disks. Any help on finding it would be appreciated. Len
|
| Get the date time format from Control Panel | 16 Feb 2004 00:15 GMT | 2 |
Are there any method to retrieve the date time format from the control panel? Thanks and Regards Alex
|
| SysFreeString? | 14 Feb 2004 02:26 GMT | 3 |
I'm using a COM server which I pass an empty string to. The COM server allocates memory for the string internally (using SysAllocString) and returns a value in this string. So far so good. I use the string, then, I am supposed to free this strings memory (returned
|
| VB 6 and COM+ component SQL OLEDB Error | 13 Feb 2004 21:31 GMT | 1 |
I am modifying a COM component that previous interacted with MS Access. I have made changes so that it interacts with SQL Server 2000. There is also a VB 6 executable that I have modified to work with the same SQL Server database instead of its original Access database. Both of ...
|
| :Re: how to get an objects prog-id? | 13 Feb 2004 15:25 GMT | 1 |
This works fine when compiled, but when running in the VB IDE I get error 430: Class does not support Automation or does not support expected interface. Any ideas how to handle this?
|
| VIsual Basic, best in the world? | 13 Feb 2004 12:47 GMT | 2 |
No this is no message from a mere coward but a vision from a programming genius. That's right I "guy with comuter" am the greatest programmer in the world and I am here to tell you visual basic is an okay language to use, at least if you were a caveman with a club and a hairy ...
|
| COM References | 12 Feb 2004 23:52 GMT | 2 |
Can any one point me in the right direction. I want some kind of reference listing to what all the COM's are in the VB6 references list. Cheers
|
| can text of enum variable be captured? | 12 Feb 2004 20:19 GMT | 4 |
I have an IDL that defines some enums... typedef [v1_enum] enum enum_specinfo { ERR_NO_ERROR = 0, ERR_NO_COUNT = 1,
|
| Exporting data to Excel from VB6 | 12 Feb 2004 17:23 GMT | 1 |
I am a novice VB6 programmer and I need to export data aquired from an external piece of equipment to excel to allow the data to be manipulated. The data is displayed on the screen at present and I have no idea - can anyone help please Thanks Paul...
|
| declare and use Type in ActiveX dll | 12 Feb 2004 16:00 GMT | 2 |
I would like to build an activex dll. I want to use Type in my activex but I got error message `User defined type not defined` but I am sure I did define it. Please look at the code bellow what is wrong?
|
| ADO AddNew: Multiple-step operation generated errors. Check each status value. | 12 Feb 2004 06:46 GMT | 4 |
Run-time error '-2147217887 (80040e21)': Multiple-step operation generated errors. Check each status value. --------------------------- Does anyone knoew why this error is occuring?
|
| Menu Bar | 11 Feb 2004 15:09 GMT | 1 |
Anyone know where I can get a full function MenuBar control. The one that comes with VB is a bit tacky (eg background white and you can't seem to put icons into the menus as in normal Windows product menus). Dave
|
| Fw: Using a form from an ActiveX DLL Component in a MDI form | 10 Feb 2004 20:34 GMT | 11 |
I have a program built in VB6 and it's already running on the customer's site. This customer is now páying us to build a whole new form exclusive to him. I can't loose the version I'm holding of my software and can't let this
|