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 TouchToneTommy 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
  • 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

    yes this is exactly what I would like to do. I want that my javascript on this page have access to a variable that I have defined in my code behind
  6. 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
  7. 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 .
  8. 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
  9. beral

    User control problem

    Yes Please could you send me some?
  10. 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...
  11. beral

    Probleme with the assemblies

    Yes it is. The Custom.dll is in the bon directory. Do i have to make something else to register that assembly? I really don't know what's wrong. Help please!!!!!
  12. 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