Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~10K People Reached
About Me

30+ years of programming (Basic, Forth, Pascal, Modula-II, C, C++, C#, Delphi. I prefer Delphi over all others. I am retired from the Colorado Division of Wildlife where I managed hatcheries and wrote software. Now, I just play and do part-time consulting…

Interests
Mountain biking, dirt biking, downhill skiing, aquariums.
PC Specs
Various Mac and PC.
Favorite Tags
Member Avatar for Toulinwoek

Borland has released some "Turbo Explorer" editions of it's development tools. I am wondering if anyone here can tell me (as objectively as possible) if the Delphi language is -"Better" -More powerful -Easier to learn -More Flexible -Able to create better performing apps Than C# (I am particularly referring to …

Member Avatar for conhulio
0
2K
Member Avatar for Michael_Knight

Hey everyone. It seem's this is the place to post anything we want (within reason) so I thought I would start a thread to find out what your favorite quotes are. I'll start with one of mine (though I have loads more): [B]People always turn away from the eyes of …

Member Avatar for happygeek
0
1K
Member Avatar for fishsqzr

I am trying to use form inheritance in C#/NET 2.0 and find that some things (which were possible in other systems) do not seem to work here. Actually, even inheriting a form seems do be a bit of a chore (and the C# Help does not mention it at all). …

Member Avatar for dhar_sudipta
0
171
Member Avatar for fishsqzr

I have had it with Vista HP, as it cannot support SQL Server at the level needed. Too bad Microsoft doesn't tell you about the problem (I found out by surfing their forums) I've purchased an XP Pro disk, but now I discover that XP cannot see my hard drive! …

Member Avatar for Smalls
0
108
Member Avatar for fishsqzr

C# (and, I assume, all NET languages) has a very obnoxious 'feature' where data is not sent from a control (TextBox, CheckBox, DataGridViewCell...) to the underlying dataset until that control looses focus. This causes problems because there are cases where critical code can get invoked before a value is saved. …

0
80
Member Avatar for khaled_nagaty

Hi all, After I open a connection between an Access database and my project I try to drag the database node onto the Windows Form but it always fail I am not able to create an OleDbConnection to the data source. How this problem can be solved? regards Khaled

Member Avatar for fishsqzr
0
126
Member Avatar for MoZo1

Well... I could copy the data, and use that, but that would be very slow, and I would have to copy often and a lot. I have a table where records depends on another one. Still, it will be the backup if I can't solve this. So every time I …

Member Avatar for MoZo1
0
456
Member Avatar for fishsqzr

The Microsoft write-ups for Visual Studio 2008 said that it can target various version of .NET. However, it seems to set up all projects to target NET 3.5. Does anyone know how to make it target earlier NET versions?

Member Avatar for scru
0
99
Member Avatar for fishsqzr

I need to use a BindingSource Filter property to search for names in a string field. That is easy enough, unless the name contains a single quote (apostrophe) such as "O'BRIEN" or similar names. VS Help says special characters should be escaped by enclosing them in square brackets. This works …

Member Avatar for fishsqzr
0
97
Member Avatar for fishsqzr

I recently purchased Visual Studio Pro '08 and installed in on Vista HP. It comes with SQL Server Developer, but I disovered I could not get that to install correctly. From what I have discovered on other forums, Vista HP does not expose IIS properly to SQL Server so Reporting …

0
41
Member Avatar for fishsqzr

I'm trying to install SQL Server on a Vista HP machine, but it will not detect IIS, which in turn prevents Reporting Services from being installed. I have seen blogs which indicate that the UAC system in HP does not properly detect IIS and that as a result NOTHING can …

Member Avatar for fishsqzr
0
78
Member Avatar for bhavna_816

Can we do like this in enums enum myStringEnum { enumItem1 = "value 1", enumItem2 = "value 2", etc } i.e.spaces in the string value, I know we can assign int value to enum but I m not sure whether string values (with spaces) can be assigned to enums. If …

Member Avatar for fishsqzr
0
177
Member Avatar for fishsqzr

I have a simple DragAndDrop sample which should move a string from one ListBox to another. The string gets dropped, but it is not removed from the source even though Move is specified. Where have I gone wrong? Here is the code: [CODE] public partial class Form1 : Form { …

Member Avatar for Despa22
0
104
Member Avatar for fishsqzr

I have a highly specialized update operation which I must occasionally run against a table. I would like to just send the SQL directly to the database as an UPDATE command. I have a data adapter for the table which handles normal read/write operations but this is a special case. …

Member Avatar for Jugortha
0
308
Member Avatar for fishsqzr

Does anyone know of a way to force input to the cells in a DataGridView column to be uppercase?

0
73
Member Avatar for fishsqzr

I have a table with a column containing a single character representing what type of animal described by the record. I have a comboBox which has the Items property filled with the descriptions corresponding to each code. Example "A" = Amphibian, "C" = Coldwater fish... and so on). What I …

Member Avatar for JerryShaw
0
150
Member Avatar for engg_mohit420e

hello, My question is ~Is window vista is good version of its family? As in my opinion its a very bad version of its family,as to install u need a good graphics card and lots of harddisk, lots of ram and i think that it doesn't support to MS DOS …

Member Avatar for fishsqzr
0
176
Member Avatar for fishsqzr
Member Avatar for fishsqzr
0
71
Member Avatar for fishsqzr

I have been using Vista Live File System to keep backups of programming code. Each day, I use Windows Explorer to add a new folder named according to the date (example: "080114") and then I copy files as needed to that folder. Then I close the session. I am finding …

Member Avatar for chris5126
0
95
Member Avatar for fishsqzr

I need to use C# methods to set the values of some DataColumns in a table. DataColumn provides an Expression property, but that only allows a subset of SQL style calculations on the dataset. What I need to do is call a C# method to perform calculations too complex for …

Member Avatar for fishsqzr
0
205
Member Avatar for majestic0110

HI all I am new to C # and have picked up a copy of Sams teach yourself c # in 21 days. I hold a BSc in software design so I am not new to programming. However I am surprised at how similar c # is to java ( …

Member Avatar for majestic0110
0
140
Member Avatar for fishsqzr

Does anyone know how to determine which control on a form currently has focus?

Member Avatar for fishsqzr
0
67
Member Avatar for fishsqzr

When the user clicks the Delete button on a BindingNavigator, the delete occurs immediately. I can arrange for the user to cancel the delete later, but that assumes the user realizes that a record was deleted in the first place, so I prefer to warn them when the button is …

Member Avatar for fishsqzr
0
1K
Member Avatar for fishsqzr

I can't seem to get OleDb controls to show up in C# Express. Are they excluded for some reason? I have made sure they are selected in the "Choose Toolbox items..." dialog, where they are listed, but they don't appear anywhere on the toolbar. I tried to add them to …

Member Avatar for fishsqzr
0
81
Member Avatar for fishsqzr

This may be a NET bug, but maybe I'm missing something. I've been trying to trap a certain kind of error when using a DataGridView. The following describes the steps to generate the error. I used a typed dataset to make the example quick, but the same thing happens if …

Member Avatar for fishsqzr
0
554
Member Avatar for fishsqzr

Does C# allow short-circuit evaluation of Boolean expressions? That is, if you have an expression such as if (test1) & (test2) {....} when test1 is false, there is no reason to evaluate test2 and a language which supports short-circuit evaluation never looks at the second test because the result will …

Member Avatar for iamthwee
0
481
Member Avatar for fishsqzr

I'm using C# Express and SQL Server Express. I can connect to sample databses I have downloaded to the default location (..\MMSQL.1\MSSQL\DATA) but I cannot connect to a new database I create using SQL Server. The error is "You don't have permission to open this file. Contact the owner or …

Member Avatar for JerryShaw
0
420
Member Avatar for Terry Robinson

I've used Delphi for the past 12 years, but now I need to get up to speed in C#. Since both systems were designed by the same person, there are lots of similarities. However, C# seems to have a big gap when it comes to centralized data access. All of …

Member Avatar for JerryShaw
0
383
Member Avatar for fishsqzr

I'm using a typed dataset with several master:detail levels. I've already discovered I must set EnforceConstraints to false to load the data or I will get constraint conflicts. Now I am trying to discover how to delete related child records when a master record is deleted. The master gets deleted …

0
56
Member Avatar for fishsqzr

I am using a typed DataSet in C# Express 2005 to build a master:detail relationship. I can do so by dragging the master table from a Data Sources window to the form, and then the detail table from the end of the list of objects in the master table. Two …

Member Avatar for fishsqzr
0
122