Search found 31 matches

Search found 31 matches Page 1 of 4
by Rhez
Tue Sep 01, 2015 9:02 am
Forum: Coding Help & Support
Topic: WebBrowser Controls
Replies: 7
Views: 2886

try this: Private Sub WebBrowser1_DocumentCompleted(sender As Object, e As WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted Dim doc As HtmlDocument = WebBrowser1.Document Dim head As HtmlElement = doc.GetElementsByTagName("head")(0) Dim s As HtmlElement = doc.Cr...
by Rhez
Tue Sep 01, 2015 8:57 am
Forum: Coding Help & Support
Topic: WebBrowser Controls
Replies: 7
Views: 2886

Well, it HAS to suppress the script errors. The download boxes, however, should he handled through an event handler. I need to do a little research in order to tell you. I only figure the problem on showing download dialog box. I think it is on File_Download event but don't know how to cancel that ...
by Rhez
Mon Aug 31, 2015 8:32 am
Forum: Coding Help & Support
Topic: WebBrowser Controls
Replies: 7
Views: 2886

It doesn't work. Trust me.
by Rhez
Mon Aug 31, 2015 6:45 am
Forum: Coding Help & Support
Topic: WebBrowser Controls
Replies: 7
Views: 2886

First of all, Thanks you to other that always replying to my thread. Thank You winky;

Here's my problem:

I just want to ignore all pop-ups on my webbrowser. (download & alert(javascript) only)
THANKS
by Rhez
Mon Aug 10, 2015 6:39 am
Forum: Coding Help & Support
Topic: Control Deleting Characters
Replies: 3
Views: 1731

That value must not be deleted when user used backspace.
by Rhez
Sun Aug 09, 2015 8:53 am
Forum: Coding Help & Support
Topic: Control Deleting Characters
Replies: 3
Views: 1731

Here I am again boogy; So as my title said, can anyone help me figuring this out ? I have RichTextBox and with that Control i put a value "FileName : NewContent-8/9/2015" So how can I prevent that value to be deleted ? Notices: NewContent + current date so it will changed in the other day....
by Rhez
Wed Jul 08, 2015 1:34 pm
Forum: Coding Help & Support
Topic: Determine if exist in unknown folder
Replies: 5
Views: 2774

Hello mandai. Gonna try yours. Seems like this one is what I'm looking for boogy;
by Rhez
Sun Jun 28, 2015 12:01 pm
Forum: Coding Help & Support
Topic: Determine if exist in unknown folder
Replies: 5
Views: 2774

No. My Project is separated to its main application.
To make it easy to understand. The one project will create user profile. The other project will check for file existence
by Rhez
Sun Jun 28, 2015 7:46 am
Forum: Coding Help & Support
Topic: Determine if exist in unknown folder
Replies: 5
Views: 2774

Hello again boogy; Got some problem and I dunno how to do it. I want to check if a file from unknown folder exist idoit; for example: I want to check a save_settings.dll in a user created folder "User" Account/User/save_settings.dll Account is the root folder User will be the folder (unkno...
by Rhez
Sun May 31, 2015 8:13 am
Forum: Coding Help & Support
Topic: Move the Caret
Replies: 3
Views: 1811

Hi there boogy;

Gonna ask on how to move the caret of a Rich TextBox programmatically.
I have here 4 button,

Button1=up
Button2=right
Button3=left
Button4=up


wahooo; Thanks for the help in advance
Search found 31 matches Page 1 of 4
Go to advanced search