| Thread | Last Post | Replies |
|
| Just in time compiling | 31 Jan 2006 09:45 GMT | 2 |
A group of friends and I are doing a RPG (role-playing game) maker for a school project. It occured to us, however, that if you want the user to be able to have almost complete control over the contents of his/her game, that you would end up with a tiny executable and a huge ...
|
| information required regarding creation of shadow copy in winxp | 31 Jan 2006 09:27 GMT | 1 |
I found vshadow sdk in MSDN.I am unable to use the shadow copy for backup and restore because it is creating only non persistent shadow copy in winxp.How can i create persistent shadow copy in winxp which is necessary for backup and restore.
|
| Type cast | 31 Jan 2006 08:38 GMT | 2 |
How do i type cast a type to an array of type, e.g. IntPtr to IntPtr[] ?? /Peter
|
| tool for extracting common methods | 31 Jan 2006 08:38 GMT | 2 |
I have a task where I have 5 different class files , which have almost similar methods. But not sure... I want to check all 5 of them and want to list all the functions which are common in all 5. Is there any kind of tool or freeware available to performa similar task
|
| MDI Panel | 31 Jan 2006 08:18 GMT | 5 |
In an application i am writing i could do with having separate MDI containers, this would allow me split application forms into distinct screen areas. My initial idea is to create a new Panel control to act as an MDI container.
|
| Serialization/Compression | 31 Jan 2006 07:35 GMT | 4 |
We are developing an application (Windows forms) that allows users to take a snapshot of the some database tables and save them another set set of tables (called Model tables)and work with them . Since the data that goes into model tables are huge (in the order of 30000 records ...
|
| General MSMQ and C# question | 31 Jan 2006 06:43 GMT | 3 |
Hi all... I'm working on a project that uses MSMQ as its core for inter-process communication. At the moment there is a single process that listens for inbound TCP-based messages on a socket, and when something is received it
|
| String Constructor (Char, Int32) not working?... | 31 Jan 2006 03:10 GMT | 4 |
Initializes a new instance of the String class to the value indicated by a specified Unicode character repeated a specified number of times. String Constructor (Char, Int32) Why am I getting these errors:
|
| Advice | 31 Jan 2006 01:19 GMT | 4 |
I need to send some files weekly (generated by another program) to some of our customers. I was thinking of writing a program to do just that, however, wouldn't be better to create an addin for outlook so the user can basically see a list of the customers being emailed and click ...
|
| Dumb question on naming a .NET development group | 30 Jan 2006 23:42 GMT | 4 |
This may seen trivial, but I am wondering if anyone has a good name for their .NET development group. "Client Server" is too old fashioned, "Open Systems" too UNIX biased, and "Web Development" too narrow if the development group also develops desktop applications, WinForms, And ...
|
| Question Regarding HashTables | 30 Jan 2006 23:38 GMT | 2 |
Hello, I have a question in regards to hashtables that I was hoping someone can share some light on. I'm currently working with VB.net and I'm trying to learn as much as possible about the developer software. Can someone clarify what a hashtable is? What is it's purpose? ...
|
| Fatal Error | 30 Jan 2006 22:52 GMT | 1 |
I have VB.NET 2003 installed that I used in a recent college course. It worked fine. This week I started another class and when I went to open a project, I got a fatal error. I tried to reinstall VB.NET and got the same error.
|
| Start and Stop service on remote server programatically | 30 Jan 2006 22:29 GMT | 2 |
I need to be able to start and stop a service on another computer on the network. But I cannot connect to the other computer using my standard user credentials. I have a separate login for that for which I use Remote Desktop to connect to the other machine.
|
| HTTPWebRequest error | Transport connection related | 30 Jan 2006 21:55 GMT | 3 |
I am working on a VB .net application which accesses a Java Servlet. This servlet returns a binary stream that is written onto a PDF and then this file is printed. Even though this file is downloaded and printed on most environments, it fails to do so on one of the environments ...
|
| document to PDF | 30 Jan 2006 19:24 GMT | 4 |
We need to convert any document to PDF in .NET. Is there any component available which can readily convert .doc file to PDF. We are looking for free components only. Please reply ASAP.
|