Click here to Skip to main content
15,887,936 members
Home / Discussions / C#
   

C#

 
Questionto the member satishvj regarding wallpaperchnager project Pin
charantejach19-Jul-09 3:27
charantejach19-Jul-09 3:27 
AnswerRe: to the member satishvj regarding wallpaperchnager project Pin
OriginalGriff19-Jul-09 3:51
mveOriginalGriff19-Jul-09 3:51 
QuestionSetup Project - Uninstall previous version Pin
jammmie99919-Jul-09 3:18
professionaljammmie99919-Jul-09 3:18 
AnswerRe: Setup Project - Uninstall previous version Pin
Adam R Harris20-Jul-09 16:24
Adam R Harris20-Jul-09 16:24 
Questionhow to program a simulation software like circuit maker in C# Pin
YeHi@$MmZ19-Jul-09 2:16
YeHi@$MmZ19-Jul-09 2:16 
AnswerRe: how to program a simulation software like circuit maker in C# Pin
OriginalGriff19-Jul-09 3:24
mveOriginalGriff19-Jul-09 3:24 
GeneralRe: how to program a simulation software like circuit maker in C# Pin
DaveyM6919-Jul-09 6:02
professionalDaveyM6919-Jul-09 6:02 
AnswerRe: how to program a simulation software like circuit maker in C# Pin
Luc Pattyn19-Jul-09 3:54
sitebuilderLuc Pattyn19-Jul-09 3:54 
Hi,

electronic designers use a range of tools, from schematic capture to simulation to PCB design. Which is it you want? And each of those tools can have a variety of features. Do you want to draw all the traces yourself (schematic, and PCB)? or do you expect automatic routing? layer optimization?

Your example was on surface-mounted analog circuitry. So your simulator would be like one of the many SPICE versions? are you interested in the time domain? the frequency domain? What with digital designs?

All these programs need a user interface and some graphics, so yes GDI+ would be required. However to get a professional tool, most of the effort has to be spent in building the libraries of the components on a schematic, the model parameters for simulation, the packages library for PCB design. This is a major task, only big companies try and sometimes succeed.

I suggest 1) you narrow it down to a small subset of the field, and 2) get experience with existing tools before you decide you can and will do a better job at it.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

QuestionAnyone Using SLP Services For Code Protection And/Or License Mgmt? Pin
Sling Blade 2218-Jul-09 23:52
professionalSling Blade 2218-Jul-09 23:52 
AnswerRe: Anyone Using SLP Services For Code Protection And/Or License Mgmt? Pin
MickCurley19-Jul-09 1:36
MickCurley19-Jul-09 1:36 
Questionc# Pin
srinivas00118-Jul-09 22:28
srinivas00118-Jul-09 22:28 
AnswerRe: c# Pin
Blue_Boy18-Jul-09 22:35
Blue_Boy18-Jul-09 22:35 
AnswerRe: c# Pin
Abhijit Jana18-Jul-09 22:55
professionalAbhijit Jana18-Jul-09 22:55 
AnswerRe: c# Pin
PIEBALDconsult19-Jul-09 5:03
mvePIEBALDconsult19-Jul-09 5:03 
AnswerRe: c# Pin
Ravi Bhavnani19-Jul-09 5:49
professionalRavi Bhavnani19-Jul-09 5:49 
QuestionTwo Qs about getting windows info by c# code Pin
saeidfarahi18-Jul-09 21:46
saeidfarahi18-Jul-09 21:46 
QuestionDataGridView Events Pin
half-life18-Jul-09 21:24
half-life18-Jul-09 21:24 
AnswerRe: DataGridView Events Pin
half-life18-Jul-09 22:48
half-life18-Jul-09 22:48 
Questioninput Pin
sanforjackass18-Jul-09 20:46
sanforjackass18-Jul-09 20:46 
QuestionRe: input Pin
OriginalGriff18-Jul-09 21:24
mveOriginalGriff18-Jul-09 21:24 
QuestionRe: input Pin
sanforjackass18-Jul-09 21:46
sanforjackass18-Jul-09 21:46 
AnswerRe: input Pin
OriginalGriff18-Jul-09 22:08
mveOriginalGriff18-Jul-09 22:08 
Questionsock.receive() is giving exception Pin
Vivek Vijayan18-Jul-09 19:50
Vivek Vijayan18-Jul-09 19:50 
AnswerRe: sock.receive() is giving exception Pin
Baeltazor18-Jul-09 21:09
Baeltazor18-Jul-09 21:09 
GeneralRe: sock.receive() is giving exception Pin
Vivek Vijayan19-Jul-09 17:41
Vivek Vijayan19-Jul-09 17:41 

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.