all groups > dotnet windows forms > march 2004 > threads for monday march 29
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Is there an easy way to parse a path to get to just the filename and extention?
Posted by GreenHornShabaz at 3/29/2004 10:11:05 PM
i can do this using split as well as other ways, but i would think that there is an easier way to get to just the filename.ext from a rather long path. it's been a while since i pounded code but i remember at one point, there being functions for such a purpose. i looked through the .net stuff and ha... more >>
How do I mask the input of a Text Box in VB.NET
Posted by Bob at 3/29/2004 5:34:35 PM
I am using a standard VB.NET Textbox to allow the user to
enter a SSN in a windows form which I submit to SQL
Server. I would like to mask the input so the format is of
999-99-9999 to limit bad data entry. Is there a way to do
this?
...
... more >>
~~ Creating Dynamic Controls in Windows Forms
Posted by c#wonder at 3/29/2004 4:51:29 PM
Hello,
I'm buildig an application that wil allow users to create their own
forms.
In the form builder the aim is to allow them to pick from 3 ro 4
predefined types of windows controls ( i.e. text box, list box e.t.c. )
I believe the easist way would be to create 4 custom controls tha... more >>
OnClosing is not called when I press my window 'X'
Posted by ebascon NO[at]SPAM hotmail.com at 3/29/2004 4:33:19 PM
Hi everybody:
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.
I also have one "Cancel" button. My butt... more >>
exception after using HttpWebRequest
Posted by z. f. at 3/29/2004 3:59:32 PM
my system runs Windows2000 server with sp4, dot-net framework version =
1.1 (1.1.4322), Visual Studio 2003 (7.1.3088),
making a windows application in C# that uses HttpWebRequest and brings =
data, after about a minuete from the end of the response, while the =
window stays open, i get exception... more >>
Filtering items in a listview
Posted by Timothy Parez at 3/29/2004 12:57:09 PM
Hi,
I have a listview in "detail" mode with several columns.
But because the number of items displayed is rather high,
I would like to provide a filter
For example allowing the user to filter on the text of the second column
If he would then type 'AC in a textbox the listview would show o... more >>
Combobox quirks in Mozilla
Posted by Davindra at 3/29/2004 11:43:28 AM
Hello, sorry if this is posted in the wrong area, but any help and/or
direction would be appreciated.
I have a combobox on a form that is bound to collection.
The collection however starts off empty, and as the user manipulates data,
values are added and removed from the collection.
The com... more >>
Deploying XML
Posted by JezB at 3/29/2004 10:10:56 AM
I've added an XML file to my project, with data in it, but when I BUILD the
project the xml file seems to be compiled into the executable or one of the
DLLs. I want the XML file itself placed into the assembly so that when
deployed it can be edited by the end-users - a kind of application
config... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DataGrids - column width
Posted by Mark at 3/29/2004 5:51:08 AM
I am populating datagrid dynamically. How can I adjust column widths?... more >>
Store Global variables in a hashtable
Posted by sunil NO[at]SPAM volcanomail.com at 3/29/2004 4:19:39 AM
Dear All,
I am designing a WinForm Application and would like to keep track of
all the Global variables declared in my application. The logic for
this that I have in mind is to create a class that has a hashtable and
all application programs store their variables in a hashtable by
calling my ... more >>
Problem with winforms
Posted by Paul K at 3/29/2004 3:41:06 AM
I am having a problem with winforms in C#. When I run the release build of an app that I have finished, the app takes an excessive amount of time loading and switching between forms (mdi). I know there are several routes I can take to deal with the loading time, but I am really confused about the ... more >>
|