Click here to Skip to main content
       

Visual Basic

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: To calculate with two - three & four criteria multiple worksheet in summary sheetmemberShailesh Shah12-Jan-13 19:20 
Questionwhich method I should go withmemberdemo 22-Jan-13 19:54 
AnswerRe: which method I should go withmemberEddy Vluggen4-Jan-13 22:51 
Questionvb6 with ms access2007 databasemembertuticorinmano2-Jan-13 9:58 
AnswerRe: vb6 with ms access2007 databasememberDavid Mujica2-Jan-13 10:26 
GeneralRe: vb6 with ms access2007 databasemembertuticorinmano2-Jan-13 12:49 
QuestionShould be simple: incompatible typesmemberAndreFratelli1-Jan-13 7:44 
AnswerRe: Should be simple: incompatible typesmemberAndreFratelli2-Jan-13 0:27 
GeneralRe: Should be simple: incompatible typesmemberGuyThiebaut7-Jan-13 22:34 
Questiondatagrid in vs 2012memberjenkinsdjj30-Dec-12 20:22 
AnswerRe: datagrid in vs 2012mvpRichard MacCutchan30-Dec-12 22:29 
GeneralRe: datagrid in vs 2012memberjenkinsdjj31-Dec-12 0:40 
QuestionGetting innertext of HTML with </ br> tag between wordsmemberStonesteel26-Dec-12 22:57 
Greetings!
 
I am currently working in an automation to extract data from IE. I have a scenario where two page will be accessed, the first one is the page without username and password on it and the second one is the page with login page to log username and password...
 
I am currently working on a code where the condition is if the account is logged is as "none" and level as "Administrator", then the page will be accessed and will be directed to the specific url. but when the account is logged in as "none" and level as "Guest", then will be directed to the login page and username and password will be entered.. the problem is the value or the innertext I am extracting has a <br /> between words, how can I set the condition like this?
 
[HTML]<div id="userid">Account: none <br /> Level: ADMINISTRATOR</div>[/HTML]
[HTML]<div id="userid">Account: none <br /> Level: GUEST</div>[/HTML]
 
[CODE]If .Document.GetElementById("userid").innertext = "Account: none " & "<br />" & "Level: ADMINISTRATOR" Then
        .Navigate linktesturl
                Do While .Busy: DoEvents: Loop
                Do While .ReadyState < 4: DoEvents: Loop
                .Visible = True[/CODE]
         ....code continues....
 
I appreciate your feedback. Thank you. :)

AnswerRe: Getting innertext of HTML with </ br> tag between wordsmvpDave Kreskowiak27-Dec-12 8:49 
GeneralRe: Getting innertext of HTML with </ br> tag between wordsmemberStonesteel27-Dec-12 21:04 
GeneralRe: Getting innertext of HTML with </ br> tag between wordsmvpDave Kreskowiak28-Dec-12 4:41 
Questionthreading implimentmemberMichael Hulak25-Dec-12 17:58 
AnswerRe: threading implimentmemberDineshshp25-Dec-12 18:32 
AnswerRe: threading implimentmemberEddy Vluggen26-Dec-12 12:16 
QuestionHow to read list of local and network printersmemberKASR125-Dec-12 7:21 
AnswerRe: How to read list of local and network printersmemberEddy Vluggen25-Dec-12 8:30 
GeneralRe: How to read list of local and network printersmemberKASR126-Dec-12 3:38 
GeneralRe: How to read list of local and network printersmemberEddy Vluggen26-Dec-12 11:58 
GeneralRe: How to read list of local and network printers [modified]memberKASR126-Dec-12 23:15 
GeneralRe: How to read list of local and network printersmemberEddy Vluggen27-Dec-12 4:28 
GeneralRe: How to read list of local and network printersmemberKASR127-Dec-12 7:26 
GeneralAdding an email notification module to my application.memberKismetGerald24-Dec-12 13:01 
GeneralRe: Adding an email notification module to my application.mvpRichard MacCutchan24-Dec-12 23:07 
GeneralRe: Adding an email notification module to my application.memberKismetGerald25-Dec-12 0:09 
GeneralRe: Adding an email notification module to my application.mvpRichard MacCutchan25-Dec-12 21:01 
Questionvbs - text inputs uploaded to webmemberoceaniana24-Dec-12 12:25 
QuestionThrowing run time error while saving the record.memberMember 786176324-Dec-12 2:11 
AnswerRe: Throwing run time error while saving the record.memberEddy Vluggen25-Dec-12 3:03 
Questiongetting right string value from textbox with arabic text in vb6memberMember 970722123-Dec-12 0:44 
AnswerRe: getting right string value from textbox with arabic text in vb6memberEddy Vluggen23-Dec-12 14:17 
GeneralRe: getting right string value from textbox with arabic text in vb6memberMember 970722123-Dec-12 20:34 
GeneralRe: getting right string value from textbox with arabic text in vb6mvpDave Kreskowiak24-Dec-12 5:06 
AnswerRe: getting right string value from textbox with arabic text in vb6memberEddy Vluggen25-Dec-12 8:26 
AnswerHelp, Win32_DefragAnalysis in VB6 codemembernghia09t322-Dec-12 3:26 
GeneralRe: Help, Win32_DefragAnalysis in VB6 codememberEddy Vluggen23-Dec-12 14:15 
QuestionListview vb6.0memberAinnop22-Dec-12 3:08 
AnswerRe: Listview vb6.0memberProgramFOX22-Dec-12 3:19 
Questionpuzzle gamememberjasdeep788221-Dec-12 4:11 
AnswerRe: puzzle gamememberDavid Mujica21-Dec-12 4:33 
AnswerRe: puzzle gamemvpRichard MacCutchan21-Dec-12 6:30 
QuestionTimer for Internet connectionmemberbolepks20-Dec-12 8:51 
AnswerRe: Timer for Internet connectionmvpDave Kreskowiak20-Dec-12 9:46 
GeneralRe: Timer for Internet connectionmemberbolepks20-Dec-12 9:56 
GeneralRe: Timer for Internet connectionmvpDave Kreskowiak21-Dec-12 4:11 
Questioninstr function not accepting arguments VB.netmemberxman12519-Dec-12 2:10 

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


Advertise | Privacy | Mobile
Web03 | 2.6.130619.1 | Last Updated 19 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid