| Thread | Last Post | Replies |
|
| Emitting entire class from source | 14 Jun 2007 22:38 GMT | 1 |
Some time ago I wrote a simple reflection.emit example where I emitted an entire assembly based on source code. Now I forgot exactly how and all examples online deal only with defining a class through reflection methods, defining a method and then finally emitting IL for that
|
| Messenger-Esque Windows Service: How Do Major Messengers Do It? | 14 Jun 2007 21:33 GMT | 3 |
I am fairly new to .net development. I have read a number of articles about developing messenger applications, but they all assume that it is operating internally and that the IP address of the client is known. I would like to develop a messenger-esque service that will
|
| Office 2003 Dictionary | 14 Jun 2007 20:06 GMT | 4 |
I have a document that I wrote in English and now for some reason when I try to spell check it my system is using a French dictionary. I checked MS Offcie 2003 Language Settings and the only enabled languae is English (US). I had this problem once before accidentally figured out ...
|
| VS 2005 does nt see 3.0 Framework | 14 Jun 2007 18:55 GMT | 5 |
I have checked the regsistry & the add/remove programs for correct installation of 3.0 but the 3.0 .NET framework does not show up in my VS 2005. What do I do to make VS recognize 3.0 ?? Thanks
|
| Framework runtime environment | 14 Jun 2007 18:50 GMT | 6 |
Hai, I have one doubt about .net runtime environment. Whether each .net application having its own runtime environment or one runtime evironment will manage all the application.
|
| Starting from scratch with .Net Framework -- Where to begin? | 14 Jun 2007 17:10 GMT | 7 |
Hey Guys, I'm about to take a job where I'll be doing .net programming, however my forte to date has been more along the lines of web programming with ColdFusion, PHP, etc. The last time I did application programming was
|
| Deploying App on one PC for multiple users w/ClickOnce | 14 Jun 2007 15:16 GMT | 1 |
Hello, I have a Framework 2.0 application that needs to be deployed on a PC with more than one user using ClickOnce. But it seems that once its deployed for one user when the next user signs onto the PC the application is not available to them, the app needs to be installed again ...
|
| Installing .NET Framework 3.0 without Internet access | 14 Jun 2007 14:38 GMT | 2 |
I am trying to install the .NET Framework 3.0 on a system that does not have internet access. I have searched my MSDN subscriptions and can only find deployments that want to access the Internet. Even my DVD version requires the internet.
|
| How to customize the Label and set the property of AutoSize to False? | 14 Jun 2007 14:02 GMT | 1 |
As we known, in Visual Stdio 2003 or 2005, the property of Autosize is set to True by defaut, how can I customize this and set property of Autosize to False? Any ideas?
|
| Policy Injection Application Block asp.net Caching | 14 Jun 2007 12:13 GMT | 1 |
if I use enterprise library to do asp.net caching, should I still use session variables? thanks, Joyce
|
| How to customize the Label and set the property of AutoSize to False? | 14 Jun 2007 11:10 GMT | 1 |
As we known, in Visual Stdio 2003 or 2005, the property of Autosize is set to True by defaut, how can I customize this and set property of Autosize to False? Any ideas?
|
| Microsoft Outlook | 14 Jun 2007 01:30 GMT | 1 |
I am aware how to divert incoming email from particular sources to designated folders using the 'create a rule' procedure. However, is it possible to have emails I send to particular people, go to specific folders and not all go to the default 'sent' folder?
|
| Need explicit OleDbCommand Dispose() for volume queries | 13 Jun 2007 20:04 GMT | 1 |
My application process records...lots of records. I typically read 85K records from one Ms-Access table, then for each records of that table , I have to read 3 others tables (in separate Ms-Access DB) having hundreds of thousands records each, then I insert even more
|
| How to pass PVOID* to native code from managed code | 13 Jun 2007 19:54 GMT | 1 |
I need to call a native windows method which has the following signature BOOL SomeMethod(PVOID* value); value [out] - The original value.
|
| Yielding control to windows | 13 Jun 2007 19:52 GMT | 2 |
While in extensive math calculation in MFC application, i used to yield control to windows by calling this code: void YieldControl( void ) {
|