Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: beral
  • Content: Threads
  • Order by date
  1. beral

    Problem of memory

    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...
  2. beral

    Transformation of an Image

    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...
  3. beral

    Pb with request.ServerVariables(HTTP_USER_AGENT).

    hello I have a probleme with request.ServerVariables(HTTP_USER_AGENT).It does not recognize it.Do I need to make an imports or something.
  4. beral

    Problem with RichTextBox component

    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...
  5. beral

    pb with variable in my aspx page

    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
  6. beral

    .NET component that convert RTF string to html

    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 .
  7. beral

    can't find richtextbox.dll

    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
  8. beral

    User control problem

    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...
  9. beral

    Probleme with the assemblies

    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...

Part and Inventory Search

Back
Top