Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
QuestionHow does ImageIndex property works Pin
luming112233445510-Jun-04 17:42
luming112233445510-Jun-04 17:42 
AnswerRe: How does ImageIndex property works Pin
Nick Seng10-Jun-04 21:30
Nick Seng10-Jun-04 21:30 
GeneralRe: How does ImageIndex property works Pin
Heath Stewart11-Jun-04 3:30
protectorHeath Stewart11-Jun-04 3:30 
AnswerRe: How does ImageIndex property works Pin
Heath Stewart11-Jun-04 3:29
protectorHeath Stewart11-Jun-04 3:29 
GeneralRe: How does ImageIndex property works Pin
luming112233445513-Jun-04 16:17
luming112233445513-Jun-04 16:17 
GeneralRe: How does ImageIndex property works Pin
Heath Stewart13-Jun-04 17:52
protectorHeath Stewart13-Jun-04 17:52 
Generalincremental installation of C# application Pin
ting66810-Jun-04 15:52
ting66810-Jun-04 15:52 
GeneralRe: incremental installation of C# application Pin
Peter Vertes10-Jun-04 17:52
Peter Vertes10-Jun-04 17:52 
Yes it is possible but the initial design of your application will need to be carefully thought out. I'm actually working on a project that is very similar in nature to yours and we are using this method to develop more functionality to users over time and to patch specific parts of the system without actually going off-line.
The application we are writting is a trading application for different asset groups. We have a framework which compiles into an executable and all that framework does is authenticate the user again a database and see what permission the user has. GUI-wise the framework is just an MDI Parent window with a form that takes care of the login/authentication. When the user clicks on a menu only items that the user has permission to use appear as menu items. This is done with the combination of checking what DLL's are available on the remote server where all the DLL's reside on what the user has permission to access. So if a trader is an Equities trader he/she does not have access to Foreign Exchange screens/data so those images will not even appear inside the menu(s) of the framework.
All images that can run inside the framework are separate projects within the solution and produce DLL's into a common output directory (be careful because VS .NET is not too happy when you do this). When a bug is fixed and it's time to put the changes into the production system all we have to do is just move the newly updated DLL into a directory where the framework is expecting it and tell all the traders who need to use this updated image to close their existing image and open a new instance of it. I belive this is a very good way to design an application that will be used by many people since maintanance is very easy but on the down side it will take some time to "get it right" at first.
GeneralRe: incremental installation of C# application Pin
Anonymous11-Jun-04 19:00
Anonymous11-Jun-04 19:00 
GeneralProblem using embedded WMP to play file in C# Pin
Admiral Ackbar10-Jun-04 15:43
Admiral Ackbar10-Jun-04 15:43 
GeneralRe: Problem using embedded WMP to play file in C# Pin
User 96257810-Jun-04 17:21
User 96257810-Jun-04 17:21 
GeneralRe: Problem using embedded WMP to play file in C# Pin
Admiral Ackbar11-Jun-04 2:33
Admiral Ackbar11-Jun-04 2:33 
GeneralAlso..... Pin
User 96257812-Jun-04 7:17
User 96257812-Jun-04 7:17 
GeneralRe: Also..... Pin
Admiral Ackbar12-Jun-04 11:30
Admiral Ackbar12-Jun-04 11:30 
GeneralRe: Also..... Pin
User 96257812-Jun-04 17:08
User 96257812-Jun-04 17:08 
GeneralWindows Services - Config App Pin
AndyBewley10-Jun-04 12:41
sussAndyBewley10-Jun-04 12:41 
GeneralRe: Windows Services - Config App Pin
Xiangyang Liu 刘向阳10-Jun-04 14:36
Xiangyang Liu 刘向阳10-Jun-04 14:36 
Generalhelp in dll Pin
SherKar10-Jun-04 11:57
SherKar10-Jun-04 11:57 
GeneralRe: help in dll Pin
Colin Angus Mackay10-Jun-04 12:20
Colin Angus Mackay10-Jun-04 12:20 
GeneralUser Controls Pin
Flack10-Jun-04 11:18
Flack10-Jun-04 11:18 
GeneralRe: User Controls Pin
Heath Stewart11-Jun-04 3:20
protectorHeath Stewart11-Jun-04 3:20 
GeneralAMS Profile Question Pin
centiipede10-Jun-04 11:02
centiipede10-Jun-04 11:02 
GeneralRe: AMS Profile Question Pin
Heath Stewart11-Jun-04 3:15
protectorHeath Stewart11-Jun-04 3:15 
GeneralRe: AMS Profile Question Pin
Alvaro Mendez11-Jun-04 5:17
Alvaro Mendez11-Jun-04 5:17 
GeneralRe: AMS Profile Question Pin
centiipede11-Jun-04 7:02
centiipede11-Jun-04 7:02 

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.