| Thread | Last Post | Replies |
|
| Create SQL2005 trigger from C# form | 13 Jun 2006 19:53 GMT | 1 |
Please Advice... I need to create SqlServer2005 trigger from C# form. so all my trigger can re-create if i push one button on my app.... i need to know how i create and delete trigger from c# form and how to check if the trigger
|
| Multiple Thread Problem | 13 Jun 2006 19:26 GMT | 2 |
I have a timer control on a windows form. From the tick event(t1_tick) am creating an object of a thread which is calling a function test() which is an empty function void test(){}. Timer interval is 5 secs, s after evey 5 seconds it checks whether the thread object is null o
|
| newbie question: How to change font size of the code? | 13 Jun 2006 19:25 GMT | 1 |
I would like the code I am writing to display in a larger font size. How do I do this? I am using C# Express. Thanks!
|
| Multiple forms | 13 Jun 2006 18:34 GMT | 1 |
Im using 2 forms. The first form is called FrmMain. The second form has windows media player in it with controls. Its named: Fullscreen. Now, how can i send a '' axWindowsMediaPlayer.Ctlcontrols.play(); '' (= play) command from the FrmMain form to the Fullscreen form?
|
| RegEx and parsing a URL | 13 Jun 2006 18:28 GMT | 1 |
I'm building a test platform that includes parsing a set of URL's. This is not part of a ASP.Net project. Otherwise I'd be posting it in that area. Given a URL of http://Somthing/Somthing.asp?parm1=val1&parm2=val2&parm3=val3
|
| Catching for a System.Data.ConstraintException | 13 Jun 2006 18:28 GMT | 2 |
I have a C# application that is using a DataGridView (DGV). The DGV uses a table adapter to connect to the datasource, which uses a DataSet as the data. The DataSet has some constraints placed on them (PK on two columns). When I add / update a column that violates the PK ...
|
| alternatives to unboxing.. | 13 Jun 2006 17:15 GMT | 13 |
I fear this question might be too basic, however being a c++ veteran I have trouble to get a good desing in c# running. // a base class class Vector{};
|
| Visual Styles | 13 Jun 2006 15:44 GMT | 5 |
I want to use visual styles in my app, but it is causing a problem with a DLL I use. Is there a way to disable visual styles for that DLL? I do not have access to the code for the DLL. The DLL's developer is aware of the problem but will not have a fix ready in time for me.
|
| TVM_GETITEM - HELP in C#!! | 13 Jun 2006 15:38 GMT | 1 |
I can't figure out how to make my SendMessage work with TVM_GETITEM in C#. There is no way it works! I´ve tried everything possible! I could get every item handle... but I still dont know how to make it
|
| Database: table field casting problem | 13 Jun 2006 15:32 GMT | 7 |
Int16 iValue = (Int16) dr["Portfolio_Number"]; The field name is "Portfolio" and it is a Int16 - however I get an error: "Specified cast is not valid". Any ideas -- Thanks in advance.
|
| Edit C# ListView | 13 Jun 2006 15:20 GMT | 2 |
Is there an eazy way to modify a ListView so that we can edit it on the run time? Thanks for help. Jason
|
| Free tutorials and Q&As for MCTS Needed! Please Help | 13 Jun 2006 15:06 GMT | 1 |
I'm preparing for MCTS on windows as well as Web applications. Anyone know free On-line tutorials, Q&As links, etc. If so, please send it across. Thanks for your valuable effort
|
| Accessing Web Application Cache in Class Library | 13 Jun 2006 14:40 GMT | 1 |
Newby Question (hopefully): I would very much like to be able to read and update application cache values directly in a class library. I have added the reference to my class lib:
|
| Concise XML Serialization | 13 Jun 2006 13:55 GMT | 4 |
I am serializing a class to XML using the code below, but the XmlSerializer opens the object's tag with some very verbose attributes: "<TestClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml ns:xsd="http://www.w3.org/2001/XMLSchema">"
|
| Calendar Control - Selectable dates | 13 Jun 2006 13:46 GMT | 1 |
C# 2.0 Hi everyone I want to set a date range on my calendar control, but cannot figure out how to do it.
|