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 strugggling

  1. strugggling

    beginner question: visual studio.net property dialog box problem?

    hi Zarcom "the only way I can get it back is restarting the visual studio.net and which is very painful you know..." what does it suggest to you? it is disabled in design view as well...
  2. strugggling

    beginner question: visual studio.net property dialog box problem?

    hi everyone: my visual studio.net property dialoag becomes disable very often. the only way I can get it back is restarting the visual studio.net and which is very painful you know... thanks in advance...
  3. strugggling

    beginner question: void ** ?

    hi to everyone... can someone explain void ** used in the following context interface IFoo1: public IUnknown { ... }; IFoo1* pIFoo1 = NULL; HRESULT hr = ::CoCreateInstance(CLSID_Component, NULL, CLSCTX_INPROC_SERVER, IID_IFoo1, (void **) &pIFoo1);
  4. strugggling

    what asp.net applications you may ever think about?

    hi, I've once been to programing forum. "Will programers going to be obsolete" was being discussed there... One programer was defending the programers. He said that programer will ever be there if computers are there. He mentioned that he is doing the sort of work that knows no end...
  5. strugggling

    beginner question: web servers for dynamic web sites?

    hi cbokowski thanx for the link. I went straight to www.brinkster.com I think i now can a lot more stuf practically there but... what about some restrictions for free user e.g., "All of your .NET code must be written in-line. This means that you must put all of your .NET...
  6. strugggling

    BEGINNER QUESTION - Why won't this work?

    hi, cjlarue "If you installed VS.net or framework before installing IIS. then the .aspx will not be recognized." so, is there any solution to make .net framework recognize IIS
  7. strugggling

    beginner question: web servers for dynamic web sites?

    hi, www.geocities.com for hosting static web sites what about for dynamic web sites? where to publish them? (any free web server?) hey, don't laugh... it's not that much basic question...
  8. strugggling

    how to let .net enviromnet know about IIS?

    hi, ksbrace thax a lot... that realy was a majic... thax again... how did you get out of that problem?
  9. strugggling

    Is registering dll using regsvr32.exe sort of dependency?

    hi, Is registering dll using regsvr32.exe sort of dependency? If so then any APIs to do the same thing... and when and where to use those APIs...
  10. strugggling

    registering error?

    hi, i am getting this error when i try registering a dll written in vc++. the dll was loaded, but dllregisterserver entry point was not found. dllregisterserver may not be exported, or a corrupt version of the dll may be in memory. Consider using PView to detect and remove it. i have no...
  11. strugggling

    simplest com?

    hi, sambasivamkannan were you talking about http://www.wiu.edu/users/mflll/CS412g/com.html or I'v to buy that book...
  12. strugggling

    how to let .net enviromnet know about IIS?

    hi, how to let .net enviromnet know about IIS as i'v istalled .net first
  13. strugggling

    simplest com?

    hi, let me provide with the simplest ever posible com program without using mfc or atl using c++ only. I can use other com server but I need a simplest ever possible "self registry capable" com server coding.

Part and Inventory Search

Back
Top