No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
20 Posted Topics
Im looking to group forms together in the Project explorer window in the vb6 ide. In vs2005+ there is an option to add a folder(filter) in the solution explorer and put files in to group similar items. Does anyone know the equivalent in the old vb6 ide or a plugin … | |
Hi, I currently have a crystal report (verison 10) with a linked ole object linking to an excel spreadsheet. I need to be able to programmically change the link path at runtime using vb6. You can do it in crystal by going view -> links ->change source so surely there … | |
Hey, The ole container control seems to only bring in the first page of a document, or a certain fixed amount. Is there a way to bring the whole document in, e.g. multiple pages? I am actually trying to get crystal reports X to do this but it calls exactly … | |
Re: Visual Studio? Do you mean the toolbox? (ctrl+shift+x / view -> toolbox) if not then im sure whichever one your looking for must be in the view menu somewhere, other windows perhaps. ![]() | |
Hi, Im trying to move mouse and click inside another window to automate a mundane task. Im testing it on a paint window. I can send keyboard entires fine but cant seem to get the mouse working. What am i doing wrong? [code=C++] #include <windows.h> #include <stdio.h> int main() { … | |
Hi, Im trying to connect to my sql database and generally play around but I get the following error: [ICODE]error C3867: '_com_error::Description': function call missing argument list; use '&_com_error::Description' to create a pointer to member[/ICODE] I think it has something to do the import of the msado15.dll. Obviously if I … | |
Re: Just searched, found nothing. Sure you got the right company name? what exactly are ya looking for? | |
Ok so this is probably a stupid quesiton with an easy answer. Im learning directx and trying to create a simple 3d game. I need to move my character in the direction its facing rather than just using by the world axis. I think its some easy maths i feel … | |
Re: Also on a side note, alot of fps's hide the actual player model and then have seperate higher detailed models for the arm/gun specially for the first person view. This will obviously solve most clipping problems as well. | |
Ok so im still learning C++, looking at some directx and i come across a _ before a var and was wondering what it means. for example: pDevice->SetVertexDeclaration( _vertexDeclaration ); or in a error macro: SHOWERROR( “CreateVertexBuffer failed.”, __FILE__, __LINE__ ); first one is probably the best example. thanks. | |
Hi, Im looking for a good way to bundle a collection of installs together into one. I have a program that needs alot of other programs, utilities and ocx's installed on the machine to run and at the moment i have to run multiple setup files to do this. The … | |
Re: Bleeping from the motherboard usually means some kind of memory problem and hardware problems in general and is not usually caused by installing software as far as I know. Check that your ram is slotted in properly and all cards are also slotted in properly. Check the harddrive that your … | |
Re: It seems like one of 2 things. First thing i would check is the controls physically on the moniter. There is usually a menu button, scroll wheel, arrows ect somewhere on the moniter. When you press menu or whatever the its named a menu should pop up on your screen … | |
Re: Some of those games listed are actually off-line games arent they? therefore I cant see why it would be an isp problem. I do remember this problem from a while ago but can't quite remember how it was solved. How are you connecting to the net, through ethernet ->router, usb … | |
| |
Im looking to mirror a disk in Server 2008, ive set it up to mirror using the Computer management screen and it all seems alright. Ive tried pulling out the drive with the OS on and it obviously blue screens and you have to select to boot the mirrored operating … | |
What are the benefits of using the Conditional operator (?) over a traditional if/else statement or similar? Using ? seems to lower readability in some cases but anything else? | |
Re: any wierd appliances near by that could cause interference? Could it be a loose wire picking up fan noise? | |
Hi, Im looking for a way to get all the possible vb6 runtime errors and write them to a text document for later use. Thanks. |
The End.