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...
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...
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...
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...
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...
Oh wait next small minor problem is to do with where I am clearing the arraylist
If I type "hello" and search that, then add " world" to the end, e.g. so it says "hello world" and I havent deleted the first "hello", it will actually search "hello hello world" i.e. its not clearing the...
Thank you for ure response :)
however I am still very confused. I am quite new to c#, coming from only knowing intermediate java.
I have replaced the parse() method however could u explain what foreach (string o in words) means/does?
Also I do not know what you mean by this line
"Where you...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.