Click here to Skip to main content
15,925,369 members
Home / Discussions / C#
   

C#

 
GeneralRe: World coordinates? Pin
Luc Pattyn9-Nov-08 7:59
sitebuilderLuc Pattyn9-Nov-08 7:59 
GeneralRe: World coordinates? Pin
seafaror9-Nov-08 9:43
seafaror9-Nov-08 9:43 
QuestionCannot change Graphics.PageScale on Graphics object created via Control.CreateGraphics() Pin
pulsar19609-Nov-08 7:12
pulsar19609-Nov-08 7:12 
AnswerRe: Cannot change Graphics.PageScale on Graphics object created via Control.CreateGraphics() Pin
Christian Graus9-Nov-08 7:32
protectorChristian Graus9-Nov-08 7:32 
QuestionDll Callback and shared memory [modified] Pin
Paolo Vernazza9-Nov-08 6:33
Paolo Vernazza9-Nov-08 6:33 
AnswerRe: Dll Callback and shared memory Pin
Mark Salsbery9-Nov-08 7:17
Mark Salsbery9-Nov-08 7:17 
GeneralRe: Dll Callback and shared memory Pin
Paolo Vernazza9-Nov-08 8:25
Paolo Vernazza9-Nov-08 8:25 
GeneralRe: Dll Callback and shared memory Pin
Mark Salsbery9-Nov-08 8:34
Mark Salsbery9-Nov-08 8:34 
GeneralRe: Dll Callback and shared memory Pin
Paolo Vernazza10-Nov-08 5:21
Paolo Vernazza10-Nov-08 5:21 
Questionhow to send text to external program Pin
E_Gold9-Nov-08 2:36
E_Gold9-Nov-08 2:36 
AnswerRe: how to send text to external program Pin
Giorgi Dalakishvili9-Nov-08 3:09
mentorGiorgi Dalakishvili9-Nov-08 3:09 
GeneralRe: how to send text to external program Pin
E_Gold9-Nov-08 3:39
E_Gold9-Nov-08 3:39 
GeneralRe: how to send text to external program Pin
Giorgi Dalakishvili9-Nov-08 4:55
mentorGiorgi Dalakishvili9-Nov-08 4:55 
AnswerRe: how to send text to external program Pin
sph3rex9-Nov-08 6:31
sph3rex9-Nov-08 6:31 
GeneralRe: how to send text to external program Pin
jas0n2311-Nov-08 0:41
jas0n2311-Nov-08 0:41 
QuestionRun an application? Pin
dec829-Nov-08 1:49
dec829-Nov-08 1:49 
AnswerRe: Run an application? Pin
Guffa9-Nov-08 3:26
Guffa9-Nov-08 3:26 
GeneralRe: Run an application? Pin
dec829-Nov-08 5:21
dec829-Nov-08 5:21 
GeneralRe: Run an application? Pin
Guffa9-Nov-08 6:40
Guffa9-Nov-08 6:40 
QuestionHow to find parent's child in matrix (in maze)? Pin
sitnet9-Nov-08 1:25
sitnet9-Nov-08 1:25 
AnswerRe: How to find parent's child in matrix (in maze)? Pin
Christian Graus9-Nov-08 6:06
protectorChristian Graus9-Nov-08 6:06 
GeneralRe: How to find parent's child in matrix (in maze)? Pin
Luc Pattyn9-Nov-08 8:09
sitebuilderLuc Pattyn9-Nov-08 8:09 
GeneralRe: How to find parent's child in matrix (in maze)? Pin
Pete O'Hanlon9-Nov-08 8:50
mvePete O'Hanlon9-Nov-08 8:50 
GeneralRe: How to find parent's child in matrix (in maze)? Pin
Luc Pattyn9-Nov-08 9:18
sitebuilderLuc Pattyn9-Nov-08 9:18 
QuestionA Question of Style Pin
Roger Wright8-Nov-08 21:36
professionalRoger Wright8-Nov-08 21:36 
I'm playing with my first C# application and have a few questions about style. Bear with me here; I've been programming about 100 years, but I'm fairly new to the Windows environment, and a total newbie in C#.

I'm working on an app that is intended to allow unskilled people to enter information about electrical substations. The four functions to be supported are: entering the equipment readings for several classes of equipment each month, recording services performed on the equipment, recording the movement of equipment within substations and inventory, and managing inventory. I've built Windows Forms for each of the basic functions, but now wonder how to proceed.

My first thought was to create a sequence of dialogs launched from each major function page to collect data and post it to a database. Then it occured to me that I might also embed data collection forms into the main pages and play with the visibility of each as I walked the user through the steps. Another option would be to create individual forms for each step and just overlay them as the user navigates through the steps. I'm trying to create a uniform appearance so as to make the app friendly to people who don't like to use computers, but since I'm new to the language and environment, I'd also like to save myself a lot of unnecessary pain. I don't want to lock myself into a solution that will require advanced knowledge of the language that I lack.

What would you recommend? Any suggestions would be appreciated...

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

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.