| Thread | Last Post | Replies |
|
| Adding list items to a DHTML List box | 30 Jun 2004 19:20 GMT | 5 |
I am trying to dynamically add elements to a list box on a DHTML page. I can get the listbox object, and set the InnerHTML property for it, but I don't get the list items even though a print of the innerHTML shows the correct code. I am trying to do this in the DHTMLPage_Load() ...
|
| Hook Flash | 30 Jun 2004 17:03 GMT | 3 |
I'm writing a dialing program using MSCOMM on a analog phone system. After I place the call I need to Transfer it to a extension. I believe the sequence is
|
| Passing 2 arrays to a procedure | 30 Jun 2004 13:40 GMT | 5 |
I'm trying to write a VB6 program which will open a spreadsheet and call a macro within, passing 2 variables, and 2 dynamic arrays. I use the following syntax: objExcel.Run "DrawGrid", Form1.myRows, Form1.myColumns,
|
| how to get the dimension of an array | 30 Jun 2004 03:49 GMT | 3 |
because of using dynamic array and for some specific reason, I can't know when my array is 1 dimension or when it is 2 dimension , so I have to know the function of getting the dimension of an array.
|
| Saving a picture to a file | 27 Jun 2004 15:32 GMT | 3 |
Can any one help please I am using msChart to display a graph, I want to save this graph to a file, I use a picture control and paste the chart into it, But I can't find the syntax how to save the pic, Is it possible to save such picture ?
|
| Using the LoadPicture function with a URL path. | 26 Jun 2004 13:58 GMT | 1 |
I'm trying to display a network camera's image, so I thought I could use the LoadPicture function with an Image control: Image1.Picture = LoadPicture("http://169.170.100.100/cgi-bin/camera.jpg") This command raises a "path/file access error". The strange thing is that when I type ...
|
| is dynamic array dimensioned | 23 Jun 2004 17:17 GMT | 7 |
Is there a way to see if a dymanic array has been dimensioned yet? Example: dim myarray() as string if something then
|
| How to extract the VAB button name? | 22 Jun 2004 18:08 GMT | 1 |
Greetings All, I am trying to write a macro that identifies what button has been activated. Basically, have all the buttons use one macro, and the macro must know the name of the button clicked to know which routine to use. The majority of the code is used for each button, with ...
|
| Access Help | 22 Jun 2004 13:13 GMT | 1 |
would like to know how to copy a table in a access file and paste the table in the same access file with a different name. with the help of a VB code... Thanks
|
| Monitoring a Key pressed | 22 Jun 2004 12:43 GMT | 1 |
I would like to be able to have a certain property on a grid I use to be changed while the user has the CTRL key pressed - once the key is released, revert back to original property. How can I achieve this? I think it has something to do with the KeyPress event, but I'm not sure.
|
| Dyanamic coding | 22 Jun 2004 05:19 GMT | 7 |
would like know is it possible to have dyanamic coding where in the it situation some mi it is possible to run some instrutions ( stored in a access file), whenever it is required and whenever it is not required is shoud not be.
|
| VB file read question | 22 Jun 2004 02:23 GMT | 2 |
Following code gives a " ??version = ?>", while the file actually includes <? version =?>. What is the problem? UNICODE or something? The rest of file reads great Open FileName For Input As #freeFileNo
|
| Returning the integer representing Unicode encoding of the character | 21 Jun 2004 09:20 GMT | 1 |
In JScript, the function charCodeAt(n) returns an integer representing the Unicode encoding of the character at the n+1 position as shown in the following example. How can we do the same using VBScript or Visual Basic?
|
| converting IHTMLElement to IHTMLDOMNode | 20 Jun 2004 05:16 GMT | 1 |
I am doing DHTML programming and I need to convert IHTMLElement to IHTMLDOMNode so I can use the appendChild method of IHTMLDOMNode. How can I convert IHTMLElement to IHTMLDOMNode using Visual Basic?
|
| clone with encapsulation | 20 Jun 2004 05:14 GMT | 4 |
is there a way to write a clone function in VB 6.0 for a class while preserving encapsulation (i.e keeping every member variable private)?
|