I don't know if it's possible to use the VB code to integrate your C++ code. It probably should work. You may have to rewrite some pieces a bit.
But can you tell me howe you used the VSS API with C++. I'm trying to write a shell extension to use VSS in the windows explorer and to make calls to...
I'm trying to write a Windows Shell Extension use Visual SourceSafe in the windows explorer. Therefor I need the SSAPI.DLL in my ATL Project. But how do I do this?
I tried
#import "ssapi.dll"
this generates a tli and tlh file, but what then?
I also tried to include the IDL generated from the...
I have installed WinXP Pro on my ASUS P4B. I then wanted to watch a movie. But I get no screen. I tried MPEG and DivX. That DivX didn't work I understand, because it wasn't installed, but MPEG and AVI should be played with no problems. Windows Media Player says it is retrieving codecs, but I...
Can someone tell me with which motherboard a SONY VAIO is supplied, because I can't find it no where in my specs. The most important is that I know which chipset is used on the board.
I don't know why you want to use an rtf file to create a help file. There are a lot of freeware and shareware applications to create a help file. These are much easier for creating a help file. e.g. Virtual Help Creator. Do a search on www.download.com
Arjan
The first thing you have to do is check if the dataset is really updated when you do a (re)fill. When you're sure the correct data is in the dataset, the easiest option is to rebind the controls to the dataset. Because a label is a static object it doesn't automaticly refreshes when the bound...
The solution to configure your proxy from Microsoft should work, because your localmachine always has one static IP. 127.0.0.1 (localhost).
An other solution is not to use a vdisco-file to identify a webservice, but the wsdl-file. I always use the wsdl file to specify my webservices and never...
There are three options.
- You can open the file read each line and print it using the LPrint command. If this stil exists in VB6 (it's a qbasic command).
You can also take a look at the CommonDialog object. This contains a Print option.
The third options is a bit more complicated. Use the...
I found the solution:
1. Set impersonate (in the machine.config file) to true
2. Set the nextline to your WebService:
ws.Credentials = System.Net.CredentialCache.DefaultCredentials
3. Set delegation true for all machines on the domain controller.
Arjan
Hello,
I'm building an application to access a database through the intranet. I need a n-tier application so I wanted to use web services. The data trail is webpage->web service->DLL->SQL Database. Here is the problem:
I have a database server (SQl 2000) and a webserver (Win2K server & IIS 5)...
I downloaded and installed JBuilder 5 Personal, but I wanted it to use java 1.4 instead of 1.3. So I set the JDK to 1.4 in the tools menu. Now I can't design anymore. When I start the visual designer I get a null pointer exception and when I try to compile I get a 'wrong version number' error...
I'm not sure what to think of this, but there isa one thing I know about which is a problem with Microsoft updates.
The languages has to match else patches will not be installed. This also applies to windows update. My OS is UK, but my language is set to dutch. So it tries to install the Dutch...
When installing win2k it ask in the first screen to press F6 when using a third party scsi or raid driver. this might be the problem. That your driver is not correctly installed.
It is easier to give a good solution if you can tell what the blue screen says.
Arjan Meskers
Junior Software...
Outlook Express is not the most advanced email client. It is not possible to locate the mail and settings somewhere else. A solution might by to setup a MS Exchange Server (Expensive) or to start using MS Outlook. Included in almost every MS Office installation. In this program you can specefy...
To reply to the first question. All NIC's can is DHCP. The only IP that has to be static is the IP of the private server NIC. Else you never know where your server is.
When you want to share internet using nat you have to make sure that your local clients have the NAT server IP as default...
It had roughly the same problem. Every 5 minutes an userenv error was written to my event log. The problem is a wrong record in your DNS. If your server has an static IP try pinging it on IP, which goes fine and then ping it by name. You probably get another IP assigned to this name. This is...
Hello,
I have a home network with three PC's. Two Clients(win98 en win2k) and a win2k server. The servers has two NIC's one for the LAN (192.168.0.*) and one connecting to the cable modem.
I have a DNS and DHCP service assigned to the LAN NIC. The internet is routed using Routing and Remote...
Hi, I'm new with Oracle. I always used Microsoft Access to create databases. Now I need to use Oracle and it's going fine. The only thing I can't find in Oracle is de conmmand (INNER) JOIN. Dos it exist in Oracle and if it doesn't how should I create inner joins.
P.S. I need Oracle 8. On the...
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.