Hello,
I would like to use a window component into a web form.
The component I would like to use is the RichTextBox component.In my aspx.vb page I import the System.Windows.Forms namespace.It work well but after several execution of my page I have the following...
Hi there,
I would like to know if it is possible to generate a gif from another gif with .net.
Let me explain:
I have image in which I determine a zone.I would like to isolate this zone and to use it as a independant image.
In other word I would like to transform my basic image to another image...
hello,
I have a web application in which I want to use the functionalities of the RichTextBox component.
I added it to my reference and import the system.windows.form.
I use it like this
myRichTextBox as new RichTextBox()
myRichTextBox.Rtf = "my RTF string"
but I have the followinfg error...
hello
I have a webform and I am wondering if it possible through my aspx page to have access to a variable that I have defined in my code behind
Many thanks
is their a component in .net which allow us to convert an rtf string as follow
{\rtf1\ansi\ansicpg1252\deff0\deflang1036{\fonttbl{\f0\fnil\fcharset0 Arial;}} \viewkind4\uc1\pard\b\fs28 Pays\b0\fs20 \par }
to an HTML .
Hello,
I would like to use the richtextboxbox control in my web application.
To do that I have been told that I have to copy the dll into my bin folder.
The point is that I can not find this dll.I don't find the GAC folder either.
Can anybody help me please
Thank you
Hello,
I have a usercontrol in which I have a dropdowlist which is charged dynamically with data.
I want to use this control in a aspx page ,When I use it in the aspx page , on the clic button of my form,I can't recover the selected item.It returns nothing when I do this...
Hello every body,
I would like to Register an Assembly in a WebForm to Use a Custom Control.
I created a classe named CustomerAdminMgr wich derive from the UserControl class.I compile it into a dll (using csc /target:library /out:Custom.dll CustomerAdminMgr.cs).
It means that I have created the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.