Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Diodin

  1. Diodin

    Visual SourceSafe COM Question

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

    Including a external DLL

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

    Can't view video

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

    Sony VAIO motherboard

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

    I need to create a help file in rtf to a app in vb

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

    highlighting datagrid row

    Is this in a windows app or an inet app. The windows datagrid differs alot from the ASPX datagrid.
  7. Diodin

    Using OleDbDataAdapter.Fill(dataSet) to refresh records

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

    How do I "add a web reference" in a ASP.NET app?

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

    c:/>type abc.txt>prn equ command for vb

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

    Security and Web Services

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

    Security and Web Services

    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)...
  12. Diodin

    Connection to Access Database

    Just make a new Databaseconnection in the server and drag and drop this to your application. Then create a new dataadapter and follow the wizard.
  13. Diodin

    Setting the compiler to J2SE 1.4 Beta 3

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

    Patch won't apply: MS0-013

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

    win 200 and RAID 100 on KT7A

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

Part and Inventory Search

Back
Top