Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Components and Libraries
Remove
Platform
Any
License
Any
Are there any API calls that will let me take a screen shot of the desktop and use it as a background in a program?
: : : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be...
: : : : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be...
: : : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be...
This message was edited by BitByBit_Thor at 2003-3-4 9:42:16
: : Hey,
: :
: : You can use the GetActiveWindow API to get the currently active window.
: : Then you can use the GetWindowText API...
: Hey,
:
: You can use the GetActiveWindow API to get the currently active window.
: Then you can use the GetWindowText API to retrieve the Caption of the window using the Handle you got returned...
: how do you find the title of the application that has focus?
: for example: Variable = (the title of the app with focus)
:
Hey,
You can use the GetActiveWindow API to get the currently...
Thanks for your help, it worked great!
I wonder if there's an API as simple as that, that can disable clicking as well.
Thanks Again,
Aaron
I hope you know what window's API is Aaron, because I found a API call that sets the mouse to hidden, and you can do it temporarily by putting the call in a timer or something. Actually I found the...
Aaron you most likely have to achieve this through an API ... just goto google.com and look it up.
: Hi everyone,
:
: I'm currently working on a final project and in need of a code that...
This message was edited by BitByBit_Thor at 2003-3-3 5:55:31
: : : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one...
: : Hey,
: :
: : I am reading a book about VB, and my current chapter is Database programming.
: : Now there's something strange going on...
: : I have a few forms, and one of them (An MDI-Child...
: : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be able...
: Hey,
:
: I am reading a book about VB, and my current chapter is Database programming.
: Now there's something strange going on...
: I have a few forms, and one of them (An MDI-Child windows!)...
: Can I distribute any program I make in VB.NET?
: For example, I know that I can distribute the dotnetframework file along with my program, but what about any COM references I use in my code, for...
: : : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be...
: : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be able...
Can I distribute any program I make in VB.NET?
For example, I know that I can distribute the dotnetframework file along with my program, but what about any COM references I use in my code, for...
: I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be able to...
in vb6 I can use the API SendMessage(),but it doesn't work in vb.net
I don't know why?Can someone help me?