| Thread | Last Post | Replies |
|
| How to Create Scroll Bar for a Form | 25 Mar 2005 22:23 GMT | 3 |
I saw the sample ScrollViewPort on this site http://vbnet.mvps.org/index.html?code/forms/scrollviewport.htm this is using Picture box, I am unable to understand, if I should have picture on a Form before I can have Scroll Bar on it.
|
| template for simple number crunching programs | 25 Mar 2005 20:48 GMT | 7 |
I have a series of number crunching analytical programs written in QuickBasic. Essentially all they do is input a CSV file, do the calculations, and finish by writing a report in a text file. That's all.
|
| UserControl events | 25 Mar 2005 18:57 GMT | 7 |
Do the UserControl events (UserControl_Show, UserControl_Paint, etc.) roughly translate to their Form 'cousins' (Form_Load, Form_Paint, etc.)?? I.e. I guess what I'm really asking is: does UserControl_Show work like Form_Load in that it runs once?
|
| Printing from VB.net 2003 STANDARD | 25 Mar 2005 17:40 GMT | 2 |
I have searched high and low to find how to install Crystal Reports in the standard version. I did go to the solutions explorer, add, add new, but Crystal reports is not there. The help file that came with standard says it should be there. According to the same help file there ...
|
| Copy content of a listview into clipboard | 25 Mar 2005 16:54 GMT | 3 |
can somebody point me to the right direction. I'd like to read the content of a listview, copy it into the clipboard, and export it into excel. Any idea ?
|
| Convert this to VB | 25 Mar 2005 15:17 GMT | 2 |
Can someone please tell me how to convert this script to VB. I am sure that it is pretty easy but I just don't know what to do. TIA GM strComputer = "."
|
| New to VB .NET, can't compile as Win32 app | 25 Mar 2005 13:20 GMT | 8 |
I'm an occasional VB user who has just installed VB .NET 2003 (I was previously using VB6). I migrated a VB6 project over, tweaked it, and compiled it. It runs fine on the system where I have VB installed, but it will not initialize on other systems.
|
| Free software for Visual Basic users | 25 Mar 2005 12:29 GMT | 12 |
Given that Microsoft is ending support for Visual Basic 6 at the end of this month, REAL Software would like to provide VB6 users with a viable and fully supported alternative: REALbasic for Windows. From now until the end of March, Visual Basic users can get REALbasic 5.5
|
| Can't see forms when opening project. | 25 Mar 2005 03:50 GMT | 12 |
I have just installed VB6 and am a complete novice. My problem is that I can't immediately see the forms when I open a project that I have saved. The only way to see the forms is View -> Project Explorer -> Forms.
|
| Moving Controls | 25 Mar 2005 01:51 GMT | 2 |
In an application I am designing, I move controls based on user interaction. There are times when I need to reset the form back to what it was originally. Is there a way to redraw the form back to what it was when the form was opened? Or do I have to design a way to reset the ...
|
| Date Function Question - HELP! | 25 Mar 2005 01:41 GMT | 4 |
I need to programmatically set the date to be the current date minus 6 months. Is there a simple way to do this? I know that the Today() function sets the current date... Thank you!
|
| Server Explorer Issues in VB.Net 2003 | 25 Mar 2005 01:40 GMT | 2 |
I am tring to creat a new SQL database using server explorer. I have MSDE installed with an instance of NetSDK. I can open a data connection to NetSDK through data connections but that doesn't help me because it still doesn't let me create a new database. I am logged on as ...
|
| Simple Array question | 25 Mar 2005 01:33 GMT | 3 |
Here's my code: Dim abc() As String Dim i As Integer abc = GetAllSettings("TestApp", "mySubKey")
|
| App.Path | 25 Mar 2005 00:44 GMT | 1 |
Did the App.Path function go away in VB.NET? I know this would work in VB6 to return the path of the application. How do I get the application path in VB.NET? I need this to be able to access a file that resides in the same directory as the application.
|
| starting a program on another computer | 25 Mar 2005 00:42 GMT | 7 |
i have a 2 computer network i want to start a program on computer 2 from computer 1 there is not any kind of server program running on computer 2 is that possible and if so how ?
|