| Thread | Last Post | Replies |
|
| List of a generic type | 28 Nov 2006 19:49 GMT | 6 |
Is it possible to have a collection of a generic type? for example: class a<t> where t : class, new {
|
| Question on Tree View Node Click Handler | 28 Nov 2006 19:44 GMT | 1 |
Another question from a noob. I need to use a Tree View and perform actions when the user clicks on nodes in the tree. I can manually add a handler function for NodeMouseClick, but this
|
| Pull the current URL address from Internet Explorer | 28 Nov 2006 19:12 GMT | 4 |
I am writing a utility to help me in Internet Explorer. How do i access Internet Explorer information. For starters I would like to read the current URL from internet explorer, into a variable in my programme. How do i do this?
|
| Format text in a messagebox | 28 Nov 2006 18:43 GMT | 6 |
Hi i have a messagebox like so. MessageBox.Show(mystring); I would like to highlight each occurance of the word "and" in the messagebox. How do I tell the messagebox to highlight each occurance of
|
| Differences between WEB and Windows desktop applications | 28 Nov 2006 18:24 GMT | 16 |
can someone tell me the main differences between the web and windows based applications? thank you
|
| Selection on disabled ListView control | 28 Nov 2006 18:11 GMT | 3 |
I have a ListView control and I make it disabled when a certain event occur. My problem is that when the control become disabled, the selection on the selected item is gone. (I want that the user will still be able to see the selected item).
|
| Web Application Data Extraction | 28 Nov 2006 18:02 GMT | 2 |
A customer of ours has a web application done in oracle forms, java applet is used for client access, need to extract data from two text boxes in the screen, any suggestions of how to approach this? TIA
|
| Need shared access to file in C and C# | 28 Nov 2006 17:22 GMT | 2 |
In C, I'm creating a log file like this: upd = _fsopen(outputFile, "wt", _SH_DENYNO)); // writing... Here's a sample. fprintf(upd, "Sample contents");
|
| TreeView Node Click Handler Question | 28 Nov 2006 17:19 GMT | 2 |
Another simple question from a noob. I would like to use a tree view and perform actions when the user clicks on nodes in the tree. The C# IDE sets up many things automatically - for example when you
|
| How to create an array of a certain type | 28 Nov 2006 16:44 GMT | 2 |
I am writing a programme that when run will list the current internet explorer windows open, and allow the user to choose which one they would like to work with. At the moment I have managed to get as far as finding open windows, and detecting which ones are internet explorer
|
| Memory leak detection | 28 Nov 2006 16:41 GMT | 1 |
Will GC.GetTotalMemory(true) reliably tell if a console app could have a memory leak, given the nature of memory management of GC in .NET? Like calling it two times, each at the beginning and right before exiting from the app?
|
| File drag and drop with Windows Vista | 28 Nov 2006 16:29 GMT | 5 |
How can I drag and drop files from Explorer to my .NET application in Vista? It looks like the DataFormats.FileDrop doesn't work anymore in Vista. An example would be greatly appreciated.
|
| int32 Vs Int | 28 Nov 2006 16:27 GMT | 4 |
I saw some code using int32 recently I checked the ECMA doc's and couldn't find a reference to this type. Am i right in thinking this is the same as string Vs String and that int is simply a shortened form of int32 - both of them representing 32 bit signed integers?
|
| DrawString - few font styls in the same row | 28 Nov 2006 16:18 GMT | 1 |
Is it possible to draw string with few font styls, like in WORD (i.e. Bold and Underline) at the same line, on the same text ? and is it possible that part of the line will be bold and the other one not ? Thanks,
|
| changing executable file name in visual 2003 | 28 Nov 2006 16:04 GMT | 3 |
I changed my solution name to a new name, but still visual studio 2003 builds the executable with the old solution name. Also, I am unable to change the name from Project properties dialog box. The text box which has the name is uneditable. How to change it?
|