| Thread | Last Post | Replies |
|
| Newbie Question | 21 Apr 2006 12:17 GMT | 2 |
I'm new to vb.net (and to programming as well) and last night I tried to make my own picture of the difference of value and reference types. What I find out is that the main difference is how the CLR handles the memory for this types. If a new instance of a value type is generated
|
| How to Find a Form with Form's caption | 21 Apr 2006 09:40 GMT | 4 |
I got a program with many Forms. Now I got a form which caption is "ABC" and Name is "Form1" . So how can I find(search) the form with the caption property or Name property . I do not want to open 50 forms in order to find the specific form.
|
| VB 2005 Express Build Problem | 21 Apr 2006 09:05 GMT | 1 |
I'm running through the tutorial in the MSDN library. I'm working on "Testing Your Class" under Programming With Objects. Trying to run my program at this point sets off a couple of error messages. The tutorial puts in the code: Age = CalcAge(birthYearValue)
|
| How to locate the corresponding IF statement | 21 Apr 2006 08:34 GMT | 14 |
I have a function which contains many IF and nested IF statement. I wonder whether it is a shortcut key that I can use to jump from IF statement to the corresponding else or end if statement. e.g.
|
| How to find the Lasr Statement | 21 Apr 2006 06:36 GMT | 1 |
I got programs as follows: Sub ABC() ..... DEF
|
| refresh(?) a form over the network | 21 Apr 2006 05:08 GMT | 2 |
Not sure how to ask this question. I wrote a game. and I wanted to be able to have 2 players to play each other over the local area network(internet is good too) when one player makes a move the other computer will be updated and displayed.
|
| WebBrowser1.Navigate click | 21 Apr 2006 02:34 GMT | 3 |
The following causes an audible click. How do I turn it off? WebBrowser1.Navigate htmldoc Thanks, Gary
|
| Missing .FRX Files - Is that a Problem? | 21 Apr 2006 02:01 GMT | 5 |
I have a VB project with about 40 forms. We've been developing the project for about 4 years now and we just noticed that practically all the .frx files are gone... have no idea where they went and nobody on the team has any recollection of deleting them.
|
| Compile status bar | 20 Apr 2006 21:03 GMT | 2 |
I lost my compile status bar in the toolbar. Now when I compile its not there. How do I get it back?
|
| Text changes after ......... | 20 Apr 2006 20:33 GMT | 22 |
I have many text boxes on a form to enter data into. I now have the format working ok, but when I enter an omount over 999 the amount reduces itself to 1.00 if I use shift/tab to go back past the text box in question.
|
| Question on VB and SQL Server | 20 Apr 2006 19:30 GMT | 1 |
I have a stored procedure which gets executed from ASP code, the ASP in turn uses MTS . the problem is, when the stored procedure encounters a rollback statement, instead of just sending the error message and then rolling back the transaction, the application aborts with a SQL ...
|
| Text box | 20 Apr 2006 19:27 GMT | 2 |
Data entry application I have a Text box with a Vertical scroll bar, multiline set to True and bound to a Data control. The text box works fine until the user presses the return key to atart a
|
| making a road-map designing tool | 20 Apr 2006 19:06 GMT | 3 |
Dear Googole people, i;m new with VB6. Here's what i've been trying to do.>>i'm trying to make a tool which will have a city map. i'll use the mouse and move the pointer oveer the roads to trace the co-ordinates. it's
|
| Store data in encrypted file | 20 Apr 2006 19:06 GMT | 10 |
Any suggestions on a simple way to encrypt an ASCII data stream being saved to a file so the file could not be subsequently opened and edited with a common text editor? This is not a high security app., just want to prevent users from messing with the saved data.
|
| [for Randy Birch] Registry, privileges, OpenProcessToken, W98... | 20 Apr 2006 16:46 GMT | 3 |
I'm with VB6 and Win98, by following your hint posted on http://snipurl.com/p5kf I was trying to import a binary .reg file
|