Click here to Skip to main content
15,897,704 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Error in web automation using OpenQA.Selenium for Google chrome Pin
srikrishnathanthri4-May-16 19:09
srikrishnathanthri4-May-16 19:09 
GeneralRe: Error in web automation using OpenQA.Selenium for Google chrome Pin
Eddy Vluggen4-May-16 20:58
professionalEddy Vluggen4-May-16 20:58 
QuestionVisual Basic - Mouseover in debug mode Pin
Member 124982982-May-16 8:06
Member 124982982-May-16 8:06 
Questionadd in in word 2007 AND 2013 Pin
JR21230-Apr-16 7:39
JR21230-Apr-16 7:39 
QuestionContinuous data string to Access using vb 2010. Pin
Gus11328-Apr-16 22:37
Gus11328-Apr-16 22:37 
AnswerRe: Continuous data string to Access using vb 2010. Pin
Eddy Vluggen28-Apr-16 23:38
professionalEddy Vluggen28-Apr-16 23:38 
GeneralRe: Continuous data string to Access using vb 2010. Pin
Gus11329-Apr-16 1:13
Gus11329-Apr-16 1:13 
GeneralRe: Continuous data string to Access using vb 2010. Pin
Eddy Vluggen29-Apr-16 2:13
professionalEddy Vluggen29-Apr-16 2:13 
Gus113 wrote:
It must be continuous as another app will get info from that field. The field will be cleared regularly per minute as to curb the size of the field.
Those two sentences contradict each other. It should not matter to the consuming process how it is stored, only needs to now whether there is data. A queue in any form would be the way to go. That way the consuming process is also not influenced by any hiccups in reading.

Gus113 wrote:
What bugs me though is that I coded a MsgBox to confirm the connection; then the app works fine but as soon as I click 'OK' the app freezes.
Sounds like you are doing your processing work in the UI-thread; if that is busy doing other things than it will stop painting. Move your work to a separate thread.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Continuous data string to Access using vb 2010. Pin
Dave Kreskowiak29-Apr-16 2:54
mveDave Kreskowiak29-Apr-16 2:54 
PraiseRe: Continuous data string to Access using vb 2010. Pin
Gus11312-May-16 0:08
Gus11312-May-16 0:08 
Questionloop through VBA Pin
Rohit Lal25-Apr-16 23:29
Rohit Lal25-Apr-16 23:29 
AnswerRe: loop through VBA Pin
Richard MacCutchan25-Apr-16 23:43
mveRichard MacCutchan25-Apr-16 23:43 
GeneralRe: loop through VBA Pin
Rohit Lal26-Apr-16 0:53
Rohit Lal26-Apr-16 0:53 
GeneralRe: loop through VBA Pin
Richard MacCutchan26-Apr-16 1:52
mveRichard MacCutchan26-Apr-16 1:52 
AnswerRe: loop through VBA Pin
Sonhospa26-Apr-16 2:21
Sonhospa26-Apr-16 2:21 
QuestionHow to sort already filtered gridview data? The data is sorted but the sorting sort the whole data instead in the range that was set by the filter. Thanks in advance. Pin
Member 1247499425-Apr-16 21:15
Member 1247499425-Apr-16 21:15 
SuggestionRe: How to sort already filtered gridview data? The data is sorted but the sorting sort the whole data instead in the range that was set by the filter. Thanks in advance. Pin
Richard MacCutchan25-Apr-16 21:47
mveRichard MacCutchan25-Apr-16 21:47 
QuestionWhat does "GetFiles" do in system directories? Pin
Sonhospa25-Apr-16 1:14
Sonhospa25-Apr-16 1:14 
AnswerRe: What does "GetFiles" do in system directories? Pin
Richard Deeming25-Apr-16 2:01
mveRichard Deeming25-Apr-16 2:01 
GeneralRe: What does "GetFiles" do in system directories? Pin
Sonhospa25-Apr-16 2:46
Sonhospa25-Apr-16 2:46 
AnswerRe: What does "GetFiles" do in system directories? Pin
Bernhard Hiller25-Apr-16 22:12
Bernhard Hiller25-Apr-16 22:12 
GeneralRe: What does "GetFiles" do in system directories? Pin
Sonhospa26-Apr-16 3:23
Sonhospa26-Apr-16 3:23 
AnswerRe: What does "GetFiles" do in system directories? Pin
Sonhospa26-Apr-16 4:16
Sonhospa26-Apr-16 4:16 
QuestionUpdate UI of MDI Parent Pin
Sonhospa25-Apr-16 0:49
Sonhospa25-Apr-16 0:49 
QuestionVBScript DeleteFolder method cannot delete folders under System32 on Win 8.1 Pin
robwm121-Apr-16 10:36
robwm121-Apr-16 10:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.