| Thread | Last Post | Replies |
|
| Working on an indicator | 09 Jul 2006 03:58 GMT | 2 |
I'm working on a stochastic indicator routine for what is called a Full Stochastic Oscillator. It requires that I take the highest high and lowest low price of the last N days to solve for %K. I'll then do the same with the %K results to calculate
|
| Windows XP visual styles | 08 Jul 2006 04:46 GMT | 4 |
I am not quite sure how to go about this, although I'm pretty sure it's an easy task: I have a script that is basically a form with many command buttons. How do I change the look of the form so that it will have a Windows XP visual style as opposed to the dull gray Windows
|
| Converting string constant to mathemetical expressions | 07 Jul 2006 17:26 GMT | 5 |
I need to perform some calculation using formula. For example, TotalAmount=Amount+(Cess*0.05)+Tax-x-y But the above formula is user defined and user can change it to TotalAmount=Amount+(Cess*0.1) -Tax + x -y (Notice change in operators
|
| XML directly to array | 07 Jul 2006 12:22 GMT | 1 |
I have an XML content (stored in an object of type DOMDOCUMENT) that contains some number of nodes, each having the same number of children. I want to put those nodes into a 2-D array. Currently, I query the XML for each individual "cell", and then copy it to corresponding position
|
| Help Please - Searching a large text file | 06 Jul 2006 21:42 GMT | 20 |
Hi I'm a novice VB hobbyist/programmer and i'm trying my best to write a small program for data collection and ordering products at my workplace in order to help myself out.
|
| Screen scraping a web page | 06 Jul 2006 18:46 GMT | 1 |
I run several websites and I am looking to write a VB program that will access certain page son my sites and then either screen-scrape the contents of the page, or alternatively, save the contents of the page to a local text file that I can then parse.
|
| insert checkbox in datagrid | 06 Jul 2006 12:19 GMT | 1 |
|
| Create pictures array in run time | 06 Jul 2006 09:07 GMT | 13 |
I have a PictureBox control named Pic1 in a form. In run time I would like to create new instances of this Pic1 ex: Pic1(1), Pic1(2), Pic1(3)....depemding on number of pictures I need to put in the form. How to do it?
|
| My question | 06 Jul 2006 04:24 GMT | 3 |
How to play an mp3 inside a form in vb 6.0? please help
|
| calling a C function | 06 Jul 2006 03:23 GMT | 2 |
I need to call a function (written in C) from VB4-32. The C definition is... int CALLBACK ZXDownloadWnd(const char *file, long port, long flags, HWND hWnd, UINT mesg, long lParam) Can anyone show me how to DECLARE this in VB4-32?
|
| open a form within a form | 06 Jul 2006 00:15 GMT | 17 |
I am fairly new to Visual Basic so this may be a simple question for most of you. I am using VB 6.0 and I am developing a script which creates a form with several command buttons on it. I will call this Form1. Each command button in the code is referred to a a procedure of
|
| Trying to get elements from a web page via VB | 05 Jul 2006 22:13 GMT | 6 |
I am attempting to write a little utility to check my mail at Yahoo. I found an older posting that shows how to get the elements from a web page via VB using the browser control. When I tried to use this code, I have problems.
|
| Command Button appearance | 05 Jul 2006 19:01 GMT | 9 |
Is it possible to make a Flat command button? I tried changing from 3D to flat and style/graphical and neither did the job. What I would like to try is have a flat, no border, graphical command button on which I can make the back color the same as the form. On the command ...
|
| Iterate through an enumeration | 05 Jul 2006 16:13 GMT | 4 |
Is there a way to iterate through an Enum, "a la" Foreach ? Thanks
|
| object data type | 05 Jul 2006 12:31 GMT | 3 |
Is there a way that I can declare a variable as a class variable? For example, I'd like to say Dim a As class (or whatever it is called), then be able to say
|