| Thread | Last Post | Replies |
|
| Additional info in file | 18 May 2008 04:15 GMT | 1 |
Hello again, can I store additional info about a file in its "header" (like "author", "modified at", etc) so that it doesn't affect the file in any way? Until now I always included a .txt file holding this information, but I feel a
|
| LSet vs. "=" | 17 May 2008 19:31 GMT | 4 |
when I have 2 RECTs named r1 and r2, what is the difference between r1 = r2 and LSet r1 = r2
|
| VB 6 ListBox issue... | 17 May 2008 06:14 GMT | 1 |
I was wondering if someone could help me. I have a program which does some calculations using an algorithm and returns 15 possible results into a Listbox. Now as it does that, I want it to calculate the largest value found, and highlight that line in the listbox. But once
|
| generating random integers | 17 May 2008 06:08 GMT | 3 |
...or generating random Longs, whatever. I am unsure if I have a flawed code fragment or if I am running into the oft-mentioned shortcomings of VB's PRNG (psuedo-random number generator) I have a function designed to return a random integer from within the
|
| retrieve email from Hotmail account | 16 May 2008 19:35 GMT | 5 |
I want to get my email from a hotmail account and forward it to another email account. So far I have not been able to find any information on how to do this from hotmail, as they do not use POP3. I have tried searching google for "hotmail", "retrieve email" and several
|
| How to test if an object reference is available in a VB script | 16 May 2008 18:36 GMT | 7 |
I wondered if there's VB code to test whether a user has registered an object? I.E. When you're in VBA for example you can go Tools>References and you'll have a list of checkboxes where you can get a reference to an
|
| vb6 in vista | 16 May 2008 18:30 GMT | 8 |
I have been installed vb6 in vista, but it have been installed with some errors. now I can use vb6, but some of it's components don't work properly, what can I do? does it have any solution?
|
| Revisit Shell Function | 16 May 2008 10:12 GMT | 51 |
I had a similar situation the other day, received a solution from this forum and thought I understood what I was told. Apparently not. I have the following statement: Shell ("copy ""C:\finance\mutual fund investments\get prices\AGGPrices.csv""
|
| advanced list | 16 May 2008 09:33 GMT | 1 |
in vb6, I want to have a list box that when the user type a letter, the list box goes to the item that is starting with that letter. we have like this in vb6 itself. for example when we type "me" and then ".", a list of elements appear and when you start to type, it goes to the ...
|
| VB 2008 discussion forum... | 16 May 2008 09:25 GMT | 4 |
Which is the best newsgroup for Visual basic 2008? Thanks, Steve
|
| CreateWindowEx has a problem with focus | 15 May 2008 19:39 GMT | 5 |
I created an Edit control using CreateWindowEx (and subclassing) and all is nice apart from some issues with keyboard input focus: (1) The control does not seem to participate in the Tab order. While I can leave it using the TAB key, I can never get back into it. It is just ...
|
| Fiscal Date Calculations (weeks difference) | 15 May 2008 17:50 GMT | 2 |
What would be the best way to determine the difference in number of weeks. For example, if I have 48/2007 and 13/2008... intFromFiscalWk = 48
|
| SS_DEFINE_GUID | 15 May 2008 15:57 GMT | 4 |
How can I translate the following C++ code to VB6? #define SS_DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ static const GUID DECLSPEC_SELECTANY name \ = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
|
| MSDN for VB6? | 15 May 2008 15:11 GMT | 2 |
Is it available on the internet? I searched but couldn't find it.
|
| hi | 15 May 2008 14:43 GMT | 3 |
i need to download vb software can any body send link to download the vb software(free). i am new to the vb can any one explain how to start vb(explain). Regards,
|