Started 1 week ago (2009-11-02 16:30:00)
by Eddy Vluggen
Member 3365607 wrote: But what happens is when I switch back to the 1st tab the
auto refresh doesn't work unless and until I click some web page controls. And if you navigate to, say, Google when you hide the browser, and navigate back to the .aspx when you show it? Another alternative would be to download the webpage and to save it directly to a string/a file. Then you could manipulate the...
Started 1 week ago (2009-11-03 06:47:00)
by Rob Smiley
Alan, try this. The code originally came from the netSpell library, so i'm not 100% it works correctly... Private _html
Regex As Regex = New Regex( " </[c-g\d]+>|</[i-o\d]+>|</[a\d]+>|</[q-z\d]+>|<[cg ]+[^>]*>|<[i-o]+[^>]*>|<[q-z]+[^>]*>|<[a]+[^>]*>|< (\[^\]*\|'[^']*'|[^'\>])*>" , RegexOptions.IgnoreCase Or RegexOptions.Compiled)
Started 6 days, 9 hours ago (2009-11-04 05:39:00)
by Richard MacCutchan
mirzamujib wrote: The variable TextBox1 is either undeclared or was never assigned That's a fairly clear error message. Somewher in your copying you have omitted an allocation or reference so the main form does not have a variable called TextBox1. Take a look at the form and also the
code behind to see which parts are missing. You would probably have found it simpler to add a new text box ...
Started 3 days, 10 hours ago (2009-11-07 04:24:00)
by shaina2231
Started 1 week ago (2009-11-03 11:42:00)
by Aaron Stubbendieck
Today I discovered TableLayoutPanel!
Started 5 days, 15 hours ago (2009-11-04 23:23:00)
by Alan Burkhart
Suggestion: Using most any
paint program, create a very small arrow similar to the one in most drop down buttons. Create it pointing down and save it, then flip it vertically and save it again under a different name. Now you have your up and down arrows for the button. Drag a regular button onto your form and set the text. Add the down arrow, aligned to the right of the text. Create a ...
Started 1 week, 4 days ago (2009-10-30 08:16:00)
by Henry Minute
Have you looked at the Editor from the
SharpDevelop IDE here [ ^ ]? Or Scintilla here [ ^ ]?
Started 1 week, 1 day ago (2009-11-01 20:58:00)
by Mycroft Holmes
siddhardh wrote: i need to generate the bill for the current Invoice Number Define what you mean, what is a bill?