| Thread | Last Post | Replies |
|
| get rid of close icon in upper right corner | 31 Mar 2004 23:15 GMT | 3 |
BlankI don't want a user to be able to close a form by selecting the X close icon in the upper right hand corner of the form. I don't know how to reference it. The form class allows access to the min and max icons but I don't see the close icon. Can't find the class that ...
|
| Using ADO dataset | 31 Mar 2004 22:09 GMT | 1 |
I need to use a dataset without binding to a text box. i need to move value from dataset to textbox manually. does anyone have any sample for this. Thanks and regards atif
|
| ListBox Item Value | 31 Mar 2004 17:38 GMT | 2 |
How can I get the value property from the item collection in a ListBox control. I know I can get the selected value with listBox.SelectedValue, but how can I get the value property of all the selected items?
|
| to work with oracle.. | 31 Mar 2004 17:29 GMT | 1 |
hi frineds. Recently i baught .net enterprise developer licence. I baught this licence to work with oracle database in windowsforms.I instaleed this and still i couldn't access oracle databasde.Could you please help me out regarding this.I worked with sql server in the ...
|
| PadRight generating error | 31 Mar 2004 16:09 GMT | 4 |
Hi Al Hopefully this is will be quite simple to answer !!! The following code produces the error "Object reference not set to an instance of an object Dim objStream As StreamReader = New StreamReader(strFileName Dim objStringBuilder As StringBuilder = New StringBuilde
|
| Exception from static method | 31 Mar 2004 15:38 GMT | 5 |
I have an application which has certain preferences stored in a file. The general architecture of reading these preferences is, There is a preferences accessor class (Preferences) which has 2 static methods GetValue and SetValue. My application accesses the preferences through this ...
|
| Real Challenge!! Capture KeyPress and Text from other Applications | 31 Mar 2004 15:10 GMT | 4 |
For a telephony-application I need the following: When the user presses F10 in whichever application (Word, Excel, Notepad, Custom made Applications, ...) my program has to capture this, and go look in that application and select the telephone-number the user has put his
|
| how to stop forms appearing in alt + tab task list | 31 Mar 2004 15:04 GMT | 10 |
I've got a form which is a splash screen and set all the properties to stop if from appearing in the taskbar, have no borders, place it in the center of the screen and all that. However it still appears as a white icon when it is displayed and you alt +
|
| opening the default web browser | 31 Mar 2004 13:17 GMT | 1 |
how can i open the default web browser, from my vb.net windows app? thanks,
|
| Using ToString | 31 Mar 2004 10:18 GMT | 8 |
When I call .ToString in order to return the class property values, is there any way to return the values discretely? I want to return some values as integers and some as strings. Is there any way to pull these out one at a time?
|
| Windows 98 problem | 31 Mar 2004 10:12 GMT | 2 |
I am having a problem with two different applications developed under 1.0 The first is a simple wizard-based app that takes the user through a couple of steps. I have the only form set to start up in the center of the screen, but on Win98 (OSR1) it doesn't (newer os's are okay)
|
| How to display the tooltips when a textbox get focus | 31 Mar 2004 10:08 GMT | 1 |
H I have created a class to inherit the textbox. Beside the mouseOn event, I want the textbox show a tooltip when the textbox is got focus by using the keyboard's TAB key. How can i do it by using VB .NET Thank you
|
| OnClosing is not called when I press my window 'X' | 30 Mar 2004 22:47 GMT | 1 |
I have a dialog class inherited from Form. It has several list views that are populated by several threads. My problem is that my overridden OnClosing(CancelEventArgs e) method is not called while the threads are populating my window.
|
| Single instance of App... | 30 Mar 2004 20:20 GMT | 3 |
I was wondering if there was a way to make sure only one instance of an app is running in memory in C#. To explain my point... Consider an application like Winword, it only runs once in memory and every time one opens winword a new document is opened but the same
|
| Recording WAVs | 30 Mar 2004 19:24 GMT | 1 |
Does anyone know where I can find any reference or code samples on recording WAV files using C#? Thanks in advance.. Brian K. Williams
|