Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > c# > february 2006 > threads for saturday february 18

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Accessing another .NET app
Posted by Pete Smith at 2/18/2006 11:38:25 PM
Hi, when I automate an Office App I can access it by using GetObject (COM). Now I have my own small .NET app and I want to access this from my other .NET app. What the best way to do this? Thanks for any advice in advance Pete -- Pete Smith ...more >>

missing out braces
Posted by Andrew Bullock at 2/18/2006 10:25:36 PM
I thought the two bits of code should be the same? They aren't evaluating the same for me .... Can someone tell me why please? Thanks Andrew if (X != 0) if ((float)(nud.Value) > 0.0) coords.Add(new Coord(X, Y, (float)(nud.Value))); else if (Y != 0) if ((float)(nud.Value) ...more >>

Asynchronous Sockets clarification
Posted by family.sens NO[at]SPAM gmail.com at 2/18/2006 10:14:35 PM
i need to know .... if im using Async sockets (using callbacks and BeginSend()) calls..... can i do way with spawning Threads ? the way my program works 1. Listen on socket X 2. when connections come in (multiple connections possib), i process the data, send it to another server, get the da...more >>

Sr. Software Designer, Optimization opportunity...
Posted by hrit24 NO[at]SPAM gmail.com at 2/18/2006 8:44:15 PM
Advertising.com, the most innovative company in online advertising, is looking to hire a Software Designer that will be a senior member of our primary team to develop AdLearn, our cutting-edge advertising optimization and scheduling software. In this role you will work with the Optimization Pr...more >>

Lists<> of custom classes
Posted by Andrew Bullock at 2/18/2006 8:38:14 PM
Hi, I've made my own class (we'll call it myClass) to simply store some data. I'm storing multiple instances myClass in a list: List<myClass> myList = new List<myClass>(); myList.Add(new myClass(somedata)); myList.Add(new myClass(somemoredata)); I'm then iterating over myList using a fo...more >>

anyway to create a packet sniffer
Posted by AbdulGafoor GK at 2/18/2006 8:02:38 PM
i want to write a network utility which will sniff packets going through a specific nic. is there any component available for .net enabling this ?! thanks...more >>

sql server and membership provider
Posted by Amir Ghezelbash at 2/18/2006 7:04:24 PM
Hello all, I need help with sql server which i was wondering if someone can shed some light on my problem The problem: Hello all, I need help with sql server which i was wondering if someone can shed some light on my problem The problem: i am using .net 2.0 membership provider interface ...more >>

A new mshtml-based html editor written in C#
Posted by ramida at 2/18/2006 3:29:36 PM
Hi folks, You may want to take a look at this new html editor with a customizable table editor. This editor can be customized to mimick the table-editing styles of Macromedia Dreamweaver, MS FrontPage, and Visual Studio. The demo samples, and the required .NET Framework 2.0, can be download...more >>



About Error
Posted by Ejder at 2/18/2006 3:01:48 PM
I am writing program. it get the Source code of site. for example; site.com/news.asp?id=55 I get the source code. But if I try the get site.com/news.asp?id=55'a or site.com/news.asp?id=55a it give me ERROR 500. AND the program NOT GET the Sources code. Soo in explorer i Uncheck the SHOW FRIE...more >>

Weird GC / Memory / XmlDocument.LoadXML memory problem
Posted by ian at 2/18/2006 2:42:32 PM
Hi, I've got the weirdest garbage collection problem - I'd appreciate any advice you've got. 1. A class 'X' in a system I'm working on contains a reference to an XmlDocument, populated via LoadXML. 2. Objects of type X are reused alot so different XML is loaded numerous times. 3. If I...more >>

How Do I change the where clause of the TableAdapter
Posted by Rob Dob at 2/18/2006 1:33:06 PM
Hi, in the old days, pre .Net 2.0 I could just modify the SQLCommand of the SQlDataAdapter to reflect a different where clause and then issue a .Fill(), and Whamo!!! everything worked.. How am I to accomplish the same task using ..NET 2.0 and the NEW "TableAdapter", I can't see myself cr...more >>

