| Thread | Last Post | Replies |
|
| Setting cursor before showModalDialog | 04 Jan 2005 09:21 GMT | 4 |
I have a web page that I show using show ModalDialog. The web page takes about 6 seconds to load. No matter what I try, I can not get the cursor to show a "WAIT" until the page is loaded in the showModalDialog Window,
|
| Can you recommend a book about design patterns? (factory patterns, singleton patterns etc) | 04 Jan 2005 07:17 GMT | 4 |
I'm looking for a book/books about design patterns (factory patterns, singleton patterns etc). The book doesn't have to be aimed towards C# developers in particular, but the patterns should of course be useful in a .Net/C# environment.
|
| Another New Chapter C# Class Factories | 04 Jan 2005 05:50 GMT | 3 |
Well I finally finished a Chapter on the use of Type Based and Interface Based Class Factories in C# at: http://www.geocities.com/jeff_louie/OOP/oop18.htm
|
| user control and setting properties of child controls | 04 Jan 2005 04:19 GMT | 1 |
I have built a simple user control that contains 2 buttons, a text box and a dropdownlist. When a button is clicked it sets the visible property of the textbox/dropdownlist and the button. ie the buttons allow me to toggle between the textbox and the dropdownlist. This works ...
|
| error message from virtual pc 2004 | 04 Jan 2005 02:29 GMT | 1 |
I am installing the microsoft virtual pc 2004 and the service pack 1 for the first time and I am getting the following message: Virtual PC could not open the Virtual Machine Network Services driver. Access to the external network and host will be unavailable to all virtual
|
| Images | 04 Jan 2005 01:55 GMT | 1 |
How do you create a blank (empty) Image for the PictureBox, or for that matter...anything else. i.e. How do you clear a picture that the PictureBox is currently holding? Thank
|
| Resource Files | 04 Jan 2005 00:55 GMT | 3 |
Is it possible to change embedded resource files at runtime, i.e. after the Assembly has been compiled? Thanks much
|
| vb.net dll won't release powerpoint | 03 Jan 2005 19:07 GMT | 6 |
I am writing some VB.NET code that compiles to a dll. There is some code within it that manipulates Powerpoint 2003. The dll I am writing is for smart tags, and I am having trouble because sometimes Powerpoint is remaining running (powerpnt.exe in Task
|
| GetVariableValueFromName | 03 Jan 2005 18:03 GMT | 8 |
Does exists a function GetVariableValueFromName (o something similar) to get a variable value from a string that contains variable name ? Example: Dim Target as string
|
| Collection | 03 Jan 2005 16:37 GMT | 2 |
Dear colleagues, I have a collection which stores arrays of numbers. I do the following to fill the elements of the collection: Dim array1() As Integer = {1, 2, 3}
|
| future in c# programming | 03 Jan 2005 15:53 GMT | 7 |
what are the chances of finding / gaining work in programming c# cos at 47 i am looking for a new challenge, i used to code alot in c and inline assembler when DOS used to rule the roost and now looking to get back into programming.
|
| Create a 3-teir Project | 03 Jan 2005 15:37 GMT | 1 |
Hi guys, I have been working with .net for nearly a year now, and I would like to move forward and start to learn how to create proper projects, i.e. 3-teir. I have read extensively about the mechanics of 3-tier architecture but have
|
| Is "Whidbey" going to de-skill developers ? | 03 Jan 2005 15:13 GMT | 9 |
Thanks for your replies and thanks to everyone for making such an interesting discussion. After working very hard to get my Computer Science degree and investing my own hard earnt money heavily in MSDN subscriptions and
|
| Bug in .NET splitter | 03 Jan 2005 12:21 GMT | 2 |
I had used .Net Splitters in my application. There is a bug with that control Moving splitter works fine. But when switch to some other window while moving the splitte, the key board keys do not work in application. Proper scenario is as follows. We assume that you have a VB.NET ...
|
| Sending file by using FTP | 03 Jan 2005 11:14 GMT | 2 |
I am developing a C# windows application that should send a file using FTP. Does anyone knows how to make my application do this. I haven't found the correct object to perform this. It should connect, login, upload the file, and then disconnect. If possible
|