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 > dotnet general > march 2006 > threads for monday march 27

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 29 30 31

Web Service --> XML --> Crystal Report?
Posted by Tedmond at 3/27/2006 6:27:02 PM
Dear all, Is it possible to get a XML return from a web service then directly PUSH to Crystal Report? How? Thanks for any help! Tedmond...more >>


Instance of derived class does not show public methods or properties that are not in the inherited class
Posted by D Witherspoon at 3/27/2006 4:34:33 PM
What is happening is that I have a class (ClassA) that inherits a class (ClassB) which inherits System.Net.Mail.MailMessage Project 1 references Project 2, Project 2 references Project 3. When I declare an instance of "ClassA" in a thrid project I get all of the public methods/properties ...more >>

Windows Service Best Practices
Posted by Shawn Meyer at 3/27/2006 2:39:07 PM
Hello, I have a windows service. When the onstart fires, my app creates two threads. The first is a processing thread and the second is a watcher that makes sure the everything is ok with the first thread. When a problem is detected the second (watcher) thread stops the processing thread an...more >>

checking for last row
Posted by maflatoun NO[at]SPAM gmail.com at 3/27/2006 1:56:37 PM
Hi everyone, I like add \r\n to all my rows except for the last row. How do I check for the last in the following code? StringBuilder sb = new StringBuilder(); foreach (DataRow row in rows) { sb.Append(row["Mesg"].ToString(...more >>

How to get date correponding to 2nd wednesday of each month.
Posted by amit.gaind NO[at]SPAM gmail.com at 3/27/2006 1:44:09 PM
How to get date correponding to 2nd wednesday of each month. ...more >>

Netmeeting problems
Posted by Benjamin at 3/27/2006 12:59:02 PM
I am recieving an error ID 7031 whenever I try to use RDP through NetMeeting on a Windows 2000 Professional Machine. When netmeeting goes to start the service the service is immediately stopped with an error. "MNMSRV.EXE has encountered and error and will close the application....." basically ...more >>

execute gpg commands in dotnet?
Posted by Scott Emick at 3/27/2006 12:07:31 PM
I've been trying for some time now to decrypt with GPG from inside vb .net to no avail. my normal decrypt command goes something like this: gpg.exe --armor --passphrase-fd 0 < P:\mis\mfg\NorelcoIBM\etc\foxpassphrase.txt -o \\fox7\mfg$\Applica\Infomercial\Orders\West\%1 -d \\www\d$\Inetpub\ft...more >>

RichTextBox Select Method Bug
Posted by AWesner at 3/27/2006 11:26:03 AM
I am currently working to create a VB program that will do more detailed in-file text search functions than windows has to offer. I have a form with a RichTextBox control to display the text that has been found in the files. The problem is that when a search has been found that is at the very ...more >>



Displaying form at position
Posted by Peter Schmitz at 3/27/2006 10:47:03 AM
Hi, how can I create a form that is always displayed at the right bottom of the screen (just above the systray)? Thanks, Peter...more >>

Processor usage in VB program
Posted by John S at 3/27/2006 6:55:02 AM
I'm writing a VB.Net 1.1 app that has to listen for messages coming to it via TCP/IP. When one arrives it it queued and then processed on a seperate thread while the main thread goes back to listening for more. When I look at the Task Manager, it shows that the program is taking up 100% ...more >>

IList
Posted by Tom Costanza at 3/27/2006 6:41:03 AM
I have a collection class that inherits from CollectionBase. I want to override the Contains method for the List property. I'm not sure how to do that. Can anyone assist? Thanks in advance, Tom Costanza...more >>

IContainer is ambiguous in the namespace System.ComponentModel
Posted by Timothy Elvidge at 3/27/2006 2:36:01 AM
I am getting this error on comppile of a VS 2005 VB project. I have pointed the system dlls to the Framework64 folder so as to run the app in 64bit mode referencing the 64bit Framework libraries...more >>

How to read folder security
Posted by Phil Haddock at 3/27/2006 12:00:00 AM
Can anyone post a code snippet on how to retrieve Permission information on a Folder? (Visual Basic 2005) There's lot's of information on how to set a permission, but I can't figure out how to read them. I want to be able to return what Users and Groups have what permissions on the folder. ...more >>


DevelopmentNow Blog