| Thread | Last Post | Replies |
|
| Sending data | 14 Sep 2007 16:15 GMT | 1 |
A very simple question from a know-nearly-nothing: How can I send bits of form data online between two vb applications of own making (or two instances of the same program albeit on different systems)?
|
| dynamically dimension array | 14 Sep 2007 09:59 GMT | 9 |
I need a method to dynamically dimension an array with an arbitrary number of dimensions -- without using scripting. I think I *could* do this with a select case: select case n
|
| sequence number problem in visual basic 6.0 | 12 Sep 2007 21:24 GMT | 19 |
i am developing a billing software for a tollgate collection system. i am using vb6.0 and ms access2000 as back end. the access has a table called tblbill which contains flds like billno, billdttime (in yyyyMMddhh.mm format ) vehicle number, valid dttime , transport code,
|
| How to control progam use | 12 Sep 2007 15:56 GMT | 1 |
So, I've seen this on some programs I've used and now I want to do the same. One loads the program and has a period of time to evaluate it ... say 3 days ... and then the program is disabled. Anyone have a pointer to this method? Thanks.
|
| End of Month Function | 12 Sep 2007 11:12 GMT | 9 |
Is there a function or simple way to get the last day of a given month? Craig
|
| i found this its old from 2003 but i need more help VB6 Statusbar | 12 Sep 2007 09:52 GMT | 3 |
The below worked but i need this to work if i point my browser to say www.google.com but this seems to blank the page out, and in the case of the above URL errors. other websites it jkust blanks with a copy of the internal
|
| Help: Can VB open a command prompt and pipe commands? | 11 Sep 2007 19:49 GMT | 4 |
Is anybody able to tell me if and how it is possible to have vb open a command prompt and have commands or text i specify piped into it to carry out some tasks? Help is appreciated.
|
| SQL 2005 Output Clause To VB6 Variable | 10 Sep 2007 23:04 GMT | 4 |
I am using Visual basic 6 with SQL 2005. In one particular query, I need to update 3 different tables, dependent on input. So, the Primary ID for FirstTable, need to be refernced in other Two Tables.
|
| VB Spell Check Richtext | 10 Sep 2007 17:51 GMT | 7 |
I used a standard spell check routine from one of the website which calls MS Word speller to do the checking. However, when I use it to check Richtext, it shows all the hidden codes like <par> <bold>. How to prevent the code form showing?
|
| How to spread you ebooks | 09 Sep 2007 22:48 GMT | 1 |
One best way to spread your ebook all over the internet is to use the viral effect. Show people how to do it for you to reduce your time work. Simple and easy to implement :
|
| How to get the effectively usable screen resolution | 09 Sep 2007 19:36 GMT | 11 |
To position a window at the bottom right corner I use FormLeft = Screen.Width - Me.Width FormTop = Screen.Height - Me.Height Me.Move FormLeft, FormTop
|
| Zeit runden | 09 Sep 2007 15:44 GMT | 1 |
ich möchte ein Zeitvriable immer auf eine volle viertel Stunde aufrunden oder abrunden. Wie funktioniert das ? Jutta
|
| So long, and thanks for all the fish... | 05 Sep 2007 18:50 GMT | 5 |
It is with deep regret that I write this! I've started in a new job today, and this involves leaving VB.Classic behind as my new employer uses Java, C#, and Python, and no VB.
|
| shape index values - how do I get them? | 05 Sep 2007 11:52 GMT | 5 |
I have created two sets of circles using addshape, innercircle(i) and outercircle(i), and I want to group them in pairs so innercircle(1) and outercircle(1) are grouped, etc. I am supposed to be able to use the shapes.range(array()).group command to do this.
|
| A Real Web Browser In VB? | 04 Sep 2007 22:07 GMT | 8 |
My friend told me he was going to make a real web browser in Visual Basic 6, Not Just Some "IE Garbage" As He Said. Is It Really Possible? I'm Not That Bad In VB6 But I Truly Think This Is Going Way Too Far. Thanks,
|