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

    MDI layout on startup

    Hey, Having real trouble on my MDI application. I create two window as follows frmSChild objfrmSChild = new frmSChild(); objfrmSChild.MdiParent = this; objfrmSChild.Show(); frmMChild objfrmMChild = new frmMChild(); objfrmMChild.MdiParent = this; objfrmMChild.Show(); And I have tried...
  2. srd1984

    highlighting text in web browser

    I have a MDI application with one window as a web browser and the other as a text editor. When I copy text over , it stores the URL. Is there a way that when I click on the URL later, it will take me to the webpage, but with the text that was highlighted previously that was copied, remaining...
  3. srd1984

    splitting a sentence

    I deally I want to split a paragraph, but im gonna start off small and split a sentence into words. After this, i want to associate each of the words to that sentence so i could later on say hover over it and i would know the original sentence it came from or somethin like that. so i have...
  4. srd1984

    scrolling problem

    I have two mdi child windows, tiled horizontally, each with their own web browser. However it only displays a portion of the web site, how do i scroll down these, couldnt get vertical scrollbar to work but do i have to modify the scrollbar in any way - e.g. the scroll event? (i just docked it...
  5. srd1984

    MDI web browser

    Basically I have a MDI application with two windows. The bottom window called (frmSChild) contains the search component and a browser window to display results. The top window (frmMChild) is a standard web browser. What I wondered was if I search something in frmSChild and the results list...
  6. srd1984

    integrated search algorithm problem

    Hi, I am creating a web browser that has a search engine component that links automatically to google news. it contains a textbox as the search component, and on pressing enter the search will be carried out. The way I am approaching it is google automatically has a first part of the link...
  7. srd1984

    web broswer control get URL

    hi im a real newbie to c# bu ive heard the best way is to get stuck in. So Ive been trying to build a web browser. Ive added the web broswer control and added a combo box to act as the URL location. I have code to take what is in the combobox and navigate to the website, however I just...
  8. srd1984

    mouse rollover

    umm i dunno where is the best place to get advice but thought i mite see if any1 here either knows somewhere good to go OR knows how to do this: basically in visual studio I am building a standard application and want to do a mouse rollover effect so that when i hover over something with my...

Part and Inventory Search

Back
Top