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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|