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 SkipVought 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: *

  1. TeSSeO

    Access denied WSDLOperation:Instantiating dispatch object

    Hi there, I´m having problems running my web service on a Clustered windows 2003 server enterprise edition. · I´ve got my virtual directory created, I´ve added the wsdl extension to my web service extensions, and I can view my WSDL files. · The IUSR_machine user has permisons to write and read...
  2. TeSSeO

    can´t view WSDL files...

    I got it. The problem was that when you install IIS 6.0 on a windows 2003 server, all Web Services Extensions are forbidden. So all we have to do is to allow the extensions or, in my case, add the WSDL extension and allow access to it. You may have to give the path for the needed files to...
  3. TeSSeO

    can´t view WSDL files...

    Hi there, I´ve got a windows 2003 server where I can´t view/access my WSDL files. What have I done??: I´ve created my virtual directory (SOAPDIR), where I´ve got my web service coded in visual c++. In that directory (SOAPDIR) I´ve got my WSDL file for my web service, but when I try to access...
  4. TeSSeO

    Buttons with background image changing...

    Hi there, Im using images (jpg files), as background images of my buttons. I change the image of the button on mouse over event. Right now Im doing it like this: mybutton.BackgroundImage = System.Drawing.Image.FromFile("\\images\\admin1.jpg"); But Id like to do it getting the...
  5. TeSSeO

    How to make a combobox un-editable

    Hi there, I´ve got this combobox with 3 items in the list and I just want one of those 3 items can be selected. But whenever I run my app, I can write into my combobox, and I don´t want to allow the user to write new values. I guess it might be a property of the combo or something like that...
  6. TeSSeO

    C++ certification

    thank you both guys...
  7. TeSSeO

    C++ certification

    Does anyone know how to get a real C++ certification? None one of those in a small computer academy in a lost twon... I mean one from Microsoft or something like that... thnks, tSSo
  8. TeSSeO

    C++ certification

    Does anyone know how to get a real C++ certification? None one of those in a small computer academy in a lost twon... I mean one from Microsoft or something like that... thnks, tSSo
  9. TeSSeO

    Accessing DataBase

    Ok, thnks
  10. TeSSeO

    Accessing DataBase

    Hi there, I´m doing an app that has to access a DataBase (ORACLE), and make some querys. I´ve never worked with DataBases in Visual C++ before. I guess I´d have to create a DB Object, Connection Object, RecordSet object or something like that. Could anyone give me a hint of how to do it or send...
  11. TeSSeO

    Open new dialog from main dialog

    Ok, thnks a lot I´ve done that and it works pretty well...
  12. TeSSeO

    Open new dialog from main dialog

    Hi there, I´m doing an application with an initial Dialog where you find two buttons. I have also design another two dialogs. How can I open any of the new dialogs when I press any of the two buttons in the main dialog. Thanks, tSSo.
  13. TeSSeO

    Port List

    Those ports you refer to are not windows assign. They are standard port numbers also working for Linux, Unix... I´ve got hundreds of apps working os servers and every app has to open a port. I started assign from the number 1998 and righth now my last app has the port 2174. And have not been...
  14. TeSSeO

    win32 app and MFC¨s DLL

    Hi there, I´m programming a win32 app and I have to use an Object that uses MFC. I have created the object in a DLL and I call that DLL from my win32app with LoadLibrary and GetProcAddress. When I try to create the object in the DLL, I gets an error message saying something like that...

Part and Inventory Search

Back
Top