Click here to Skip to main content
15,912,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to deploy dll before custom action Pin
Mithun.Shitole14-Jun-09 23:58
Mithun.Shitole14-Jun-09 23:58 
AnswerRe: How to deploy dll before custom action Pin
Kschuler15-Jun-09 9:00
Kschuler15-Jun-09 9:00 
GeneralRe: How to deploy dll before custom action Pin
Mithun.Shitole15-Jun-09 9:09
Mithun.Shitole15-Jun-09 9:09 
QuestionVista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
saxgod14-Jun-09 23:34
saxgod14-Jun-09 23:34 
AnswerRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak15-Jun-09 4:01
mveDave Kreskowiak15-Jun-09 4:01 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
saxgod15-Jun-09 23:09
saxgod15-Jun-09 23:09 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak16-Jun-09 12:01
mveDave Kreskowiak16-Jun-09 12:01 
QuestionWindowstate Pin
JaganBR14-Jun-09 23:09
JaganBR14-Jun-09 23:09 
AnswerRe: Windowstate Pin
Christian Graus14-Jun-09 23:18
protectorChristian Graus14-Jun-09 23:18 
GeneralRe: Windowstate Pin
JaganBR14-Jun-09 23:52
JaganBR14-Jun-09 23:52 
GeneralRe: Windowstate Pin
Christian Graus15-Jun-09 0:48
protectorChristian Graus15-Jun-09 0:48 
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 
AnswerRe: Visual Basic Upgrade Wizard error Pin
joaguilar16-Jun-09 10:31
joaguilar16-Jun-09 10:31 
From what you mention yes, it looks like they forgot to send you all the files. What is happening (I think) is that the form you are trying to convert has a component (somethingLib.something) that stores its properties in binary format. That binary information is stored in the *.frx file. Here you can find some more information on *.frx files: INFO: What is an FRX file?

This is something we run into every once in a while. The biggest issue with this is that there is no standard for storing binary data in a *.frx file, so every component has its own data format. Even in our conversion tool we are able to convert controls like the PictureBox or Image, since we know the format of their binary data, but we would need to reverse engineer the binary data format of other third party controls to convert their properties automatically.


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 

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.