Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Uploading file to Intranet from Windows Application21 Jan 2004 20:08 GMT2
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 TIA21 Jan 2004 20:01 GMT5
WinForms app passes DataSet to remoted type: possible bug21 Jan 2004 19:47 GMT1
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 GMT3
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 box21 Jan 2004 18:42 GMT4
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 TIA21 Jan 2004 18:26 GMT1
Thanks I am already using this form of code I just thought there might have been one command
datagrid horizontal scrolling21 Jan 2004 17:38 GMT1
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 Event21 Jan 2004 17:37 GMT8
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 property21 Jan 2004 16:51 GMT21
 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
TopMost21 Jan 2004 14:31 GMT5
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 icon21 Jan 2004 13:56 GMT4
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 form21 Jan 2004 11:55 GMT2
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 Timer21 Jan 2004 10:27 GMT4
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 TabControl21 Jan 2004 10:00 GMT1
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.net21 Jan 2004 09:54 GMT1
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.