Difference Between MVP and MVC Patterns
Posted by Jeff S at 2/18/2006 1:21:28 PM
What are the basic and/or obvious differences between the Model View Presenter pattern and the Model View Controller pattern. Thanks. *** Sent via Developersdex http://www.developersdex.com ***...more >>

Correl function
Posted by Peter at 2/18/2006 12:04:14 PM
Does anyone has CORREL function in C# like the one in Excel? I don't mind paying for it but I don't want to buy a whole library just for one function. Thank you Peter ...more >>

how to bind an array of data to a datagrid?
Posted by irnbru irnbru at 2/18/2006 11:07:32 AM
Hi all! I got an array of datarows after a select on a datatable, I want to show the results in datagrid, but it doesnt work, do i have to create a dataview? Please help me out thank you IRNBRU *** Sent via Developersdex http://www.developersdex.com ***...more >>

It seems that if the .ncb file is missing it get regenerated.
Posted by academic at 2/18/2006 10:15:38 AM
Been reading the doc about NCB store. I need to send a small solution to someone and notice my .ncb file is much larger than all the other files put together. I tried deleting it and then opening VS and it appears to work OK. It seems that if the .ncb file is missing it get regenerated. Do...more >>

Update one form from another
Posted by JohnSouth at 2/18/2006 9:48:43 AM
Hi In a c# Windows Forms application (not asp.net) if I've opened 2 or more non-modal forms using code like: FormTypeA aForm = new FormTypeA(); aForm .Show(); FormTypeB bForm = new FormTypeB(); bForm .Show(); How do I update a control (e.g. label) in aForm from code in bForm? And w...more >>

API tabstops
Posted by signingupsucksman NO[at]SPAM yahoo.it at 2/18/2006 4:11:09 AM
Hi, Ive tried searching the net for an example on how to use the SendMessage API with tabstops since the program Im working with has all the same class names and most captions are blank, Im not sure why. Thank you. ...more >>

good and cheap DBGrid for C#
Posted by Jassim Rahma at 2/18/2006 1:13:29 AM
hi, can anyone recommend and good and cheap DBGrid for C# application. The most important for me is to assign an ID (e.g. Primary Key) for each row instead for adding it as a column but hide it which i feel it's stupid way... Many Thanks, Jassim Rahma *** Sent via Developersdex http:/...more >>

globa variable for windows C# application
Posted by Jassim Rahma at 2/18/2006 1:09:27 AM
hello, how can i write and read a global variable for the entire application in C#? Many Thanks, Jassim Rahma *** Sent via Developersdex http://www.developersdex.com ***...more >>

Class property with parameters
Posted by Rob Willaar at 2/18/2006 12:00:00 AM
Hi All, Can't see a any info how to declare parameters on a class propery. clsPiece Test = new clsPiece("AA,BB,CC,",','); MessageBox.Show(Test.Piece(2)); Thanx, Rob ...more >>

Reversing the sort of a OrderedDictionary
Posted by AC [MVP MCMS] at 2/18/2006 12:00:00 AM
Nothing is explicitly offered in the class... but I'm wondering if it's possible to reverse the sort of an Ordered Dictionary? -- -AC [MVP MCMS] http://www.andrewconnell.com http://www.andrewconnell.com/mvp ...more >>

Settings.settings - help
Posted by Timothy V at 2/18/2006 12:00:00 AM
Does anyone have an example of how to use this in C#? I see a lot of VB implementations. Thanks in advance, Tim. ...more >>

Module Version and filename - help
Posted by Timothy V at 2/18/2006 12:00:00 AM
Hi all, I'm trying to get a dll's version and filename through the use of one of its classes. Basically, I have an instantiated class from a dll, and I want to find out its dll version and filename. (I can get its assembly information through ModuleClass.GetType().Assembly) Thanks in ad...more >>


DevelopmentNow Blog