Click here to Skip to main content
15,911,786 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.Net Compiler Warning.......'used before assigned a value. null exception could result'. Pin
DaveAuld28-May-09 22:58
professionalDaveAuld28-May-09 22:58 
AnswerRe: VB.Net Compiler Warning.......'used before assigned a value. null exception could result'. Pin
DidiKunz28-May-09 23:03
DidiKunz28-May-09 23:03 
GeneralRe: VB.Net Compiler Warning.......'used before assigned a value. null exception could result'. Pin
DaveAuld28-May-09 23:19
professionalDaveAuld28-May-09 23:19 
AnswerRe: VB.Net Compiler Warning.......'used before assigned a value. null exception could result'. [modified] Pin
Luc Pattyn29-May-09 1:30
sitebuilderLuc Pattyn29-May-09 1:30 
GeneralRe: VB.Net Compiler Warning.......'used before assigned a value. null exception could result'. Pin
DaveAuld29-May-09 2:03
professionalDaveAuld29-May-09 2:03 
GeneralRe: VB.Net Compiler Warning.......'used before assigned a value. null exception could result'. Pin
Luc Pattyn29-May-09 2:05
sitebuilderLuc Pattyn29-May-09 2:05 
AnswerRe: VB.Net Compiler Warning.......'used before assigned a value. null exception could result'. Pin
chilinhhacker14-Jul-09 16:03
chilinhhacker14-Jul-09 16:03 
QuestionVB6 application using BeforeNavigate2 to capture a filled web page no longer catching pop-ups Pin
hubdawgs28-May-09 17:00
hubdawgs28-May-09 17:00 
The following code:

Private Sub ie_BeforeNavigate2(ByVal pDisp As Object, ByRef URL, ByRef Flags, ByRef TargetFrameName, ByRef PostData, ByRef Headers, ByRef Cancel As Boolean)

      If (InStr(URL, "Dialog()") > 0) Or (URL = DIALOG_URL) Then wd.captureScreen
      If (URL = MAIN_URL) Or (URL = BYE_URL) Then wd.captureScreen
End Sub

Used to trigger a screen capture based on specified URLs including main pages and script generated pop-ups; however, the web application is now using .NET and the BeforeNavigate2 event is not firing when the user navigates away from the pop-up.   Is there a simple way to identify the closing of a pop-up in this environemnt and produce a screen image prior to the closing of a dialog window?
AnswerRe: VB6 application using BeforeNavigate2 to capture a filled web page no longer catching pop-ups Pin
Christian Graus28-May-09 21:18
protectorChristian Graus28-May-09 21:18 
GeneralRe: VB6 application using BeforeNavigate2 to capture a filled web page no longer catching pop-ups Pin
hubdawgs29-May-09 4:06
hubdawgs29-May-09 4:06 
QuestionFTP Download problems Pin
CodecCodes28-May-09 15:32
CodecCodes28-May-09 15:32 
AnswerRe: FTP Download problems Pin
Dave Kreskowiak28-May-09 17:33
mveDave Kreskowiak28-May-09 17:33 
Questionworksheetfunction.match Pin
yamanbas28-May-09 8:41
yamanbas28-May-09 8:41 
QuestionGet data off a grid on a web page Pin
MarDude28-May-09 5:54
MarDude28-May-09 5:54 
AnswerRe: Get data off a grid on a web page Pin
Jay Royall28-May-09 6:14
Jay Royall28-May-09 6:14 
GeneralRe: Get data off a grid on a web page Pin
MarDude28-May-09 7:11
MarDude28-May-09 7:11 
GeneralRe: Get data off a grid on a web page Pin
Jay Royall28-May-09 8:22
Jay Royall28-May-09 8:22 
GeneralRe: Get data off a grid on a web page Pin
MarDude28-May-09 13:33
MarDude28-May-09 13:33 
GeneralRe: Get data off a grid on a web page Pin
Jay Royall28-May-09 22:01
Jay Royall28-May-09 22:01 
GeneralRe: Get data off a grid on a web page Pin
MarDude29-May-09 6:48
MarDude29-May-09 6:48 
QuestionHow to Create a Dynamic Page in VB and Print the same. Pin
Kaushal Arora28-May-09 1:55
Kaushal Arora28-May-09 1:55 
AnswerRe: How to Create a Dynamic Page in VB and Print the same. Pin
Dave Kreskowiak28-May-09 6:44
mveDave Kreskowiak28-May-09 6:44 
GeneralRe: How to Create a Dynamic Page in VB and Print the same. Pin
Kaushal Arora28-May-09 17:47
Kaushal Arora28-May-09 17:47 
GeneralRe: How to Create a Dynamic Page in VB and Print the same. Pin
DidiKunz28-May-09 23:14
DidiKunz28-May-09 23:14 
QuestionHow to connect the sql sever to pda device. Pin
PandiaRajan_P28-May-09 1:49
PandiaRajan_P28-May-09 1:49 

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.