Click here to Skip to main content
15,896,063 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: stackhash _2f16 Pin
Eddy Vluggen10-Jun-13 4:23
professionalEddy Vluggen10-Jun-13 4:23 
GeneralRe: stackhash _2f16 Pin
champagne_charly10-Jun-13 4:56
champagne_charly10-Jun-13 4:56 
GeneralRe: stackhash _2f16 Pin
Eddy Vluggen10-Jun-13 6:33
professionalEddy Vluggen10-Jun-13 6:33 
GeneralRe: stackhash _2f16 Pin
champagne_charly10-Jun-13 11:43
champagne_charly10-Jun-13 11:43 
GeneralRe: stackhash _2f16 Pin
Eddy Vluggen10-Jun-13 22:33
professionalEddy Vluggen10-Jun-13 22:33 
GeneralRe: stackhash _2f16 Pin
champagne_charly9-Jun-13 6:09
champagne_charly9-Jun-13 6:09 
AnswerRe: stackhash _2f16 Pin
Dave Kreskowiak9-Jun-13 5:18
mveDave Kreskowiak9-Jun-13 5:18 
GeneralRe: stackhash _2f16 Pin
champagne_charly9-Jun-13 5:45
champagne_charly9-Jun-13 5:45 
Hello,

This is vb6 not .net.. are we on the same page there..?

Code was Taken from vba(access/outlook) modules to vb6 (yes released 15 years ago 1998) as it is was pretty much a copy and paste.. I can +- read vb.net and c# but as yet dont write nor do I intend to learn.

As for the line numbers.. This is the method I use to log where an error occurs and find line easily.. What would you suggest? I was under the impression this was common pratice.

Following has been added to bottom of sub so if an error occurs within it throws it..
VB
HTTPDownloadFile_Error:
    WriteLog   "Error " & Err.Number & " (" & Err.Description & " at Line: " & Erl & ") in procedure HTTPDownloadFile of VBA Document Form_frmImportCreate"


However nothing is thrown.. letting us believe it is not this module.. however if I add
VB
exit  sub
above any lines within this thus disabling.. the app will loop through all files without crashing..
GeneralRe: stackhash _2f16 Pin
Dave Kreskowiak9-Jun-13 6:17
mveDave Kreskowiak9-Jun-13 6:17 
QuestionReplication status Pin
alaa_hossain8-Jun-13 4:09
alaa_hossain8-Jun-13 4:09 
AnswerRe: Replication status Pin
Abhinav S8-Jun-13 4:36
Abhinav S8-Jun-13 4:36 
Questionnew language come in my code Pin
foad aldhoh7-Jun-13 4:47
foad aldhoh7-Jun-13 4:47 
AnswerRe: new language come in my code Pin
TnTinMn7-Jun-13 10:48
TnTinMn7-Jun-13 10:48 
Questiondatatable -> wpf datagrid -> new datatable Pin
Member 98926065-Jun-13 6:35
Member 98926065-Jun-13 6:35 
QuestionConvert VB6 project to VB.Net Pin
bhagyashree apte5-Jun-13 2:57
bhagyashree apte5-Jun-13 2:57 
AnswerRe: Convert VB6 project to VB.Net Pin
Abhinav S5-Jun-13 16:47
Abhinav S5-Jun-13 16:47 
QuestionHow to send Email using VB 6.0 Pin
Saranya-from-Tamil-Nadu-India4-Jun-13 23:28
Saranya-from-Tamil-Nadu-India4-Jun-13 23:28 
AnswerRe: How to send Email using VB 6.0 Pin
Richard MacCutchan4-Jun-13 23:34
mveRichard MacCutchan4-Jun-13 23:34 
QuestionSmart Card and CredUIPromptForWindowsCredentials Pin
dfaulhaber2k14-Jun-13 11:28
dfaulhaber2k14-Jun-13 11:28 
QuestionFindFirstFileEx() and Unicode Pin
treddie4-Jun-13 10:03
treddie4-Jun-13 10:03 
AnswerRe: FindFirstFileEx() and Unicode Pin
Dave Kreskowiak4-Jun-13 10:39
mveDave Kreskowiak4-Jun-13 10:39 
GeneralRe: FindFirstFileEx() and Unicode Pin
treddie4-Jun-13 11:04
treddie4-Jun-13 11:04 
GeneralRe: FindFirstFileEx() and Unicode Pin
Dave Kreskowiak4-Jun-13 11:12
mveDave Kreskowiak4-Jun-13 11:12 
GeneralRe: FindFirstFileEx() and Unicode Pin
treddie4-Jun-13 11:32
treddie4-Jun-13 11:32 
GeneralRe: FindFirstFileEx() and Unicode Pin
treddie4-Jun-13 12:08
treddie4-Jun-13 12:08 

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.