MusiGenesis
|
Registered User
|
Recovering anthropologist, programmer since 19-ought-95. In my last job, despite my vigorous protests, I was given the actual title of "visionary". I will be trying to live this down for the rest of my life.
|
|
Nov 25 |
comment |
Why is software quality so problematic? @Sean: the basic principles of engineering have little to do with the "laws of physics", and actually derive from (as you point out) the lessons learned from a massive amount of trial and error. The same sort of thing is possible with software (with or without whatever the "laws of physics for software" might provide) - it just hasn't happened yet. And yes, I know that engineering isn't a magic fairy dust - my last name isn't "Strawman". |
|
Nov 24 |
revised |
.NET 2.0 - Creating an interface to allow for editing/adding to be handled by the object itself? added 41 characters in body |
|
Nov 21 |
accepted | c# notify child controls recursive |
|
Nov 20 |
comment |
Funniest experience at work This one time? At band camp? ... |
|
Nov 19 |
accepted | Connecting to SQL 2005 from a windows mobile device |
|
Nov 19 |
awarded | ● Popular Question |
|
Nov 18 |
comment |
Why is WPF loosing terrain with Silverlight 4 coming? I think you mean "buzz" instead of "fuzz". |
|
Nov 18 |
comment |
Compare Strings in C# @okw: using Thread.Sleep(n) to delay is almost as big of a no-no as looping (although at least it doesn't produce a processor-dependent duration). |
|
Nov 18 |
comment |
Compare Strings in C# @balexandre: as far as I can tell, he's writing a winforms app that accesses a web resource. The key line in his original code is np.Show(this); which is a method used to show a Form. |
|
Nov 18 |
accepted | Compare Strings in C# |
|
Nov 18 |
answered | Compare Strings in C# |
|
Nov 15 |
accepted | csharp winform modal window, able to click on main window |
|
Nov 14 |
accepted | Looking for tool that can see tables and data in sqlCE - in computer that isnt have Visual studio or SQL server |
|
Nov 14 |
revised |
Bring window to foreground after Mutex fails edited body |
|
Nov 14 |
revised |
How can I send GridView to Printer in C# added 33 characters in body |
|
Nov 14 |
answered | Looking for tool that can see tables and data in sqlCE - in computer that isnt have Visual studio or SQL server |
|
Nov 14 |
answered | How can I send GridView to Printer in C# |
|
Nov 9 |
accepted | DataTable.GetChanges() keeps returning NULL! |
|
Nov 9 |
answered | DataTable.GetChanges() keeps returning NULL! |
|
Nov 9 |
revised |
DataTable.GetChanges() keeps returning NULL! added 46 characters in body |
|
Nov 9 |
comment |
C#, how to compare two datatables A + B, how to show rows which are in B but not in A @Chad: In your case, A may be empty of both data and columns/fields. A and B have to have the same columns for this method to work. |
|
Nov 4 |
accepted | Is there a class that we can use to host both window form and controls? |
|
Nov 1 |
accepted | how to maximize a windows mobile window ? |
|
Oct 29 |
comment |
Modern equivalent to Foxpro, Access, etc. ? @Oliver: yeah, the end user does need Access to run it. Sorry, didn't notice that part. |
|
Oct 29 |
answered | Getting the collection of controls (including buttons) on a Winforms form |
|
Oct 29 |
comment |
csharp winform modal window, able to click on main window @r4ccoon: not sure I understand your problem. Why would you want to set a RichTextBox's Text property after the form it's on has been closed? |
|
Oct 29 |
answered | Modern equivalent to Foxpro, Access, etc. ? |
|
Oct 29 |
answered | User defined formulas in C# |
|
Oct 29 |
comment |
C# WPF Converting english numbers to arabic numbers. Well, I'm glad I didn't link using www.lmgtfy.com then. This problem is new to me, because I thought that foreign-language sites all use the regular numbers, with the only cultural differences being the . and , swapping. |
|
Oct 29 |
comment |
C# WPF Converting english numbers to arabic numbers. @jmitch18: I don't either. The Arabic in my earlier comment back-translates as "your lands shall be salted, and your women and children shall be made slaves". |
|
Oct 29 |
answered | C# WPF Converting english numbers to arabic numbers. |
|
Oct 29 |
comment |
C# WPF Converting english numbers to arabic numbers. Actually, the numerical system named "Arabic" was invented by Indian mathematicians, and is only called Arabic in the Western world because we got it from Arab traders. |
|
Oct 29 |
revised |
How should I make a library (.dll) file for other devs to use in their projects using C#? added 24 characters in body |
|
Oct 29 |
answered | csharp winform modal window, able to click on main window |
|
Oct 29 |
comment |
Why no love for SQL? @Jeff: I don't think it's a huge point against SQL, actually. That's why I said "I agree with your points" and put "terrible" in quotes. I prefer SQL over data abstraction layers, myself, although I'm glad things like NHibernate exist because they're much better than the home-grown crap that used to proliferate. |
|
Oct 29 |
revised |
How should I make a library (.dll) file for other devs to use in their projects using C#? added 100 characters in body |
|
Oct 29 |
comment |
C# WPF Converting english numbers to arabic numbers. Do you mean that you need the output to be something like "eighty-seven-point-four-percent" only in Arabic ("سبعة وثمانون نقطة أربعة في المئة")? |
|
Oct 29 |
answered | C# libraries with hidden gems |
|
Oct 29 |
answered | How should I make a library (.dll) file for other devs to use in their projects using C#? |
|
Oct 29 |
answered | how to interact with mainframe from asp.net web pages (c#) |
|
Oct 29 |
answered | Bird songs for distraction free programming |
|
Oct 29 |
answered | Why no love for SQL? |
|
Oct 29 |
answered | Windows Mobile Custom Textbox |
|
Oct 28 |
comment |
C# DataGridView, large cells: Content never fully visible, scrolling skips cell @Markus: make sure you put "and I can't use a @#$&@# ListBox for this" in your question. |
|
Oct 28 |
revised |
C# DataGridView, large cells: Content never fully visible, scrolling skips cell added 582 characters in body |
|
Oct 28 |
comment |
C# DataGridView, large cells: Content never fully visible, scrolling skips cell @Markus: I recommend asking your problem as another question here on SO, and see what people suggest. Something like "what is best control for displaying (potentially very long) log items in a winforms app?" I can't really think of a good answer, myself. I'd probably end up writing a complete custom control for this, but that's potentially a lot of work. |
|
Oct 28 |
comment |
C# DataGridView, large cells: Content never fully visible, scrolling skips cell @Markus: you do all your logging in Latin? :) |
|
Oct 28 |
comment |
Connecting to SQL 2005 from a windows mobile device @ctacke: the only practical use I've found for the emulator so far is answering CF questions when I can't find the connector cable for my smartphone and generating screenshots. |
|
Oct 27 |
answered | Is there a difference between connect PPC to WS through ActiveSync and IP cradle ? |
|
Oct 27 |
answered | Connecting to SQL 2005 from a windows mobile device |
