| Thread | Last Post | Replies |
|
| How do I Modify Control Property on a Form from a module | 12 Feb 2005 04:24 GMT | 2 |
What I have is a piece of code that executes within a module and I want to update a progress bar (ProgressBar1) on a form (Form1) from that module. ie. While going through a for loop I want to change the progress bar on a form. I tried the following line but it doesn't work
|
| How can I get index of an element in an array using VBScript? | 12 Feb 2005 03:18 GMT | 3 |
I have an array and would like to find out the index of an element in that when I know the actual value of the element. I need to do it in VBScript, not in VB. For example,
|
| Small Screen Laptop Issue | 12 Feb 2005 03:08 GMT | 23 |
I wrote a VB6 application which has a large number of forms that use .jpg image controls as buttons. A few of my users have switched to very small laptops, (10-12 inch screens) and found that the buttons (and many label controls) don't shrink enough to fit the small screens. ...
|
| Wait for an event, vb6 | 12 Feb 2005 02:35 GMT | 8 |
I have two forms in vb6 application. The first form spawns the second form via a Set/New command and then Show. What need to have happen is when the second form is created, have the first form wait for a command click on the second form before proceeding. I have tried Loop w/Do
|
| What Db to use? | 11 Feb 2005 21:46 GMT | 2 |
Hello friends, I could not find this with some searching so I thought I would ask. I am currently working on an application in vb .net that displays information from a database and has images included with the entries. I am looking for a database
|
| code for randomizing operations (+ - * /) for this game?? | 11 Feb 2005 21:06 GMT | 6 |
please test this, if you can please improve it.
:-) 7 textboxs, 2 command buttons --------------------------------------------------
|
| Api Winspool.drv | 11 Feb 2005 21:04 GMT | 2 |
hi list does anybody knows, how can i read all margin or papersize of any possible paper format for a printer. I only received the default properties (api function devicecapabilities) of the actual page.
|
| Selection.find not working when I open a WORD document from VB6 | 11 Feb 2005 20:10 GMT | 2 |
I'm able to open and save a Word document OK and save it from an external VB program but can't get selection.find to work ( no errors given just doesn't work). Works fine inside the WORD document as VBA but can't get it to work from outside. Any ideas please (code I'm using below ...
|
| Operation is not allowed in this context | 11 Feb 2005 18:40 GMT | 2 |
I'm chaining through multiple views accumulating data When I'm at the point of posting the data. I get this error message: Run-time error '3219' Operation is not allowed in this context
|
| arguments in VB 6.0 | 11 Feb 2005 16:19 GMT | 1 |
Hi! I want to insert an argument in my program but have no idea how to do it. i like to type in the command line for example: Project1.exe 192.168.0.1 and this ip should be put into a text field when the proggie starts... its probably a big n00b question, but i couldn figure it ...
|
| file exists problem | 11 Feb 2005 15:53 GMT | 6 |
Hi all , the following code works fine when everything is on the same server...... set fso = createobject("scripting.filesystemobject") if fso.FileExists (Server.Mappath("\") & "\temp\"& value1(count,1) & ".txt")
|
| Autocompletion of commands in VB6 Pro | 11 Feb 2005 15:21 GMT | 11 |
Normally if you type (for example) text1. a list will drop down with all your options (Appearance, Alignment etc) When I'm using the following code to access Excel from VB oChart.SetSourceData Source:=oSheet.Range("a1", "a2").Resize(2, 90
|
| Using Oracle OLEDB Provider with VB | 11 Feb 2005 11:26 GMT | 1 |
I have a simple program in Visual Basic 6. I want to access to Oracle 9i database data. Here is my connection code that I put on Form.OnLoad: Private Sub Form_Load() Dim oConn As New ADODB.Connection
|
| print form in centre of page | 11 Feb 2005 09:42 GMT | 3 |
I'm trying to print a form in vb6 in the centre of the users page using the paintpicture method. I want it to be scaled down slightly (0.09) but still appear in the centre of the page. Printer.PaintPicture Pic, 0, 0, printerPicWidth, printerPicHeight, 0.09
|
| Trying to study visual basic | 11 Feb 2005 03:55 GMT | 7 |
I used to study VB in college but left a while back. I was very interested in the subject and so far haven't had the opportunity to further my career in the programming aspect of things. I was wondering are there any websites out there which take you through a few lessons ranging ...
|