Problem with ScaleLeft and ScalTop in .NET ( Tom & Rowe are requested to have a look plz)

  • Thread starter Thread starter Phoenix
  • Start date Start date
P

Phoenix

Hi Tom, Rowe & Other .NET Masters,

Thanks a lot for the help so far.
I am here with one more problem .
As suggested by you now I am able
to use ExtarctIcon & DrawIcon API s
for my purpose but the real problem
is the following line of code as
ScaleLeft and ScaleTop are not
supported in VB 2005, is there
alternate way to achieve this ?

DrawIcon(Picturebox1(li_count).hDC, Picturebox1(li_count).ScaleLeft,
Picturebox1(li_count).ScaleTop, li_hicon)

Thanks to you all in advance!
 
Hi Tom, Rowe & Other .NET Masters,

Thanks a lot for the help so far.
I am here with one more problem .
As suggested by you now I am able
to use ExtarctIcon & DrawIcon API s
for my purpose but the real problem
is the following line of code as
ScaleLeft and ScaleTop are not
supported in VB 2005, is there
alternate way to achieve this ?

DrawIcon(Picturebox1(li_count).hDC, Picturebox1(li_count).ScaleLeft,
Picturebox1(li_count).ScaleTop, li_hicon)

Thanks to you all in advance!

Why exactly do you need ScaleLeft and ScaleTop? I don't see anywhere
where you assign them custom values, so you should be able to just use
0, 0 as the values.

Thanks,

Seth Rowe
 
Why exactly do you need ScaleLeft and ScaleTop? I don't see anywhere
where you assign them custom values, so you should be able to just use
0, 0 as the values.

Thanks,

Seth Rowe

Hi Rowe,

Yeah I tried and succeeded without using them. I am very much thankful
to you and Tom for the help.
Looking forward to learn more from you , Tom and other .NET masters in
future. Take Care, Bye.
I would be much delighted if you & Tom can give your e-mail IDs , mine
is (e-mail address removed).

Thanks & Regards,

Sudhansu
 
Hi Rowe,

Yeah I tried and succeeded without using them. I am very much thankful
to you and Tom for the help.
Looking forward to learn more from you , Tom and other .NET masters in
future. Take Care, Bye.
I would be much delighted if you & Tom can give your e-mail IDs , mine
is (e-mail address removed).

Thanks & Regards,

Sudhansu

Yeah I tried and succeeded without using them. I am very much thankful
to you and Tom for the help.

Glad I could help!
I would be much delighted if you & Tom can give your e-mail IDs

While not trying to speak for Tom and others, I think I can safely say
that you should keep the questions in this newsgroup so other people
can benefit. I don't normally respond to question sent to my email,
and I know many others feel the same.

Thanks,

Seth Rowe
 
Glad I could help!


While not trying to speak for Tom and others, I think I can safely say
that you should keep the questions in this newsgroup so other people
can benefit. I don't normally respond to question sent to my email,
and I know many others feel the same.

Thanks,

Seth Rowe

Hi Rowe,

Yeah thats a nice suggestion, even I thought about it , now on will do
as per your suggestion.

Regards,

Sudhansu
 
Back
Top