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

Visual Basic

 
Questionhow to pass two different record from different table in crystal report? Pin
JC.KaNNaN14-Jun-09 21:13
JC.KaNNaN14-Jun-09 21:13 
Questionprintpreviewdialog Numeric up down button events Pin
VB 8.014-Jun-09 20:50
VB 8.014-Jun-09 20:50 
AnswerRe: printpreviewdialog Numeric up down button events Pin
Dave Kreskowiak15-Jun-09 3:59
mveDave Kreskowiak15-Jun-09 3:59 
QuestionVisual Basic Upgrade Wizard error Pin
i_kant_spel14-Jun-09 7:41
i_kant_spel14-Jun-09 7:41 
AnswerRe: Visual Basic Upgrade Wizard error Pin
Henry Minute14-Jun-09 10:16
Henry Minute14-Jun-09 10:16 
AnswerRe: Visual Basic Upgrade Wizard error Pin
Dave Kreskowiak15-Jun-09 1:00
mveDave Kreskowiak15-Jun-09 1:00 
AnswerRe: Visual Basic Upgrade Wizard error Pin
joaguilar16-Jun-09 5:45
joaguilar16-Jun-09 5:45 
GeneralRe: Visual Basic Upgrade Wizard error Pin
i_kant_spel16-Jun-09 6:43
i_kant_spel16-Jun-09 6:43 
Thanks for the tip. I don't actually have access to VB6 on my machine, and it's going to be a while before I have access to the lab development computers again, which do. So I edited the vbp file and removed all of the references, objects, modules, classes, and forms except the last one which incidentally is the problem form. Verbose output from the upgrade tool returns this:

Initializing...
Parsing PROBLEM.FRM...
The following files could not be found:
Resource file i:\nmsource\PROBLEM.frx
Resource file i:\nmsource\PROBLEM.frx
Please make sure these files are present before upgrading this project.

That file is not in any of the source directories I have received, and the only file that contains matching string output is PROBLEM.FRM. It's found in two places. The first block looks like this:

Begin somethingLib.something something1<br />
   Left            =   <number><br />
   OleObjectBlob   =   "PROBLEM.frx":<4-digit hex number><br />
   Top             =   <number><br />
End


The other block looks like this:

Begin VB.Label lblSomething<br />
   Caption         =   $"PROBLEM.frx":<4-digit hex number><br />
   Height          =   <number><br />
   Left            =   <number><br />
   TabIndex        =   <number><br />
   Top             =   <number><br />
   Width           =   <number><br />
End


This lab isn't the most organized lab in the world, and it wouldn't surprise me if they forgot to send me all the files I need. Based on what I'm looking at, I'm guessing that's what happened.

I am going to need this .frx file to accomplish anything, right? I could comment out the Label, but the other thing looks kind of important. Or is there anything else I can get done in the meantime?
AnswerRe: Visual Basic Upgrade Wizard error Pin
joaguilar16-Jun-09 10:31
joaguilar16-Jun-09 10:31 
GeneralRe: Visual Basic Upgrade Wizard error Pin
i_kant_spel18-Jun-09 6:16
i_kant_spel18-Jun-09 6:16 
QuestionSending Emails From VB.Net ? Pin
Paramu197314-Jun-09 5:12
Paramu197314-Jun-09 5:12 
AnswerRe: Sending Emails From VB.Net ? Pin
Luc Pattyn14-Jun-09 5:39
sitebuilderLuc Pattyn14-Jun-09 5:39 
GeneralRe: Sending Emails From VB.Net ? Pin
0x3c014-Jun-09 5:54
0x3c014-Jun-09 5:54 
Questioncontrolbox in messagebox in vb .net Pin
thermo_ll13-Jun-09 21:05
thermo_ll13-Jun-09 21:05 
AnswerRe: controlbox in messagebox in vb .net Pin
Mycroft Holmes13-Jun-09 21:13
professionalMycroft Holmes13-Jun-09 21:13 
AnswerRe: controlbox in messagebox in vb .net Pin
Dave Kreskowiak13-Jun-09 21:26
mveDave Kreskowiak13-Jun-09 21:26 
QuestionHow to check controls created at runtime in a windows form application? Pin
Amer Rehman13-Jun-09 20:39
Amer Rehman13-Jun-09 20:39 
AnswerRe: How to check controls created at runtime in a windows form application? Pin
Mycroft Holmes13-Jun-09 21:17
professionalMycroft Holmes13-Jun-09 21:17 
AnswerRe: How to check controls created at runtime in a windows form application? Pin
Fernando Soto14-Jun-09 3:56
Fernando Soto14-Jun-09 3:56 
QuestionHow to get Handle Numbers ? Pin
specialdreamsin12-Jun-09 21:35
specialdreamsin12-Jun-09 21:35 
AnswerRe: How to get Handle Numbers ? Pin
Christian Graus12-Jun-09 22:22
protectorChristian Graus12-Jun-09 22:22 
AnswerRe: How to get Handle Numbers ? Pin
Mycroft Holmes13-Jun-09 21:23
professionalMycroft Holmes13-Jun-09 21:23 
QuestionHOT Key For Software Pin
Anubhava Dimri12-Jun-09 20:10
Anubhava Dimri12-Jun-09 20:10 
AnswerRe: HOT Key For Software Pin
Eddy Vluggen13-Jun-09 1:52
professionalEddy Vluggen13-Jun-09 1:52 
AnswerRe: HOT Key For Software Pin
DidiKunz13-Jun-09 22:51
DidiKunz13-Jun-09 22:51 

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.