|
-
Jan 18th, 2004, 01:50 PM
#1
Thread Starter
Lively Member
Programmitically add a reference from a resource
I'm going to deploy my application cross-platform (my secret), but how am I able to programmitically add a reference by code rather doing it from the IDE?
Thanks in advance,
DannyJoumaa
Advanced VB6 Programmer
Intermediate-Advanced VB .NET Programmer
Intermediate C# Programmer
Intermediate Win32 Developer
Beginner Mac OS X Developer
Contact: [email protected]
Favorite Sayings:
"Every time you open your mouth, you prove your an idiot."
"God is a programmer. Satan is a bug. Life is debugging."
-
Jan 18th, 2004, 03:39 PM
#2
Frenzied Member
-
Jan 18th, 2004, 03:43 PM
#3
Sleep mode
I don't know about your secret but did you read about 'Plugin' if it serves your need ? This way you can reference your dll at runtime .
-
Jan 18th, 2004, 03:59 PM
#4
Re: Programmitically add a reference from a resource
Originally posted by Danny J
I'm going to deploy my application cross-platform (my secret), but how am I able to programmitically add a reference by code rather doing it from the IDE?
Thanks in advance,
'your secret'? Right..... *cough*mono*cough*
-
Jan 18th, 2004, 04:13 PM
#5
Thread Starter
Lively Member
wrong, incorrect . anywhose if you cant get that, then what is the equivalent of instr for C#? I can't find anything similar anywhere...
DannyJoumaa
Advanced VB6 Programmer
Intermediate-Advanced VB .NET Programmer
Intermediate C# Programmer
Intermediate Win32 Developer
Beginner Mac OS X Developer
Contact: [email protected]
Favorite Sayings:
"Every time you open your mouth, you prove your an idiot."
"God is a programmer. Satan is a bug. Life is debugging."
-
Jan 18th, 2004, 04:13 PM
#6
Sleep mode
Originally posted by kasracer
'your secret'? Right..... *cough*mono*cough*
lol , it's not anymore . When someone says 'Cross-platform' it means Windows and Linux
-
Jan 18th, 2004, 04:15 PM
#7
Thread Starter
Lively Member
+ OS X
DannyJoumaa
Advanced VB6 Programmer
Intermediate-Advanced VB .NET Programmer
Intermediate C# Programmer
Intermediate Win32 Developer
Beginner Mac OS X Developer
Contact: [email protected]
Favorite Sayings:
"Every time you open your mouth, you prove your an idiot."
"God is a programmer. Satan is a bug. Life is debugging."
-
Jan 18th, 2004, 04:16 PM
#8
Sleep mode
Originally posted by Danny J
what is the equivalent of instr for C#? I can't find anything similar anywhere...
It's IndexOf method .
-
Jan 18th, 2004, 04:18 PM
#9
Originally posted by Danny J
wrong, incorrect .
Ahh, so my program I linked you to worked good? Good to hear! 
Originally posted by Danny J
anywhose if you cant get that, then what is the equivalent of instr for C#? I can't find anything similar anywhere...
IndexOf
EDIT: beaten, damn
-
Jan 18th, 2004, 04:19 PM
#10
Originally posted by Pirate
lol , it's not anymore . When someone says 'Cross-platform' it means Windows and Linux
Uh.......
-
Jan 19th, 2004, 01:37 PM
#11
Thread Starter
Lively Member
I'll always have a question, no matter what time it is
I want to put a resource in a file rather having a seperated resource. Like I want my app icon to be included with my startup module. The compiler I am going to use won't compile the project, only one class file (being that it is totally free, mind you). I want the resource to be included in the class file. Now HTF do I do that?
DannyJoumaa
Advanced VB6 Programmer
Intermediate-Advanced VB .NET Programmer
Intermediate C# Programmer
Intermediate Win32 Developer
Beginner Mac OS X Developer
Contact: [email protected]
Favorite Sayings:
"Every time you open your mouth, you prove your an idiot."
"God is a programmer. Satan is a bug. Life is debugging."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|