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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Diodin
  • Order by date
  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...
  16. Diodin

    How to store view settings with Outlook + W2k?

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

    Clients can't pull IP from NAT

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

    ERROR - Domain controller name - Win2k Server

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

    VPN, DNS and NetBIU

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

    Do joins exist

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

Part and Inventory Search

Back
Top