| Thread | Last Post | Replies |
|
| Defrag examples anyone? | 16 Oct 2004 18:35 GMT | 2 |
Anyone got any info or code examples on defragging your hard drives?
|
| Business Object Framework | 16 Oct 2004 17:02 GMT | 2 |
Anyone have any leads on a deccent BO framework coded in VB.NET?
|
| Add an event handler to an arraylist | 16 Oct 2004 16:12 GMT | 4 |
I have looked high and low for an example of adding an eventhandler to an arraylist. I want a method to fire every time a item is added to an arraylist. Any sample code would be appreciated. IE. Dim myArrayList as new Arraylist
|
| converting a date format | 16 Oct 2004 15:46 GMT | 13 |
?Hi, i have a date string of format "mm/dd/yy".i want to convert it to systems default format.how do i do that? reny
|
| Uninstall app | 16 Oct 2004 14:00 GMT | 2 |
I have packaged an application and it appears in the programs menu - which is great. How do you create an uninstall routine, Id like an Icon like a recycle bin that the user can click that uninstalls my app. Any help would be great
|
| checkedListBox1.ClearSelected() | 16 Oct 2004 12:06 GMT | 1 |
checkedListBox1.ClearSelected() dosen't clear my selections,why?
|
| Windows Forms | 16 Oct 2004 12:02 GMT | 1 |
I have a parent Windows form that opens another form with the following code. MyChild = New frmMyForm MyChild.Show(). In MyChild, I want to do things and still be able to use the parent form.
|
| ComboBox in PocketPC | 16 Oct 2004 11:35 GMT | 1 |
I need to capture the event OnKeyDown when the focus is in the combo, but I don't know if it works because I try in Windows Application and it works, but in Smart Device Application it not works. Can anyone help me.
|
| Binary help please | 16 Oct 2004 10:43 GMT | 5 |
I'm trying to read some data from a disk file created by a third party application (written I think in C), so I don't have any option other than to read/interpret the data in the format in which it's been saved. There's one particular field giving me problems:
|
| global varaiable | 16 Oct 2004 09:13 GMT | 1 |
I want to use a value selected in a combobox in o form in another form of the same aplication. I don't know how. pls help
|
| Newbie: SQL string construction | 16 Oct 2004 08:27 GMT | 2 |
i would appreciate any suggestions for the following: I need to construct a string at runtime which will get the data. I *only* want to read and store the data, no update/delete. If I use a datareader how will I display them and consequently store them in
|
| Bug? | 16 Oct 2004 08:18 GMT | 2 |
How very interesting. I think I may have found a bug... though I'm not sure exactly where the bug exists. Given this URL: file://%windir%/system32/eula.txt - Internet Explorer displays the file.
|
| Developing pop3 connector for Exchange 2003 | 16 Oct 2004 06:37 GMT | 3 |
I'm decided to develop (at least try) a custom pop3 connector / mail downloader for Exchange 2003. The question is simple: How do I start? I use MS Visual Studio 2003 (VB .Net). I want to build an app which first retrieves all mail from our ISP and then delivers it to every Exchange ...
|
| When and Why use "Me."? | 16 Oct 2004 05:07 GMT | 14 |
I realize that this is a very basic question but is there an advantage to using Me.ControlName.Text over just using ControlName.Text? I have been leaving the Me. off but would include it if there are benefits. Thanks,
|
| ComboBox.SelectedValue | 15 Oct 2004 23:21 GMT | 4 |
How do I get a comboBox to return the text contents of the ValueMember property that I bound to it? ============== My form has a ComboBox bound to a table where one column (a friendly
|