| Thread | Last Post | Replies |
|
| File Rename Code Syntax | 30 Nov 2005 16:25 GMT | 1 |
What is the syntax for "Rename File..." in VB6 Thanks for any replies!
 Signature Ray Bernier
|
| Response.Redirect | 29 Nov 2005 17:16 GMT | 2 |
I want to pass the NAME of the page that is calling a new page so that I can be able to decide what actions because they are different depending on what page requested. Can someone help me out please?
|
| Re: Lost VB 6.0 Professional CD. | 26 Nov 2005 06:54 GMT | 2 |
To the person who had lost his VB 6.0 professional CD... May be you could send this file: VS98pro.stf to me. Then, I will send you what you need. My email address is: lptit@hotmail.com
|
| Referencing an object from a string within an array | 25 Nov 2005 14:02 GMT | 1 |
I would like to pre-apologize for the length of this post. I have tried to be as clear and concise as possible. Here is a quick breakdown of what I am looking to do… the rest is more of an explanation to be sure I am headed in the right direction.
|
| replace multiple strings | 21 Nov 2005 15:34 GMT | 1 |
I'm having trouble writing the code to replace three different strings in a small text file. I want to replace all occurances of: sugar, candy; flour, pillsbury; and cornstarch, armandhammer with sugar candy; flour pillsbury; cornstarch
|
| accessing controls within a frame | 18 Nov 2005 06:32 GMT | 7 |
I have an array of frames[named arrFrames() ] and i create some frames at runtime. I also put other controls[ like , text boxes, labels, buttons etc.] within each of the frames. Now the problem is that I want to access the controls within a frames, I don't know how to do that.
|
| how to get windows terminal session | 16 Nov 2005 09:08 GMT | 3 |
Hi, I have big problem when I want to get the session when I log in to windows terminal server. How to get the windows terminal session with vb programming??
|
| Extract filename from path | 14 Nov 2005 21:01 GMT | 3 |
Is there a simple VB way of extracting the filename from a full path string? Thanks, Drew
|
| Where are these files? | 12 Nov 2005 04:36 GMT | 1 |
I recently face a virus infection and as a result I have lost these files because my cd of visual studio 6.0 is broken. I have retrieved all other files by extracting them from a backup and searching over the internet, but no luck for these two files. They are part of the ...
|
| Moving a child window | 10 Nov 2005 05:56 GMT | 2 |
I am using getObject to attach my form to a microsoft visio(a microsoft drawing tool) drawing and then during the execution the code resizes the form, what happens is that the form is resized all right but it also moves from its position. can anyone please point out the problem?
|
| Passing subset of arrays to sub/functions | 09 Nov 2005 20:28 GMT | 2 |
Can anybody assist me in how I can call sub/functions with subset of (one dimensional) arrays ? I am converting from Fortran with extensive use of this functionality. In the receiving array index (0) shall refer to first element of subset in
|
| VB6 & parse string to calc. formula | 04 Nov 2005 12:21 GMT | 1 |
I have a string -variable: sValue="100-(56.26*0.26)" What is easy way to calculate this to double? Does have anybody ready code for this?
|
| How to save with only WebBrowser: Save html+picture without Dialog | 03 Nov 2005 15:25 GMT | 3 |
How to save with only WebBrowser: Save html+picture without dialog box? What I Have is: WebBrowser.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 300, 300 I don't want this code.
|
| how to show the "txt code" that the WebBrowser wont to save when h | 02 Nov 2005 18:21 GMT | 1 |
how to show the "txt code" that the WebBrowser wont to save when he wont to save html+pictures with the "dialogbox" - before saving. this is the code to open the save "dialogbox" Me.WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 0, 0
|