| Thread | Last Post | Replies |
|
| Set object properties with reflections | 26 Jan 2005 10:19 GMT | 1 |
I want set different properties of any object at runtime. With the Function below it works well, but not perfect Is there a way to set properties of any type with its value Principle "one-line-code":
|
| SQL Problem | 26 Jan 2005 09:57 GMT | 10 |
First post to this community so am not sure if this is the correct place. Here goes. I have a MS Access db that keeps track of employees sick and annual leave balances. In it, I have a report, built around a query, that lists
|
| Debugging | 26 Jan 2005 02:55 GMT | 1 |
I am haveing trouble getting the debbuger to work while programming for the smart devices. I downloaded all the sdk's and everything and have tried reinstalling and everything. It used to work before the last reformat. Also the debugger works work regular windows apps.
|
| insert a unc path to db | 26 Jan 2005 01:07 GMT | 5 |
How can I do the following in C# .NET: In a directory somewhere on the network I have many .JPG or .PDF files. I need a way to browse to that location on the network, select the directory or the first file in that directory and then have the full UNC path of all the
|
| UI Architecture | 26 Jan 2005 00:39 GMT | 5 |
I like the MS Money and InstallShield interfaces (at least, I like the hypertext, Web based appearance.) I would like to provide such a front end to my Windows Form application. However, I'm leary of the IE Web Browser control. I don't even know if this is a prudent design ...
|
| two version of EXE file with same name? | 26 Jan 2005 00:20 GMT | 3 |
Have a way to have two version of EXE file with same name in one directory
|
| Split String by number of characters | 26 Jan 2005 00:05 GMT | 2 |
I want to split a big string by nymber of characters. for eg., if total length of the string is 80 and I want to split by each 10 characters and get 8 lines of output. I written a function but still I search for the optimized one because the
|
| .Net...to install or not?!? | 25 Jan 2005 23:35 GMT | 6 |
Hi there, I have some basic questions; I am not a web developer beyond the scope of the simple stuff I can do with Front Page so I am not super informed with this realm of terminology, I am a little confused when I read FAQ's about .Net,
|
| a pre-beginner's question: what is the pros and cons of .net, compared to ++ | 25 Jan 2005 23:17 GMT | 44 |
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ??
|
| Object Reference not set to an instance of an object | 25 Jan 2005 22:46 GMT | 6 |
I am getting "Object reference not set to an instance of an object. " when I attempt to open a C# windows service class in design view, although I was able to initially create the service and open in design view. This happens once I restarted Visual Studio adn opened teh solution
|
| Any *TOP* software developed on .NET (like Office, DB engine etc.) | 25 Jan 2005 22:43 GMT | 7 |
There are lots of talks about .Net going around. .Net is considered to be a RAD (rapid application development) framework so the question remains open whether it's useful for developing software when there are some requirements other than developments speed. What I mean is
|
| threads and delegates | 25 Jan 2005 21:31 GMT | 8 |
newbie delegates question i'm using this code: sub empezar() Dim del As MyDelSub
|
| Transition from VB6.0 to VB .NET | 25 Jan 2005 21:22 GMT | 5 |
I wanted to see the pricing information on VB 6.0 but it seems I have to go with Visual Basic .NET now. I've been developing for 4-5 years with VB 6.0. I have a project to do so I had to buy VB 6.0 for that particular customer.
|
| ASP to ASP.Net migration | 25 Jan 2005 19:28 GMT | 1 |
I need to upgrade asp files written in VBScript into C# ASP.NET. I found a tool from microsoft called ASP Migration Assistant but it only converted the asp files into VB.Net ASP.NET files. Is there a tool that will convert to C# ASP.NET? Any suggestions?
|
| How to run a script during a VS.NET build? | 25 Jan 2005 16:29 GMT | 7 |
I have a VB.NET 2003 solution with several Windows forms projects and a deployment project. All of that works ok. I need to run an external script or program during the build process. It could be done as part of each project or as a separate project that is built
|