| Thread | Last Post | Replies |
|
| webbroswer source problem | 22 Oct 2005 05:58 GMT | 2 |
I try to get the html source from webbrowser control. its giving me 'object variable or block variable not set'. How to solve this? ss = "www.website.com" Me.WebBrowser1.Navigate2 ss
|
| How to make a dllexp file? | 22 Oct 2005 05:22 GMT | 2 |
I want to make a dll file,such as "test.dllexp",I want to use dllexp file to connect Oracle database and extract data from it. I am a new program with VB,I don't know how to make a dllexp file, could somebody give some simple examples and detail steps to do it with VB?
|
| Please Explain! | 22 Oct 2005 05:10 GMT | 5 |
The following function converts a decimal number into its binary equivalent (it gets fired when an OptionButton is checked): Function Dec2Bin(IntegerNumber As Long) Dim iNum
|
| Is this possible ? | 22 Oct 2005 03:10 GMT | 4 |
and if so how? Im running VB6 (SP6) on Windows XP Pro. I have an application that opens an Internet web page . Is it possible to send information to that webpage say for instance to click a button or fill out info in a text box ?
|
| Help | 22 Oct 2005 02:21 GMT | 1 |
Can anyone recomend a good help websites for beginer visual basic.
|
| Rotating an image and drawing using BitBlt? | 22 Oct 2005 01:47 GMT | 1 |
I am currently working on a snooker game with simple graphics using the BitBlt function. How could I rotate an image such as the cue and display it using BitBlt? I read "RotBlt" somewhere but am I right in assuming that it is C++ only?
|
| Global (Public) variables | 22 Oct 2005 00:29 GMT | 3 |
I'm working on an application that I've set up with several forms, each to perform a particular set of functions. I'd like to have a few variables that are common to all forms, figuring that is the way to share the data among forms.
|
| Order of forms | 21 Oct 2005 23:43 GMT | 4 |
The main form is Form1. Form2 is loaded but not visible. Choosing a Form1 menu item makes Form2 visible over Form1. Clicking a button on Form2 brings up a MessageBox, but then Form2 all but
|
| Director Browse Dialogue? | 21 Oct 2005 22:46 GMT | 1 |
Can someone tell me how I can add a Director Browse only dialogue to my VB6 project and how to use? Basically, I do not want to use an Open File Dialogue because I simply want the user to browser/select an existing folder.
|
| Return an error code/message from a VB6 app | 21 Oct 2005 22:09 GMT | 9 |
Is there a way to return an error code and/or description from a VB6 app at runtime? In other words, if I run a VB6 executable called "VB1.exe" from another VB6 executable called "VB2.exe", can "VB2.exe" obtain an error level/exit code from "VB1.exe"?
|
| Object Model Extraction | 21 Oct 2005 19:17 GMT | 4 |
Is there any tool available that will allow me to extract the information in the Object Browser (i.e. when I hit F2) into a file I can save? TIA
|
| tables in word 2000 do not print in word 97 | 21 Oct 2005 19:12 GMT | 2 |
I have tables in Word 2000 or 2003 files that will not print in word 97 - is this a compitablity issue - is there a fix or work aroound
|
| Image control in mdiform | 21 Oct 2005 18:29 GMT | 3 |
How do i insert image control(component) into the mdiform. Is there any one who solve my problem.
|
| CommandButton! | 21 Oct 2005 18:24 GMT | 17 |
Usually when a CommandButton on a VB6 Form is clicked, a square (with all the 4 sides having dotted lines) appears on the just clicked CommandButton. Is there any way to get rid of that square on the CommandButton?
|
| Making a custom control in VB with a graphics on it. | 21 Oct 2005 17:23 GMT | 2 |
I have a problem with development of a custom control in VB. My intention is to make a custom control consisting of a vertival TrackBar control with a graphics symbol (of the System.Drawing.Graphics type) displayed besides it.
|