473,406 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

server equivalent

TJS
is there a server side equivalent to this ??

Inherits System.Windows.Forms.Button
Nov 18 '05 #1
7 1102
System.Web.UI.WebControls.Button

"TJS" <no****@here.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
is there a server side equivalent to this ??

Inherits System.Windows.Forms.Button

Nov 18 '05 #2
TJS
thanks
how about equivalent of this ??

Implements IGradientButtonColor
"Thomas Dodds" <th*********@hotmail.com> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
System.Web.UI.WebControls.Button

"TJS" <no****@here.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
is there a server side equivalent to this ??

Inherits System.Windows.Forms.Button


Nov 18 '05 #3
Implements IGradientButtonColor

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"TJS" <no****@here.com> wrote in message
news:ei**************@TK2MSFTNGP10.phx.gbl...
thanks
how about equivalent of this ??

Implements IGradientButtonColor
"Thomas Dodds" <th*********@hotmail.com> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
System.Web.UI.WebControls.Button

"TJS" <no****@here.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
is there a server side equivalent to this ??

Inherits System.Windows.Forms.Button



Nov 18 '05 #4
TJS
it returns this error

Type 'IGradientButtonColor' is not defined.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:ex**************@TK2MSFTNGP12.phx.gbl...
Implements IGradientButtonColor

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"TJS" <no****@here.com> wrote in message
news:ei**************@TK2MSFTNGP10.phx.gbl...
thanks
how about equivalent of this ??

Implements IGradientButtonColor
"Thomas Dodds" <th*********@hotmail.com> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
System.Web.UI.WebControls.Button

"TJS" <no****@here.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
> is there a server side equivalent to this ??
>
> Inherits System.Windows.Forms.Button
>
>



Nov 18 '05 #5
But remember, drawing graphics on the browser will be different then drawing
on a form application.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:ex**************@TK2MSFTNGP12.phx.gbl...
Implements IGradientButtonColor

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"TJS" <no****@here.com> wrote in message
news:ei**************@TK2MSFTNGP10.phx.gbl...
thanks
how about equivalent of this ??

Implements IGradientButtonColor
"Thomas Dodds" <th*********@hotmail.com> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
System.Web.UI.WebControls.Button

"TJS" <no****@here.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
> is there a server side equivalent to this ??
>
> Inherits System.Windows.Forms.Button
>
>



Nov 18 '05 #6
IGradientButtonColor is an Interface, according to the VB syntax you posted.
It doesn't exist in the .Net framework, or anywhere else that I can find.
You asked what the equivalent of this statement is, and I gave it to you.
Where you got it from, or where the IGradientButtonColor Interface is
declared, I can't say. It isn't found in the MSDN Library, and it isn't
found on Google. It must be in some code you have.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"TJS" <no****@here.com> wrote in message
news:eP**************@tk2msftngp13.phx.gbl...
it returns this error

Type 'IGradientButtonColor' is not defined.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:ex**************@TK2MSFTNGP12.phx.gbl...
Implements IGradientButtonColor

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"TJS" <no****@here.com> wrote in message
news:ei**************@TK2MSFTNGP10.phx.gbl...
thanks
how about equivalent of this ??

Implements IGradientButtonColor
"Thomas Dodds" <th*********@hotmail.com> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
> System.Web.UI.WebControls.Button
>
> "TJS" <no****@here.com> wrote in message
> news:OG**************@TK2MSFTNGP11.phx.gbl...
> > is there a server side equivalent to this ??
> >
> > Inherits System.Windows.Forms.Button
> >
> >
>
>



Nov 18 '05 #7
TJS
I'm trying to see if I can do this in a web page.

http://www.codeproject.com/Purgatory...ons.asp?df=100

first attempt is to use elongated buttons by using a code behind file called
elongatedbutton.vb


"Peter Rilling" <pe***@nospam.rilling.net> wrote in message
news:e0**************@TK2MSFTNGP11.phx.gbl...
But remember, drawing graphics on the browser will be different then drawing on a form application.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:ex**************@TK2MSFTNGP12.phx.gbl...
Implements IGradientButtonColor

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"TJS" <no****@here.com> wrote in message
news:ei**************@TK2MSFTNGP10.phx.gbl...
thanks
how about equivalent of this ??

Implements IGradientButtonColor
"Thomas Dodds" <th*********@hotmail.com> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
> System.Web.UI.WebControls.Button
>
> "TJS" <no****@here.com> wrote in message
> news:OG**************@TK2MSFTNGP11.phx.gbl...
> > is there a server side equivalent to this ??
> >
> > Inherits System.Windows.Forms.Button
> >
> >
>
>



Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jatin | last post by:
Hi, I have developed an application using VB 6 (SP 5), MS Access 2000 and Crystal Reports 9. I migrated from from access to SQl Server 2000. This wasn't a problem as i could import all the...
13
by: Jeager | last post by:
Why is it, Microsoft manage to write operating systems and office applications with every bell and whistle facility known to man. Yet, even after years and years of development they still cannot...
27
by: Oracle Newbie | last post by:
I got a new Job where I have to handle Oracle databases on Linux. My previous experience is with Sql Server on Windows NT. I want to know how difficult will this shift be and what do I need to...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
17
by: Rasta | last post by:
Hi, I want to create a vb.net procedure that opens a .csv file from a specified directory and then load that file into a SQL server table located on a remote server. Can someone point me towards...
7
by: chettiar | last post by:
Hi, I am trying to migrate SQL Server into DB2. In SQL Server there is code like: SET DATEFIRST 6 SELECT DATEPART(WEEK, '2006-01-31') What could be the equivalent DB2 code for this.
4
by: Steve | last post by:
Windows Visual C# / SQL Server 2000 I am new ish to the .Net world of development, and am sure this is a pretty basic question, but I'll ask anyway. In my past development experience...
0
by: MeGeek | last post by:
Hi, I am developing a Client/Server architecture in .Net Remoting using VC++ .Net I want to make the server thread run at the background until it is killed explicitly.Currently I am doing this...
14
by: Guillermo_Lopez | last post by:
Hello, Our company has developed several Access applications for our clients and we wish to expand to use a database server. We wish to use Access as the front end application and SQL Server...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.