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

Visual Basic

 
AnswerRe: Conversion from string "" to type 'Integer' is not valid Pin
Richard MacCutchan20-Apr-16 2:02
mveRichard MacCutchan20-Apr-16 2:02 
AnswerRe: Conversion from string "" to type 'Integer' is not valid Pin
Sascha Lefèvre20-Apr-16 2:29
professionalSascha Lefèvre20-Apr-16 2:29 
AnswerRe: Conversion from string "" to type 'Integer' is not valid Pin
CHill6020-Apr-16 2:37
mveCHill6020-Apr-16 2:37 
GeneralRe: Conversion from string "" to type 'Integer' is not valid Pin
kishore-201621-Apr-16 5:44
kishore-201621-Apr-16 5:44 
GeneralRe: Conversion from string "" to type 'Integer' is not valid Pin
Richard Deeming21-Apr-16 5:54
mveRichard Deeming21-Apr-16 5:54 
GeneralRe: Conversion from string "" to type 'Integer' is not valid Pin
CHill6021-Apr-16 6:17
mveCHill6021-Apr-16 6:17 
GeneralRe: Conversion from string "" to type 'Integer' is not valid Pin
kishore-201621-Apr-16 6:26
kishore-201621-Apr-16 6:26 
QuestionVB6 File not found: 'C:\Users\???\AppData\Local\Temp\VBB685.tmp' Pin
ThePotty120-Apr-16 1:07
ThePotty120-Apr-16 1:07 
I'm not one to hate on VB6, but today's gonna be an exception. Also I want this message to be on the internet so the next poor swine who gets this message might be lucky enough to see this post.

I recently added some functionality to an OCX in our legacy VB6 system. The OCX compiled without errors, but any program that used it could no longer load it. When I tried to reference it in a new project, I got the error "File not found: 'C:\Users\???\AppData\Local\Temp\VBB685.tmp'".

About a week of tearing my hair out followed. I'd just upgraded to windows 10, I'm still not sure if that's relevant.

The thing is, I added a property. Removing it fixed the bug. Adding ANY property broke it again. Eventually I broke compatibility, made two functions which were Public but could/should have been Private .. um, Private, and added my property again. Now it's all good.

I can only assume there's some sort of really small limit on the number of exposed properties of a VB6 OCX. If this is/was common knowledge, well then what the hell google :p
AnswerRe: VB6 File not found: 'C:\Users\???\AppData\Local\Temp\VBB685.tmp' Pin
Dave Kreskowiak20-Apr-16 4:18
mveDave Kreskowiak20-Apr-16 4:18 
AnswerRe: VB6 File not found: 'C:\Users\???\AppData\Local\Temp\VBB685.tmp' Pin
CHill6021-Apr-16 6:13
mveCHill6021-Apr-16 6:13 
QuestionVBA minimum margin Pin
JR21219-Apr-16 21:00
JR21219-Apr-16 21:00 
SuggestionRe: VBA minimum margin Pin
Richard MacCutchan19-Apr-16 23:28
mveRichard MacCutchan19-Apr-16 23:28 
GeneralRe: VBA minimum margin Pin
JR21220-Apr-16 19:03
JR21220-Apr-16 19:03 
GeneralRe: VBA minimum margin Pin
Richard MacCutchan20-Apr-16 21:05
mveRichard MacCutchan20-Apr-16 21:05 
GeneralRe: VBA minimum margin Pin
JR21220-Apr-16 22:32
JR21220-Apr-16 22:32 
GeneralRe: VBA minimum margin Pin
Richard MacCutchan20-Apr-16 22:38
mveRichard MacCutchan20-Apr-16 22:38 
Questionrichtexbox1.selectionfont Pin
Member 1243617019-Apr-16 9:46
Member 1243617019-Apr-16 9:46 
AnswerRe: richtexbox1.selectionfont Pin
Richard MacCutchan19-Apr-16 20:50
mveRichard MacCutchan19-Apr-16 20:50 
AnswerRe: richtexbox1.selectionfont Pin
Eddy Vluggen20-Apr-16 2:56
professionalEddy Vluggen20-Apr-16 2:56 
QuestionVB 2010 Error: Property access must assign to the property or use its values. Pin
Gus11317-Apr-16 22:35
Gus11317-Apr-16 22:35 
QuestionRe: VB 2010 Error: Property access must assign to the property or use its values. Pin
Richard MacCutchan17-Apr-16 22:43
mveRichard MacCutchan17-Apr-16 22:43 
AnswerRe: VB 2010 Error: Property access must assign to the property or use its values. Pin
Gus11318-Apr-16 20:44
Gus11318-Apr-16 20:44 
GeneralRe: VB 2010 Error: Property access must assign to the property or use its values. Pin
Richard MacCutchan18-Apr-16 20:58
mveRichard MacCutchan18-Apr-16 20:58 
AnswerRe: VB 2010 Error: Property access must assign to the property or use its values. Pin
Ralf Meier18-Apr-16 8:59
mveRalf Meier18-Apr-16 8:59 
GeneralRe: VB 2010 Error: Property access must assign to the property or use its values. Pin
Gus11318-Apr-16 20:45
Gus11318-Apr-16 20:45 

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.