Click here to Skip to main content
16,006,442 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB .Net exe/dll file compressor Pin
lmoelleb7-Jun-07 21:01
lmoelleb7-Jun-07 21:01 
GeneralRe: VB .Net exe/dll file compressor Pin
Mickey0111-Jun-07 20:33
Mickey0111-Jun-07 20:33 
QuestionQuick Crystal Reports question.... Pin
CCG36-Jun-07 13:01
CCG36-Jun-07 13:01 
AnswerRe: Quick Crystal Reports question.... Pin
Rupesh Kumar Swami6-Jun-07 20:06
Rupesh Kumar Swami6-Jun-07 20:06 
AnswerRe: Quick Crystal Reports question.... Pin
Tirthadip6-Jun-07 20:13
Tirthadip6-Jun-07 20:13 
QuestionVB6 - Unbelievable if true Pin
#realJSOP6-Jun-07 12:19
professional#realJSOP6-Jun-07 12:19 
AnswerRe: VB6 - Unbelievable if true Pin
Christian Graus6-Jun-07 12:39
protectorChristian Graus6-Jun-07 12:39 
AnswerRe: VB6 - Unbelievable if true Pin
Dave Kreskowiak6-Jun-07 12:57
mveDave Kreskowiak6-Jun-07 12:57 
Yes, VB6 sucks, but not this bad. Your project "specs" suck more. I have no idea who wrote that crap, but it's a steaming pile of said substance.


John Simmons / outlaw programmer wrote:
Unbelievable #1
After installing the app in question and putting all of the source code in the appropriate locations, the documentation says I have to copy the entire contents of the c:\Program Files\Visual Studio\VB98 folder to the application's bin folder, and create a new VB6 shortcut to run it from it's new location.


You do NOT need to copy the files to the project folder. I have no idea why they said that because there is no advantage to it. Everything done in the environment and compile sequence is done using fully qualified paths. It doesn't make any sense at all, other than the person who originally built it didn't know what they were doing.


John Simmons / outlaw programmer wrote:
Unbelievable #2
This one is also associated with the shortcut. The documentation says I have to pass a parameter to VB6 so that VB6 can pass it to the application being "compiled". Is that really true? Is there no project setting for this?


Uhhh, another steaming pile. Nothing is passed to the project being compiled, other than the usual compiletime constants, which you can specify in the project properties.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: VB6 - Unbelievable if true Pin
Christian Graus6-Jun-07 13:37
protectorChristian Graus6-Jun-07 13:37 
GeneralRe: VB6 - Unbelievable if true Pin
Dave Kreskowiak6-Jun-07 16:43
mveDave Kreskowiak6-Jun-07 16:43 
GeneralRe: VB6 - Unbelievable if true [modified] Pin
#realJSOP7-Jun-07 1:43
professional#realJSOP7-Jun-07 1:43 
GeneralRe: VB6 - Unbelievable if true Pin
Dave Kreskowiak7-Jun-07 13:49
mveDave Kreskowiak7-Jun-07 13:49 
GeneralRe: VB6 - Unbelievable if true Pin
#realJSOP7-Jun-07 1:37
professional#realJSOP7-Jun-07 1:37 
GeneralRe: VB6 - Unbelievable if true Pin
Dave Kreskowiak7-Jun-07 13:46
mveDave Kreskowiak7-Jun-07 13:46 
QuestionHelp on remoting Needed Pin
Ridge Howison6-Jun-07 8:56
Ridge Howison6-Jun-07 8:56 
AnswerRe: Help on remoting Needed Pin
SimulationofSai6-Jun-07 20:04
SimulationofSai6-Jun-07 20:04 
QuestionSending parameters to a windows service Pin
steve_rm6-Jun-07 8:41
steve_rm6-Jun-07 8:41 
AnswerRe: Sending parameters to a windows service Pin
Dave Kreskowiak6-Jun-07 11:04
mveDave Kreskowiak6-Jun-07 11:04 
QuestionRe: Sending parameters to a windows service Pin
steve_rm7-Jun-07 8:16
steve_rm7-Jun-07 8:16 
GeneralRe: Sending parameters to a windows service Pin
Dave Kreskowiak7-Jun-07 8:18
mveDave Kreskowiak7-Jun-07 8:18 
QuestionBound ComboBox Issues [modified] Pin
JoeFid6-Jun-07 5:56
JoeFid6-Jun-07 5:56 
AnswerRe: Bound ComboBox Issues Pin
Dave Kreskowiak6-Jun-07 7:18
mveDave Kreskowiak6-Jun-07 7:18 
QuestionDifferences in Format method between VB6 an VB.NET Pin
Diego F.6-Jun-07 5:49
Diego F.6-Jun-07 5:49 
AnswerRe: Differences in Format method between VB6 an VB.NET Pin
Diego F.6-Jun-07 6:04
Diego F.6-Jun-07 6:04 
GeneralRe: Differences in Format method between VB6 an VB.NET Pin
Guffa6-Jun-07 12:14
Guffa6-Jun-07 12:14 

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.