Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: fatslice90 [x]
Question 13 May 2013   license: CPOL
HiSo i know how to change the colour of a button, but is it possible to change the colour of the button when the button is busy, as it normally is a shade of light blueI have always wondered about this :) and would love some help please
C#
Answer 13 May 2013   license: CPOL
just add .toarray on the end and it works
C#
Question 13 May 2013   license: CPOL
HiSo what i am trying to do is to skip reading a specific number of lines when reading a textfile using stream reader. This code i want to try an do is to load a text file and skip a specific number of lines and load it in a list box.I have this code so farstring[] allines =...
C#
Question 11 May 2013   license: CPOL
HiSo i was wondering how do you remove specific line number from the start of a multi line textbox from the start.i know it would be something like thisif (TextBox.Text.Equals(StringNumber/s)){ TextboxName.Text = "";}please help me get this code right :) thanks as...
C#
Question 10 May 2013   license: CPOL
What i am after is every use create a new line in the multiline textbox i have looked on line and cant see anything love it if you could help me :)foreach (htmlelement use in uses){string u = use.getattribute("h");if (u.contains("/use/")){results.appendtext(use.innertext);}
C#
Answer 10 May 2013   license: CPOL
fixed this by removing the+ "\m")
C#
Question 10 May 2013   license: CPOL
HiI have been trying to on button press to remove the blank items in a list box in c sharpi have triedlistbox1.item.remove (" ");but does not work please help me find a simple solution for this please, i couldn't understand why the last question i posted on here was...
C#
Question 4 May 2013   license: CPOL
Hiso i have this codehtmlelement hmtl = webbrowser1.document.getelementbyid("id");if (webbrowser1.documenttext.contains("whatever"){ html.invokemember("click")}but it comes back sayingobject reference not set to an instance of an objectwhat can i do to correct...
C#
Question 2 May 2013   license: CPOL
What is a top level static as i am trying to paste in some code but the problem is it says"Extension method must be defined in a top level static class."I can't put it under namespace class or it says the designer can be designed but it is no the first class in the file. Visualk studio...
C#
Question 2 May 2013   license: CPOL
Hiif (webbrowser1.documenttext.contains{webbrowser1.document.getelementbyid(aria-id-29371579884).InvokeMember("Click")messagebox.show}However getelementbyclass does not exists how can i achieve the same result by by getting a class insteadp.s made a new thread because it is...
C#
Question 2 May 2013   license: CPOL
Hiso basically i have folder the normal concept for thisif (webbrowser1.documenttext.contains ("about")){webbrowser1.document.getelementbyid("aria-id-29371579884").InvokeMember("Click")messagebox.show("YES")}but it stops at the getelementbyid bit sayingObject reference...
C#

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid