| Thread | Last Post | Replies |
|
| Trying to get a web page with Winsock | 30 Dec 2007 21:04 GMT | 6 |
I copied some code from the Internet to try to download a web page with Winsock Because I read and experienced that the Microsoft Internet Transfer Control does not get whole web pages every time. I am using Yahoo Yellow pages for example.
|
| having problem adding scroll bar to VB form | 30 Dec 2007 01:38 GMT | 2 |
I have tried everything to get my scroll bars to work in my form. Even to the point of trying to shrink my information down in my form so I wouldn't have to use them. I am new to VB, but I have done some programing, just not an extensive form.
|
| Creating a number only "textbox" through inheritance | 29 Dec 2007 19:09 GMT | 1 |
I am not sure I am asking this question in the proper place but here goes. I am trying to create a textbox that will accept only numeric input using inheritance. I have a couple of books on the subject but this is one concept I don't really understand. This looks as though it ...
|
| Invalid key using Currency symbol? | 27 Dec 2007 15:18 GMT | 4 |
I have a VB6 app using treeview controls. I add items to the treeview with a keyvalue that is the id of the object appended to a letter (A for areas, R for rooms, etc.) so the keyvalue is something like "R2" for a room with an ID of 2. This worked fine until I received reports ...
|
| How to inspect the contents of an ocx control? | 27 Dec 2007 14:37 GMT | 2 |
Is there a tool to inspect the contents of an ocx file just like ildasm does to a dll file?
|
| Taskbar control question - ButtonWidth | 22 Dec 2007 17:03 GMT | 1 |
I cannot change ButtonWidth from some sample code , it will change back . Is there any possible cause , is it because image require that width ? Thank you .
|
| commondialog.showprinter | 21 Dec 2007 17:45 GMT | 4 |
can anyone telll me how to use this to actually print ? I can print by using the following on a command button Dim Photo As StdPicture Set Photo = LoadPicture(filename of picture)
|
| Listview: Weird font size behaviour | 19 Dec 2007 15:14 GMT | 4 |
I'm using a Listview (Windows common controls 6.0), Report style, no column headers, no gridlines, single column. It's one of those dialogs where you have two lists ("available items" on the left, "selected items" on the right), and you can move items
|
| How to save grapg as . gif file on one step? | 19 Dec 2007 07:59 GMT | 2 |
How to save grapg as . gif file on one step? I can copy graph to clipborad, then paste to the PAINT program, and save as .gif file. But too many steps.
|
| Webbrowser and Proxy Authorization | 18 Dec 2007 13:13 GMT | 12 |
My project uses a Webbroswer control to navigate to certain websites and do some processing on the info found there. However, my company has a proxy server which I must authenticate through to get to the internet. I have tried several methods to automate the signing in to the ...
|
| unable to install VB 6.0 properly | 18 Dec 2007 10:22 GMT | 2 |
Hi to all of you there; when i installs VB 6.0 i always gets 2 error messages as follows: # NLHtml.DLL was unable to register itself in the system registry
|
| Conversion to vb express | 15 Dec 2007 22:45 GMT | 1 |
I am trying to convert some vb6 code to vb Express, it accesses a MySql database. I am having problems binding the data to the controls - a textbox and a datagridview.
|
| How to install these VB Controls on client pc? | 14 Dec 2007 16:03 GMT | 6 |
I have used (1) DTPicker and (2) DataGrid in a Microsoft Excel 2002 workbook. I have Visual Basic 6.0 on my pc and so was able to use these controls. Now, when I copy my workbook to other user's PCs, these controls are
|
| a test | 14 Dec 2007 11:17 GMT | 1 |
|
| Arithmetic Formulas in VB6 | 11 Dec 2007 23:56 GMT | 2 |
I want to know if it is possible to introduce an (In run-time) an arithmetic formula via a textbox in string type like: "(345 + 67) - 78" and apply some function or commad and calculate the result. (334)
|