| Thread | Last Post | Replies |
|
| Can I have multiselect Combo Box | 18 Jul 2005 11:36 GMT | 2 |
I need a Combox in which i can select mulltiple Items on that... The multiple select option can be a multiExtented or with a check box...Actually i cannot use List box as i dont have enough space in the Form
|
| INI or XML | 18 Jul 2005 11:34 GMT | 9 |
Hi Group, I need to store some app settings. I always used an INI file in VB6 using WritePrivateProfileString but I have read that XML is now the way to do it with .NET
|
| Cannot run exe throughlly on client machine | 18 Jul 2005 10:19 GMT | 2 |
I just finish my vb.net program on my pc and I am going to copy my .exe to run on the client side. Everything runs well but some of the forms cannot run the same as in my pc. Does anyone knows what wrong about this??? This is emergancy!!!!
|
| Custom Component Popup Dialog | 18 Jul 2005 10:11 GMT | 1 |
I have made a couple of toolbox components now and am now interested in making a POPup property's window. I want my users to set the browsable properties of my controls in a nice custom form view instead of the vs properties window. You see
|
| hiding source code vb.net | 18 Jul 2005 09:55 GMT | 5 |
I am getting close to being able to release my code to a production environment. However, I understand that its very easy to decompile vb.net code. Is it possible to identify it in some way as to hide it from the end users.
|
| Scrollable Control | 18 Jul 2005 04:35 GMT | 1 |
Is there a way to force a scrollable to control to display the scroll bars even when there are no controls out of view? Jerry
|
| Simple Add Modify Delete and Navigation Buttons for - Database Acc | 18 Jul 2005 04:19 GMT | 4 |
Dear Friends, Am new to vb dot net. I want to create a simple form with text boxes and Add-Modify-Delete Buttons along with navigation buttons to move next, move previous, move first and move last. An example for this would go right upto
|
| Why is it done this way? | 18 Jul 2005 00:13 GMT | 2 |
I'm looking through the code in a sample from MSDN - A databound treeview... While defining the DataSource property Duncan (the author) uses this code in the property's Set routine: If TypeOF Value Is IListSource Then Dim myListSource as IListSource
|
| Icons for vb.net app | 17 Jul 2005 23:45 GMT | 1 |
Where can I get large versions of icons for companies, contacts, suppliers etc.? Thanks Regards
|
| UserControl | 17 Jul 2005 23:37 GMT | 1 |
I have a test project. I added a new Blank user control(UserControl1.vb), then added 2 Buttons. Now from my Form1.vb I want to dynamically add this control and show it on my form.
|
| Combo Box Binding problems | 17 Jul 2005 22:54 GMT | 10 |
I have created a form which sets up a dataview. The form views one record at a time using a currencymanager. This works fine. All my text boxes bind. However I have a combo box which gets its lookup values from another
|
| how to change color of the bars in progressbar | 17 Jul 2005 20:30 GMT | 3 |
I have two questions about progressbar control in VB .NET 1. How to change default system color of the bars in progressbar 2. How to change style of the bars (I want progressbar to be smooth not in squares)?
|
| Treeview Problem | 17 Jul 2005 20:05 GMT | 1 |
I am writting an application in outlook style which has Left Panel and a Right Panel. I have Treeview COntrol in left panel, and I load the forms in right panel on AfterSelect event of the treeview. I am coming across 2 problems:
|
| Firing an update off of a single change in a datagrid | 17 Jul 2005 18:39 GMT | 5 |
I want to fire a database update off of a single change to a single cell in the datagrid. This apparently cannot be done using keypress, keyup, keydown, etc. I've read George Shepard's FAQ and while I may have overlooked it, I have not found an answer. I now am using the ...
|
| Equivalent of VB6 Left | 17 Jul 2005 17:42 GMT | 9 |
In VB6 I used to use the Left and Right functions a lot. e.g. strString = Left(txtTexbox1.Text, 20). In VB.NET I know I can prefix those functions with Microsoft.VisualBasic.Left but I suspect there is a .NET method to
|