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 TouchToneTommy 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: TeSSeO
  • Content: Threads
  • Order by date
  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...

    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...
  3. 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...
  4. 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...
  5. 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
  6. 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
  7. 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...
  8. 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.
  9. 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