Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Thumbnail in ListView Pin
Dave Kreskowiak21-Jun-04 5:56
mveDave Kreskowiak21-Jun-04 5:56 
GeneralHelp needed to serialize Controls using XML in VB.NET Pin
realminds21-Jun-04 1:53
realminds21-Jun-04 1:53 
GeneralRe: Help needed to serialize Controls using XML in VB.NET Pin
pvoicu21-Jun-04 3:10
pvoicu21-Jun-04 3:10 
GeneralRe: Help needed to serialize Controls using XML in VB.NET Pin
pvoicu21-Jun-04 3:20
pvoicu21-Jun-04 3:20 
Generaldatagrid to txt file Pin
Brakanjan20-Jun-04 23:57
Brakanjan20-Jun-04 23:57 
GeneralRe: datagrid to txt file Pin
Dave Kreskowiak21-Jun-04 3:54
mveDave Kreskowiak21-Jun-04 3:54 
GeneralCreation of Setup.exe, Myprogram.cab file using VB.NET Pin
manishthouri20-Jun-04 21:49
manishthouri20-Jun-04 21:49 
GeneralRe: Creation of Setup.exe, Myprogram.cab file using VB.NET Pin
Dave Kreskowiak21-Jun-04 3:51
mveDave Kreskowiak21-Jun-04 3:51 
You'd have to write your own custom Setup.exe from scratch. Something that will parse up an .INF file (which is just a text file), and perform the actions described there in. How that file is layed out and what is in it is completely up to you, since your writing the .EXE that will interpret it.

Also, there are no native methods in the .NET BCL that work with creating .CAB files. These are built using as an external tool. BTW: Setup's using .INF and .CAB files have been deprecated for years now.

With a Setup that interprets a .INF, you don't have to recompile the Setup.exe every time you want to make a change to the installation. All you do is modify the .INF file that describes the setup process and update the .CAB file with the appropriate files.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Access of data contained within an excel sheet which has been opened within a web browser control in a VB.NET windows form Pin
Dave Kreskowiak21-Jun-04 3:37
mveDave Kreskowiak21-Jun-04 3:37 
GeneralRe: Access of data contained within an excel sheet which has been opened within a web browser control in a VB.NET windows form Pin
vijaykri21-Jun-04 19:48
vijaykri21-Jun-04 19:48 
GeneralRe: Access of data contained within an excel sheet which has been opened within a web browser control in a VB.NET windows form Pin
Dave Kreskowiak22-Jun-04 1:40
mveDave Kreskowiak22-Jun-04 1:40 
GeneralRe: Access of data contained within an excel sheet which has been opened within a web browser control in a VB.NET windows form Pin
vijaykri22-Jun-04 1:58
vijaykri22-Jun-04 1:58 
Generalseek example code for pocket pc mp3 player / voice recorder Pin
softy7220-Jun-04 17:48
softy7220-Jun-04 17:48 
GeneralRe: seek example code for pocket pc mp3 player / voice recorder Pin
Dave Kreskowiak21-Jun-04 3:43
mveDave Kreskowiak21-Jun-04 3:43 
QuestionHow to turn XML file into Database Pin
neuaspx20-Jun-04 14:16
neuaspx20-Jun-04 14:16 
AnswerRe: How to turn XML file into Database Pin
Dave Kreskowiak21-Jun-04 3:24
mveDave Kreskowiak21-Jun-04 3:24 
GeneralFile to TreeView Problem Pin
bigmutty20-Jun-04 10:28
bigmutty20-Jun-04 10:28 
Generalmysterious compile error Pin
MGEMM20-Jun-04 7:22
MGEMM20-Jun-04 7:22 
QuestionHow to stop process before end? Pin
shinay19-Jun-04 19:39
shinay19-Jun-04 19:39 
AnswerRe: How to stop process before end? Pin
Dave Kreskowiak21-Jun-04 3:09
mveDave Kreskowiak21-Jun-04 3:09 
GeneralFrontpage extension question Pin
namvo19-Jun-04 16:35
namvo19-Jun-04 16:35 
GeneralRe: Frontpage extension question Pin
Dave Kreskowiak21-Jun-04 3:08
mveDave Kreskowiak21-Jun-04 3:08 
QuestionWhat's the prospect of MMC in Microsoft .NET plan? Pin
zzzhouzhou19-Jun-04 7:14
zzzhouzhou19-Jun-04 7:14 
AnswerRe: What's the prospect of MMC in Microsoft .NET plan? Pin
tanstaafl2820-Jun-04 14:21
tanstaafl2820-Jun-04 14:21 
GeneralOffice Com Addin Pin
vancouver77718-Jun-04 19:09
vancouver77718-Jun-04 19:09 

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.