Re: [DOTNET] J# Final

2002-07-01 Thread Wayne Lee
Hey that's what I thought! Wayne This email has been scanned with Norton AntiVirus 2002 -Original Message- From: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Shawn Wildermuth Sent: 01 July 2002 16:18 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] J# Final

[DOTNET] DataBinding

2002-06-13 Thread Wayne Lee
aller hyperlink font... clearly this is not straightforward as it's one query for list of companies and then one again for each company that has products. probably way off the mark, can't think how this can be done with just binding? Any help, greatly appreciated Regards Wayne Lee Evid

Re: [DOTNET] Eventlog Viewer

2002-05-31 Thread Wayne Lee
Wow, that is a huge difference man Wayne Lee This email has been scanned with Norton AntiVirus 2002 -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Walt Ritscher Sent: 31 May 2002 20:25 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Eventlog Viewer I

Re: [DOTNET] Eventlog Viewer

2002-05-31 Thread Wayne Lee
Ah, I must've misinterpreted this bit - " I can read a remote machine's app log in seconds, but my code takes over a minute to read the same information." Thought you were having local problems. Sorry, I'm at home so can't try it on a remote pc at the moment mate.

Re: [DOTNET] Eventlog Viewer

2002-05-31 Thread Wayne Lee
I did the same as Vincent and copied this code into my win prog here. It takes about 2-3 seconds to fill my listview with the application log, however I only have 534 items in there! What os's are both machines running? Same? Wayne Lee -Original Message- From: dotnet discu

[DOTNET] Advice

2002-05-31 Thread Wayne Lee
en not to use it etc?! Probably a dumb question, feel free to flame me! ;) Thanks for your time Wayne Lee This email has been scanned with Norton AntiVirus 2002 You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] What do I need to implement to support DataBinding

2002-05-30 Thread Wayne Lee
Um, What are you hoping to bind to? Your declarations hold no values to bind to? -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Curtis Koppang Sent: 30 May 2002 19:31 To: [EMAIL PROTECTED] Subject: [DOTNET] What do I need to implement to support Data

[DOTNET] FAO: Richard & Chris - RE: [DOTNET] C# CommandLineArgs

2002-05-29 Thread Wayne Lee
s out to me, I would've missed it. Kind regards Wayne Lee Evident Systems Ltd -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Sells Sent: 29 May 2002 15:53 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] C# CommandLineArgs > Aha, thanks for t

Re: [DOTNET] getBytes

2002-05-29 Thread Wayne Lee
questions and answers on .Net there. Chances are you'll find what you're looking for. Richard > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf > Of Wayne Lee > Sent: 29 May 2002 13:31 > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET

Re: [DOTNET] getBytes

2002-05-29 Thread Wayne Lee
lto:[EMAIL PROTECTED]]On Behalf Of Wayne Lee Sent: 29 May 2002 12:55 To: [EMAIL PROTECTED] Subject: getBytes What's the quickest way using c# to read in a file into a byte object? * The contents of this email and

Re: [DOTNET] DropDownList

2002-05-29 Thread Wayne Lee
ct("Value"); On Wed, 29 May 2002 10:38:51 +0100, Wayne Lee <[EMAIL PROTECTED]> wrote: >Yes nice, however had to change it a tad as the selecteditem property >is read only. > >Thanks all who replied > >' here ya go.. >ddlNames.SelectedInd

[DOTNET] getBytes

2002-05-29 Thread Wayne Lee
What's the quickest way using c# to read in a file into a byte object? Wayne Lee This email has been scanned with Norton AntiVirus 2002 You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] Simple question

2002-05-29 Thread Wayne Lee
Options Environment Help Preferred collection Is that what you mean? Merak > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of Wayne Lee > Sent: 28 May 2002 22:01 > To: [EMAIL PROTECTED] > Subject: Simple question > > > All,

Re: [DOTNET] DropDownList

2002-05-29 Thread Wayne Lee
array for the items collection. -Original Message- From: Wayne Lee [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 11:17 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] DropDownList ? The contains requires a listitem object and not a string/int though? Or have you assumed that the customerid

Re: [DOTNET] C# CommandLineArgs

2002-05-29 Thread Wayne Lee
otnet discussion [mailto:[EMAIL PROTECTED]]On Behalf > Of Wayne Lee > Sent: 29 May 2002 11:10 > To: [EMAIL PROTECTED] > Subject: [DOTNET] C# CommandLineArgs > > > All, > > Anyone explain I can write a console application to accept command > line args, eg: > > Consol

Re: [DOTNET] DropDownList

2002-05-29 Thread Wayne Lee
? The contains requires a listitem object and not a string/int though? Or have you assumed that the customerid below is a listitem object? -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Paul Jefferies Sent: 29 May 2002 10:20 To: [EMAIL PROTECTED] Subje

[DOTNET] C# CommandLineArgs

2002-05-29 Thread Wayne Lee
much depth. Since I've joined this list, yes I admit, I've become lazy but I tend to find the knowledge on this list more helpful than MSDN these days :-) Thanks all Wayne Lee Evident Systems Ltd This email has been scanned with Norton AntiVirus 2002 You can read messages from the DOTNET

Re: [DOTNET] DropDownList

2002-05-29 Thread Wayne Lee
Funny that...exactly what I was doing firstoff yesterday!!! hehe Wayne Lee This email has been scanned with Norton AntiVirus 2002 -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Anderson Sent: 29 May 2002 10:41 To: [EMAIL PROTECTED] Subject: Re

Re: [DOTNET] DropDownList

2002-05-29 Thread Wayne Lee
derson [mailto:[EMAIL PROTECTED]] > Sent: 29 May 2002 10:07 > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] DropDownList > > > > -----Original Message- > > From: Wayne Lee [mailto:[EMAIL PROTECTED]] > > > > Yeah but how do I find out the index? When I loop

Re: [DOTNET] DropDownList

2002-05-29 Thread Wayne Lee
Yeah but how do I find out the index? When I loop through I am checking the value property of the dropdown against the session value. When a match is found how do I get the index? -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Anderson Sent: 29 M

[DOTNET] DropDownList

2002-05-29 Thread Wayne Lee
have the selected value set, which is fair enough. So how do I go about finding out the index value of that companyid? Do you see what I mean, sorry I haven't explained myself too well here. Wayne Lee Evident Systems Ltd www.evidentsystems.co.uk This email has been scanned with Norto

Re: [DOTNET] Framework question

2002-05-28 Thread Wayne Lee
Unfortunately mate the framework needs to be installed on the client. Bummer eh? Wayne -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Dustin Wish with NCA Communications Sent: 28 May 2002 20:04 To: [EMAIL PROTECTED] Subject: [DOTNET] Framework questio

[DOTNET] Simple question

2002-05-28 Thread Wayne Lee
All, Is there way in Visual Studio.NET to find out what MSDN month it's using? Thanks Wayne Lee Evident Systems Ltd www.evidentsystems.co.uk This email has been scanned with Norton AntiVirus 2002 You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to

Re: [DOTNET] PDF Downloads

2002-05-28 Thread Wayne Lee
e example, let me know and I'll send you one. Erick - Original Message ----- From: "Wayne Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 11:16 AM Subject: [DOTNET] PDF Downloads Hi all, Great list this!! Well impressed after 4 hours!!

[DOTNET] PDF Downloads

2002-05-28 Thread Wayne Lee
ET! :) Anyway if anyone knows the best way to go about this procedure it would be much appreciated. Thanks and long live the list! Wayne Lee Evident Systems Ltd SQL/.NET Senior Developer You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to oth