| Thread | Last Post | Replies |
|
| Inherited forms question | 21 Nov 2004 08:49 GMT | 2 |
Got a form with a couple labels in it that is being used as inherited form in a calling project. Trying to allow one of the labels to be resized in calling project's IDE. Tried setting modifiers to Public but does not seem to work, don't get resize handles on that label.
|
| Populate a ListBox with Subdirectories | 21 Nov 2004 08:42 GMT | 2 |
I'm new to VB.Net, and I'm trying to put a list of all of the folders (no files) in F:\REPORTS\ inside a listbox on a form. The idea is to have the user select a folder from the list, then hit a button to print all of the items within that folder. I'm not having much luck on my ...
|
| newbie; Update not working | 21 Nov 2004 08:18 GMT | 2 |
Hey all I'm new to .net trying to update a database with a new calculated values. I keep getting this error. An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll
|
| Reference dynamically created control by name | 21 Nov 2004 07:57 GMT | 7 |
I would like to reference a dynamically created control and I know the name. I would like to use the following: Dim strName as String = "txtControl1" ' This is the ".Name" used when textbox was dynamically created
|
| I'm in real need for info about spywares?? | 21 Nov 2004 07:41 GMT | 6 |
Can someone please explain to me how spywares work? I would like to know how to capture all key strokes in any active application, also, getting the contents of chat programs like Yahoo Messenger? And before anyone is going to start flaming me, it is totally for my own
|
| add values to a comboBox in VB.NET in Windows application. | 21 Nov 2004 06:07 GMT | 5 |
For my new Windows application, all I want is to create an initial form to demo to the user to show them how it looks like with some data on it. So I figure the fastest way is to create some comboBox-es to show some data on them manually entered in the code without connecting
|
| Populate a ListBox with Subdirectories | 21 Nov 2004 01:48 GMT | 1 |
I'm new to VB.Net, and I'm trying to put a list of all of the folders (no files) in F:\REPORTS\ inside a listbox on a form. The idea is to have the user select a folder from the list, then hit a button to print all of the items within that folder. I'm not having much luck on my ...
|
| Best way to structure app made up with several components | 21 Nov 2004 01:44 GMT | 1 |
Planning an app that will be made up of separately purchasable modules. Do not want all the modules to be needed to be installed on end user machines, only install when they get an additional module. If user has gotten modules 1,2 and 3 . App would always have to start in Module 1, ...
|
| a download manager? | 21 Nov 2004 00:44 GMT | 4 |
I need to develop a download manager using vb.net, the requirement being that it can download X files together, with every file having individual Y parts being downloaded from mirrors. How do you think I should implement this most efficiently? I think I will need thread....but ...
|
| Conversion from VB to C# | 21 Nov 2004 00:29 GMT | 3 |
I am new in C#. Please tell me, how to convert following statements.. Dim fOld As Font = myRichTextBox.SelectionFont Dim fStyle As FontStyle = fOld.Style + (IIf(fOld.Bold, FontStyle.Bold * -1,
|
| Question on help writing math formula tia sal | 20 Nov 2004 21:49 GMT | 1 |
Greets All, I'm having a little trouble in creating dynamic arrays I've had some help in getting this formula but I'm not sure how to make the array dynamic enough in vb.net to include Cn.....Xn in example 1.
|
| Stored procedure parameter prob | 20 Nov 2004 20:35 GMT | 6 |
This is my stored procured. i try to pass the parametre like this. i am getting error. any one please tell me how to pass the parameter? vb code:
|
| Inter-related form | 20 Nov 2004 20:33 GMT | 7 |
I have two forms, FormA and FormB. FormA opens FormB. FormB needs to execute a public method on FormA. I am able to do it. But I want to generalize the design so that FormB can be used with any form that required the functionality provided by FormB. Of
|
| Drag And Drop Columns In Win Form DataGrid | 20 Nov 2004 20:18 GMT | 1 |
Hi , I need the option to allow the user to drag and drop datagrid columns In vb.net winform. Where do i start from ?
|
| Floating and docked toolbars | 20 Nov 2004 20:09 GMT | 2 |
Hi, i'm back again! I'm not very expert with VB .NET... How can I create a vs-like toolbar, I mean a toolbar that can be docked to the window but that the user can also move around the screen?
|