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...
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.