| Thread | Last Post | Replies |
|
| Uploading file to Intranet from Windows Application | 21 Jan 2004 20:08 GMT | 2 |
I am trying to upload a file created from within my application to an Intranet address as follows; Dim MyClient As System.Net.WebClient MyClient.UploadFile(myWebaddress, myfile)
|
| Is it possible to clear containts of all textboxes on a form by issusing one command TIA | 21 Jan 2004 20:01 GMT | 5 |
|
| WinForms app passes DataSet to remoted type: possible bug | 21 Jan 2004 19:47 GMT | 1 |
Our DAL (Data Access Layer as a dll) is hosted by IIS. We use binary serialization to pass a DataSet into the DAL from a client exe. Our client exe calls GetChanges on DataSet and passes the changes to our remoted DAL.
|
| How do I "flash" my notifyicon? | 21 Jan 2004 19:31 GMT | 3 |
I'd like my notifyicon icon to change every few seconds on a given event. I guess I'd approach this using System.Timers.Timer or the Windows.Forms.Timer, where I'd set the "Enabled" property of the timer
|
| New line in multiline text box | 21 Jan 2004 18:42 GMT | 4 |
was just wondering if anyone knows why in a multiline text box i need the escape characters "\r\t" together to go to the next line. thanks, Clive
|
| Re:Re :Is it possible to clear containts of all textboxes on a form by issusing one command TIA | 21 Jan 2004 18:26 GMT | 1 |
Thanks I am already using this form of code I just thought there might have been one command
|
| datagrid horizontal scrolling | 21 Jan 2004 17:38 GMT | 1 |
Hope you could help me on this. I have a datagrid with 12 columns. I am displaying 8 columns and then I scroll to the right to see the rest of the columns. When I scroll to see the rest of the
|
| CheckedListBox and ItemCheck Event | 21 Jan 2004 17:37 GMT | 8 |
Is there an event similar to ItemCheck, within the CheckedListBox class, that is called after a list item is checked and updated with the new check value? I currently have a method that iterates through the CheckedItems
|
| ValueChanged event NOT being fired when setting NumericUpDown.Value property | 21 Jan 2004 16:51 GMT | 21 |
I am setting the NumericUpDown .Value property and the ValueChanged event is NOT being fired. Does this ONLY get fired when I change it on the UI and not programatically? Thanks
|
| TopMost | 21 Jan 2004 14:31 GMT | 5 |
When I set a form to be TopMost, I expected it to be the topmost form within the application, but when I open some other application, this form is still on top of the application. Is this the expected behaviour of TopMost property?
|
| locating a notify icon | 21 Jan 2004 13:56 GMT | 4 |
I'm writing an application that sits in the system tray and will display notification "bubble-style" popups. I want the notification popup to eminate from the icon (this must work regardless of where the taskbar is docked). I haven't been able to find an API to discover the ...
|
| System.Windows.Forms.ListView: OnItemCheck method called when displaying the form | 21 Jan 2004 11:55 GMT | 2 |
Is there any way to know whether the OnItemCheck is being called in response to a user action (mouse or keyboard) as opposed to the form loading? I have a class which derives from System.Windows.Forms.ListView. Among other features, it enables the checkboxes and overrides the ...
|
| User Inactivity Timer | 21 Jan 2004 10:27 GMT | 4 |
I am looking for a way to build in a timer that if the user does not do something in a certain time the program forces them to close it down and open it up or enter a password to continue. I know how to use the timer object but how do I know if the user has done something within my ...
|
| ComboBox in TabControl | 21 Jan 2004 10:00 GMT | 1 |
I have 2 ComboBox in a form. One is in a TabPage of a TabControl They are data-associated through a code as this objDA.Fill(objDS With objComboBo
|
| drag & drop between datagrid in vb.net | 21 Jan 2004 09:54 GMT | 1 |
I am having problem in drag and dropping the selected row from one datagrid to another.I am unable to match content of which cell from source datagrid to which cell of the destination grid.
|