| Thread | Last Post | Replies |
|
| Setting Read Only Permissions | 11 Nov 2004 12:45 GMT | 1 |
I am trying to set permissions on a folder programmatically, and have success fully used the code below for knowledge base article 266461 : How To: Programmatically Set NTFS File System Folder Permissions Using Microsoft Visual Basic . NET
|
| Prevent Menu Merge in MDI | 11 Nov 2004 11:22 GMT | 2 |
How do I keep my MDI children from merging their menus with the parent? I want both the parent and child to have their own menus bars. Thanks!!
|
| VB.net and gaming | 11 Nov 2004 11:05 GMT | 1 |
 Signature hello (I asked this earlier out of curiosity but i wasnt specific enough and the thread is 3 pages away)
|
| CR/LFs now visible after update WinXP Prof with SP2 | 11 Nov 2004 10:58 GMT | 2 |
I've made a program about 2 years ago. The main window is a ListView. The contents of the ListView is copied from a multiline TextBox. After the installation of the SP2 for WinXP Prof the CR/LF pairs are now
|
| Form Container | 11 Nov 2004 10:00 GMT | 2 |
in form1 i wrote: dim MyForm2 as form=new form2 now i want to insert data to the property "id" of form2. i wrote:
|
| How do I access controls in another application? | 11 Nov 2004 09:29 GMT | 5 |
I want to be able to get the text of a label in another application. The application was not written in .Net. How can I do this in VB.Net? Is it something related to the Window Handle? Thanks,
|
| copy rich text to clipboard | 11 Nov 2004 09:23 GMT | 2 |
Thanks in advance for any and all assistance. Is there a command to copy rich textbox text to the Windows clipboard? Michael
|
| Thumbnail Problems | 11 Nov 2004 09:21 GMT | 2 |
I am trying to make a listview that i will be using to display a group of pictures in a form. For some reason though the pictures come up horribly. I have a function that takes a image and returns a thumbnail of it why are they working so bad? Also it works very slow how to ...
|
| Open Text File | 11 Nov 2004 08:14 GMT | 4 |
Thank you in advance for any and all assistance. Is there a way to open a specific text file in Visual Basic.NET? If so, what is the code? Michael
|
| Get index of a row | 11 Nov 2004 08:09 GMT | 1 |
I want to be able to take an Integer value that references a primary key. Find the corresponding row and then get the index of that row. Dim n As integer = 5 '(hypothetically) Dim row1 As System.Data.DataRow = Me.DataSet11.Main.Row.Find(n)
|
| iPod | 11 Nov 2004 04:28 GMT | 1 |
has anybody ever tried interfacing with their iPod in VB? By interfacing, i mean trying to read the iTunesDB file. T
|
| List Control --- Selecteditem? | 11 Nov 2004 03:30 GMT | 13 |
My List Control can show the items as expected. However, when I want to get the selected item text using: txtDeptDesc.Text = lstDepts.SelectedItem.ToString I've just got:
|
| Duplicate a Form in Solution Explorer | 11 Nov 2004 01:28 GMT | 2 |
How can I duplicate an existing windows form so that I don't need to build another new form from zero. In the Solution Explorer, I was fail to do so by using the following steps: 1. "Copy" an existing window form on Solution Explorer
|
| Class in arraylist | 11 Nov 2004 00:46 GMT | 3 |
I saw this example and was wondering how I would driectly assign information out of this structure: Public Class guitar Private m_make As String
|
| okay silly question on .aspx forms | 10 Nov 2004 23:58 GMT | 5 |
I have been using .Net for over a year now mostly with Windows forms with no problems. I have just started to build a small web application with one .aspx page. It all works fine on my localhost etc...
|