Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Check Yahoo's RSS documentation Pin
Christian Graus20-Aug-09 11:45
protectorChristian Graus20-Aug-09 11:45 
AnswerRe: Check Yahoo's RSS documentation Pin
rspercy6520-Aug-09 14:50
rspercy6520-Aug-09 14:50 
GeneralRe: Check Yahoo's RSS documentation Pin
Mycroft Holmes21-Aug-09 17:52
professionalMycroft Holmes21-Aug-09 17:52 
GeneralRe: Check Yahoo's RSS documentation Pin
rspercy6522-Aug-09 1:46
rspercy6522-Aug-09 1:46 
GeneralRe: Check Yahoo's RSS documentation Pin
Mycroft Holmes22-Aug-09 1:57
professionalMycroft Holmes22-Aug-09 1:57 
QuestionHelp Defining a Reference in VB Net Pin
CLJohn20-Aug-09 1:08
CLJohn20-Aug-09 1:08 
AnswerRe: Help Defining a Reference in VB Net Pin
Christian Graus20-Aug-09 1:25
protectorChristian Graus20-Aug-09 1:25 
GeneralRe: Help Defining a Reference in VB Net [modified] Pin
CLJohn20-Aug-09 4:23
CLJohn20-Aug-09 4:23 
Hello Christian,

As a result of your message, I clicked on AxMaskEdBoxArray.dll, which came up in the pop-up window and a click following a dot revealed nothing, so I left the line to read:

Public WithEvents Value As AxMaskEdBoxArray

The good news is that the error message disappeared and the project was built without any errors. Unfortunately there was a really weird side-effect.

The project loads data from two sequential files with the line:

FileOpen(1, Filename, OpenMode.Input)

It then reads numeric data with commands such as :
Input(1, Numeric_Varaible_Name(n)) and text with the command:
String_Variable_Name(n) = LineInput(1)

Since making the change, the program fails to read the text data. A QuickWatch of one of the string variables shows “” where it should be, but “Nothing” where there should be text. It also fails to get text data from an INI file using GetPrivateProfileString. Reversing the change to AxMaskEdBoxArray.dll does not correct this.

Fortunately I have a backup! Where do you think I should go from here?

Chris J.

modified on Thursday, August 20, 2009 10:56 AM

AnswerRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 2:09
mveDave Kreskowiak20-Aug-09 2:09 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 4:33
CLJohn20-Aug-09 4:33 
GeneralRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 4:42
mveDave Kreskowiak20-Aug-09 4:42 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 5:07
CLJohn20-Aug-09 5:07 
GeneralRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 5:14
mveDave Kreskowiak20-Aug-09 5:14 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 5:41
CLJohn20-Aug-09 5:41 
GeneralRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 6:19
mveDave Kreskowiak20-Aug-09 6:19 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 6:55
CLJohn20-Aug-09 6:55 
GeneralRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 6:59
mveDave Kreskowiak20-Aug-09 6:59 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 8:15
CLJohn20-Aug-09 8:15 
GeneralRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 9:50
mveDave Kreskowiak20-Aug-09 9:50 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn21-Aug-09 6:37
CLJohn21-Aug-09 6:37 
QuestionQuestion about VB/Access 2003 Pin
maddylein20-Aug-09 0:40
maddylein20-Aug-09 0:40 
AnswerRe: Question about VB/Access 2003 Pin
Johan Hakkesteegt20-Aug-09 20:36
Johan Hakkesteegt20-Aug-09 20:36 
QuestionNokia 5130 Communication Pin
Nanda_MR19-Aug-09 20:39
Nanda_MR19-Aug-09 20:39 
AnswerRe: Nokia 5130 Communication Pin
Vimalsoft(Pty) Ltd19-Aug-09 21:36
professionalVimalsoft(Pty) Ltd19-Aug-09 21:36 
GeneralRe: Nokia 5130 Communication Pin
Nanda_MR19-Aug-09 23:40
Nanda_MR19-Aug-09 23:40 

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.