I have a question regarding the development of native C++ executables within Visual Studio 2005.
In past versions of of VS, like version 6, you could build your executable and most all OS' would have the msvcrt.dll and whatever other files needed to run the executable in a stand alone manor...
I'm creating a deployment project for a windows application created in C#. I'm added a checkbox user interface dialog and one of the properties is named SENDMAIL. I've created a custom action class (installer class) within a stand alone assembly which does some actions according to the checked...
I am creating an application that will show a splash screen everytime a user launches an application.
Is there a way to monitor when a user creates a process, and retrieve the name of the executable file they launched?
I am having a heck of a time with this, please someone know something about this!!
I have a web application with 2 files (not including the defaults like web.config). default.aspx and postbacktest.ascx.
I am loading the PostBackTest.ascx into a panel on Default.aspx dynamically via...
I have an interesting problem... I have an intranet web application that uses integrated windows authenticates and impersonation. everything works great if I access the site like this:
http://pcname/frolder/default.aspx
When I access the site like this...
Someone please help with this... The Domain controller we have is running Windows 2000 Server. I tried to install an application and it gave me an error something like this.
The installer was interrupted before XXX could be installed. You need to restart the installer and try again.
I have...
Are the following two blocks of psuedo-code the same, or will one pass information to the sproc differently.
Case 1
Define Sql Parameter 1 in array as @Param1
Define Sql Parameter 2 in array as @Param2
Define Sql Parameter 3 in array as @Param3
SqlHelper(con, "sproc", ParameterArray)
And...
I am programatically printing a PDF using PDFTron's PDFNET Library and would like to set the printer's quality in code. I have tried using the PrinterResolution object in maby different ways, but cannot set the Quality to high.
PrinterResolution is a Read-Only object and doesn't allow me to...
I'm in quite a hurry, so I will make it quick.
I need to "map" the current active directory structure and and chart it as a organizational chart. I also need to enumerate all the groups that all users belong to, are there any tools out there that can do this?
Thanks
I'm having an odd problem with my <%= %> blocks within the aspx page (well, actually all the problems have been on ascx pages).
I have this on an ASCX page:
<asp:HyperLink id=LnkProfile NavigateUrl="javascript:openNewWindow2('http://www.xxxx.com/xxxx/xxxx.asp?id=<%=m_Id%>', 500, 500);"...
I have a socket and it is connected with a client. I need to be able to pass the socket's handle as a command line argument to another .NET application and have it instantiate that socket to it can communicate with the remote computer.
For Example.
CODE FROM SERVER
private void...
I am trying to create a telnet server using sockets. I can connect multiple clients with no problem, I can also display colored text on the remote clients terminal window, but I want to be able to see the exact same thing in a console window on my end, one console window for every connection...
I am in the need of a file format that is easy to print and easy to replace text from before printing. I have tried taking a PDF and printing it to a file (.prn) then using InteropServices to print the file as RAW format, but I can't replace any text because the text does not show in the binary...
I have a question and it is probably pretty stupid, but here it goes.
I have developed an ASP.NET web application, all it does is open a word document using DCOM, find and replace a few values, print the file and then close and not save the changes. This works when I test it from my local...
I have one big headache of a problem here! I can't seem to figure this out.
I have 2 servers. 1 has IIS and the other has SQL. I want a user to go to my website (from inside the company.. Intranet), use Integrated windows authentication to access the website which in turn impersonates this user...
how do I use __interface? In C# if I declare an "interface" like so:
interface IPeople
{
void Test();
}
Then declare a class that uses the interface
class Person : IPeople
{
Person();
void Test();
}
This makes the compiler happy because I have a class Person that is using the...
Does anyone know a proven method or formula to have the Progress Bar smoothly go from 0% to 100% without knowing what the Maximum value is? Maybe some way of progressing from 0% to 100% over time... and the time would be variable. Does anyone know what I'm talking about?
I am trying to integrate into someone's internet service and they use Perl with x509 certificates. I am using VS 2003 w/ .Net 1.1. They issued me a certificate and everything works great, as long as I install the certificate, export the .cer file and use a windows form application to consume...
Does anyone know of a way to install an x509 certificate into a different user's certificate store?
For example, on a local machine, Administrator has a .p12 file and wants to import (install) this certificate. The problem is that the Administrator does not want to install the certificate into...
Breakdown:
Windows XP Pro
512mb DDR400
80gb Maxtor HD
nVidia GeForce 5200
P4 2.4 Ghz 800FSB
Gigabyte MB (Can't remember model off hand.. am at work)
Netgear WG311v2 wireless PCI card
This connects to a WGR514v3 Wireless AP
I just installed Windows XP and finished installing all the drivers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.