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 bkrike 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: Sun
  • Content: Threads
  • Order by date
  1. Sun

    DOM interfaces XML

    Help will be appreciated very very much. What I am doing is retrieving objects and collecting the properties of those objects I am forming an XML String. The XML Structure looks somewhat like this <Root> <Child> <GrandChild> <GrandChild> <GrandChild> . . <Child>...
  2. Sun

    How do I Create an Activex exe ?????

    Hi I am developing a Activex Exe. That exe is going to be an MDI application, with child windows in it, the problem that I am facing is that I want the client to create only one instance of that Activex Exe, so how do I do that, I guess there is a concept of Singleton Objects, in which only...
  3. Sun

    Running appication from behind a Proxy ????

    Hi All,<br>I want to find out if a client is behind a proxy how to detect it.To be more specific, I have an application which comunicates with a Java Server, it works for Intranets, I have used CSocket class. Now If I want it to work on <b>Internet</b> then what should I do, ESPECIALLY when it...
  4. Sun

    How to Implement cut copy paste , the way it is done in explorer ?????

    I want to iplement cut copy paste the way it is dine in Explorer what is the best possible solution to get it work that way only thing is I am using a list box <br> to display the contents of the explorer and not a tree view.<br> <br> Any suggestions wiil be appreciated.<br> Thanks a lot.
  5. Sun

    Resizable text box ( Edit window ) made using class CEdit ........

    Hi ,<br> I have a text box on my client area,<br> I would like to resize it like the way <br> it is done in MSPAINT any Ideas regarding <br> my problem will be appreciated a lot.<br> hoping for a reply fast.<br> <br> Thanks.
  6. Sun

    The function removeAll() of class List causing problems.

    I have a problem with the function removeAll() of class List,i.e.if i call removeAll() there is a flicker in the list box. Is there a way to avoid it.<br> What I am trying to do is my list box contains the entries that are in the windows explorer.In short I am trying to make an explorer using...
  7. Sun

    How do i open a file with it's associated application using JAVA ?

    I would like to develop a explorer in Java,<br> so in that explorer when I double click on any &quot;.doc&quot; file I would like MS WORD to fire, In fact how do i fire another<br> using Java like u have &quot;WinExec&quot; or &quot;ShellExecute&quot; in Sdk/VC++ ?<br> <br> Am very keen to know. :)
  8. Sun

    how do i add tool tips for a class derived from CControlBar ?

    I have a class derived from CControlBar,<br> i have an object of the class in the mainframe.<br> I have called that controlbarobject.Create(this)<br> from mainframe.cpp's OnCreate()<br> Which calls That CControlBar derived class's <br> Create() to get called.<br> in this create() function I...
  9. Sun

    Allocation of memory with using different operators

    Can memory allocated by malloc be" new" by using "delete",<br> and can memory allocated by new be deleted by "free()"<br> if this is possible thenfor what reason is this possible ?
  10. Sun

    Virtual Constructors

    Can you have Virtual Constructors,<br> If yes why ?

Part and Inventory Search

Back
Top