Search found 2756 matches

Search found 2756 matches Page 2 of 276
by mandai
Fri Oct 24, 2014 9:16 pm
Forum: General Help
Topic: hdd problem
Replies: 5
Views: 3318

It's probably not a good idea to defrag a failing drive since this might cause corruption
by mandai
Sun Oct 19, 2014 2:12 pm
Forum: Coding Help & Support
Topic: How to get values ​​from a web page
Replies: 12
Views: 3789

the combobox, it seems that teams are added several times. How can fix this? You can use ComboBox1.Items.Clear to reset the team list, this can be added in the WebBrowser1_DocumentCompleted event. let me ask if you can get the same result with the Http Request? It is possible to use HttpWebRequest ...
by mandai
Sat Oct 18, 2014 5:58 pm
Forum: Coding Help & Support
Topic: How to get values ​​from a web page
Replies: 12
Views: 3789

in the list errors I get: "the handles clause requires a WithEvents variable defined in the type that contains it or in one of its base types". You would need to run the btnLoad_Click function in order for the code to work, also the code will only work with the link in the first post sinc...
by mandai
Sat Oct 18, 2014 1:29 pm
Forum: Coding Help & Support
Topic: How to get values ​​from a web page
Replies: 12
Views: 3789

You can use this code to read the table values and show them in the program: Private Sub btnLoad_Click(sender As System.Object, e As System.EventArgs) Handles btnLoad.Click WebBrowser1.Url = New Uri("http://tinyurl.com/l3kn7c4") End Sub Dim PG, V, N, P, R, P2 As New List(Of String) Private...
by mandai
Sat Sep 13, 2014 4:26 pm
Forum: Coding Help & Support
Topic: [HELP] Webcam Problem
Replies: 12
Views: 4173

how to do that sir? You could use this code: Private Sub lstDevices_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles lstDevices.SelectedIndexChanged If lstDevices.SelectedIndex > -1 Then iDevice = lstDevices.SelectedIndex End If End Sub
by mandai
Sat Sep 13, 2014 4:02 pm
Forum: Coding Help & Support
Topic: [HELP] Webcam Problem
Replies: 12
Views: 4173

I use code for camera from VB with Easy Webcam on viewtopic.php?f=38&t=9406&p=68862&hilit=webcam#p68862 Can i choose which camera i want to use? camera on my laptop or my USB webcam If you want to pick a second webcam device you would need to set the iDevice variable (it seems the autho...
by mandai
Sat Sep 06, 2014 9:39 pm
Forum: General coding help
Topic: SQL Database link.
Replies: 1
Views: 1783

Most SQL clients rely on a library and OS to use the APIs. In firmware it would be difficult to suggest a pre-built option (especially without knowing the specifications).
by mandai
Tue Sep 02, 2014 11:32 pm
Forum: General Help
Topic: CC and PP values
Replies: 4
Views: 2597

I'm not sure that W3C document is relating to this (it describes some sort of XML structure).

From what I can see this CC and PP may be referring to some sort of formatting in the serial number. It looks like they just removed characters at 6 and 7 and the bracket numbers at the end.
by mandai
Fri Aug 29, 2014 10:58 pm
Forum: Help & Support
Topic: Weird Font
Replies: 12
Views: 7450

Might be worth checking your zoom setting
by mandai
Sun Aug 10, 2014 6:31 pm
Forum: Coding Help & Support
Topic: Drag and Drop not working in windows 8.1
Replies: 11
Views: 3656

I tested this in Win8.1 and it seems to run the code.
Did you set the AllowDrop property to true?
Search found 2756 matches Page 2 of 276
Go to advanced search