Click here to Skip to main content
15,927,694 members
Home / Discussions / C#
   

C#

 
GeneralRe: C#.Net Pin
Aditya Baraya18-Mar-08 22:48
Aditya Baraya18-Mar-08 22:48 
GeneralRe: C#.Net Pin
Mabre of the Tadadas18-Mar-08 9:53
Mabre of the Tadadas18-Mar-08 9:53 
GeneralRe: C#.Net Pin
parth.p18-Mar-08 10:01
parth.p18-Mar-08 10:01 
GeneralRe: C#.Net Pin
Aditya Baraya18-Mar-08 22:55
Aditya Baraya18-Mar-08 22:55 
GeneralRe: C#.Net Pin
Christian Graus18-Mar-08 13:10
protectorChristian Graus18-Mar-08 13:10 
JokeRe: C#.Net Pin
Anthony Mushrow18-Mar-08 15:56
professionalAnthony Mushrow18-Mar-08 15:56 
GeneralMicrosoft CRM 3.0 SDK Problem. Pin
hdv21218-Mar-08 6:54
hdv21218-Mar-08 6:54 
GeneralCreate an ActiveX (or equivalent) usable within the compact framework Pin
Olivier Sannier18-Mar-08 6:24
Olivier Sannier18-Mar-08 6:24 
Hi all,

I created an ASP.Net website in C# targeted to industrial terminals (Symbol, Psion) in order to give them limited access to some of the functionalities of our application. The web browser on these devices being very limited we had to find trick but in the end it works just fine. However, there is a big problem in that the loading of pages is very slow. That comes from the fact that these devices have quite a limited computing power and as such they take time analyzing and displaying the pages.
Creating a full blown Winforms application in C# has at least two main disadvantages that we want to avoid:
Must bring back all the terminals for an upload for each update
Big risk of forgetting an update on one of the devices which might lead to data corruption created by out of date applications.

This is why the idea of creating an ActiveX in C# came to us. Indeed, with that we combine the advantage of an update forced by the web server with the complete execution on the client thus eliminating the reload of pages.
The choice of C# as a language is also there to take advantage of the existing development and thus avoid a complete rewrite. Furthermore, the use of ActiveX occurred to us as this is a technology we already know but if there is something better in the compact framework, we are more than inclined to use it.
I did some research here and in google but I did not find any concrete example especially because I want to be able to use the visual designer to create my control. Placing the child controls by hand via code is not very attractive.

Thanks in advance for your help.
Regards
Olivier
GeneralRe: Create an ActiveX (or equivalent) usable within the compact framework Pin
Not Active18-Mar-08 6:30
mentorNot Active18-Mar-08 6:30 
GeneralRe: Create an ActiveX (or equivalent) usable within the compact framework Pin
Olivier Sannier18-Mar-08 6:33
Olivier Sannier18-Mar-08 6:33 
QuestionMarshal Unmanaged Type by ByValArray Pin
sthaas18-Mar-08 5:55
sthaas18-Mar-08 5:55 
QuestiondateChangedEvent??? Pin
Harvey Saayman18-Mar-08 4:51
Harvey Saayman18-Mar-08 4:51 
AnswerRe: dateChangedEvent??? Pin
Rob Philpott18-Mar-08 4:57
Rob Philpott18-Mar-08 4:57 
GeneralRe: dateChangedEvent??? Pin
Harvey Saayman18-Mar-08 5:08
Harvey Saayman18-Mar-08 5:08 
GeneralRe: dateChangedEvent??? Pin
phannon8618-Mar-08 5:13
professionalphannon8618-Mar-08 5:13 
AnswerRe: dateChangedEvent??? Pin
Rob Philpott18-Mar-08 5:01
Rob Philpott18-Mar-08 5:01 
AnswerRe: dateChangedEvent??? Pin
led mike18-Mar-08 5:23
led mike18-Mar-08 5:23 
GeneralTernary Operator Question Pin
dboy22118-Mar-08 4:33
dboy22118-Mar-08 4:33 
GeneralRe: Ternary Operator Question Pin
PIEBALDconsult18-Mar-08 5:12
mvePIEBALDconsult18-Mar-08 5:12 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 2:45
dboy22119-Mar-08 2:45 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 3:37
dboy22119-Mar-08 3:37 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 5:21
dboy22119-Mar-08 5:21 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 5:44
dboy22119-Mar-08 5:44 
Generalscale in the graph Pin
ciacia18-Mar-08 4:12
ciacia18-Mar-08 4:12 
GeneralRe: scale in the graph Pin
Ennis Ray Lynch, Jr.18-Mar-08 8:29
Ennis Ray Lynch, Jr.18-Mar-08 8:29 

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.