| Thread | Last Post | Replies |
|
| Determine if type is a system type | 20 Nov 2004 16:50 GMT | 2 |
I want to determine if a System.Type represents a system type (i.e., a type that is defined in the .NET framework). The System.Type.UnderlyingSystemType seems like the type of thing that I'm after, but that property always seems to return the same type as the original type (i.e. ...
|
| Q: Determing in a column in a datagrid | 20 Nov 2004 15:32 GMT | 3 |
Can anybody tell me how to find the column index in a DataGrid knowing only the text in the column heading? Any sample code would be most useful. Thanks in advance Geoff
|
| Help Creating different mailing labels on a page using vb.net tia Sal | 20 Nov 2004 15:15 GMT | 2 |
Greets, all I'm trying to create different multiple mailing type labels on a page reading from an untyped dataset anyone have any ideas on how I can get this done without crystal reports a plan text file would be fine.
|
| ColoredTextBoxColumn problem | 20 Nov 2004 15:14 GMT | 1 |
Is ' ColoredTextBoxColumn' is build-in object in vb.net ? If yes, How can i set the color ? Thanks
|
| Dates / Nothing -- Why doesn't this work? | 20 Nov 2004 14:37 GMT | 13 |
Hello. I have two snippets of code here that are very similar. One works, but the other doesn't. Can someone explain why? Snippet 1: Local "date" variable is set to nothing. Compiles fine, sets date to 1/1/0001 12:00:00 AM.
|
| XML Asynchronously? | 20 Nov 2004 11:52 GMT | 1 |
Hello, I'm loading a rather large xml document from a remote server, but this stalls my app? how can I load it Asynchronously, the XmlDocument class has no .async property? Also I would like to begin reading nodes while the document is loading. Can
|
| How can I paint window's titlebar? | 20 Nov 2004 11:31 GMT | 5 |
How can I paint window's titlebar? I've accessed the titlebar doing this Me.AccessibilityObject.Navigate(AccessibleNavigation.Up) but from there i have no clue how to 'CreateGraphics'.
|
| Large mem usage. | 20 Nov 2004 11:05 GMT | 3 |
Why does even the very simple sys tray example consume 6mb of ram.. says task manager. I have a simple xml app that shoots up to 20mb when I load an XML doc.. is this just the way dot.net is.. can any thing be done or should I just
|
| Implementing Access-like search | 20 Nov 2004 10:08 GMT | 1 |
I have a Form (Form A) that has a datagrid. When the user chooses to find a value, I open up a second form (Form B) (not a dialog), wherein the user enters the search string, direction etc. When he clicks on search, it executes a Search method on Form B. So, now both the
|
| Icon Index | 20 Nov 2004 08:37 GMT | 2 |
I wan to return the icon of "%SystemRoot%\System32\shell32.dll,-153" using ExtractIcon API, but nIconIndex = ? What meaning "-153", how to return right icon with negative icon index? thank you!
|
| splash screen advice please! | 20 Nov 2004 08:36 GMT | 1 |
I have created an application which uses a SQL server database. I created a mainform which retreives all the customers. This takes about 3sec. I have created a splash screen too. I use a module to open the splash screen and then the mainform.
|
| Help on Regular Expression | 20 Nov 2004 05:58 GMT | 5 |
I am new in Regular Expression. Could someone please help me in following expression? 1. the string cannot be empty 2. the string can only contains AlphaNumeric characters. No space or any
|
| datagrid user control for windows application | 20 Nov 2004 04:50 GMT | 1 |
any url can download any good customised datagrid user control for windows application? *-----------------------* Posted at:
|
| simple question I think. | 19 Nov 2004 22:59 GMT | 6 |
I was having a problem saveing images that I edited with a vb.net program. Every time I would save the image I would receive a GDI+ error. I tried everything that I could think of including copying the photo album to my local drive and I still kept getting the errors. ...
|
| Zip/Compression | 19 Nov 2004 22:37 GMT | 2 |
Does someone know where to get 'Zip/Compression' library with source? Evan
|