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 SkipVought 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: *

  1. bhargava

    multiligual development

    hi, I was working on an editor and was exploring the possibility to develop a multilingual editor which supports my rregioanl language besides supporting English. I want to know as to what I am thinking is possible or not, also what environment, tools and technique is required to support such...
  2. bhargava

    VB Help

    Hi, I am developing an application ( HTML Editor ) like MS-Word in VB 6.0 , We have Taken RichTextbox control as a main container to provide different functionality like cut, Paste, Find, Find and Replacement , Insert Image (Picture) , Apply HyperLink to selected text ect. Now we want to draw...
  3. bhargava

    Help with Rich text box

    Hi, I am using Rich text box to create an Editor with multiple functionalities. I also want the editor to create tables whenever the user wants to do so. The tables that I want to create should be editable, meaning that they be redrawn, extnesible, able to insert new rows/column, delete...
  4. bhargava

    Internet deployment

    Hi I have created an ActiveX Component(.OCX) and then thr. Deployment and Package wizard i have created a package and then I have deployed application to my web server successfully but when i access .htm file through browser i am unable to see ActiveX component, though the .cab file is...
  5. bhargava

    How to insert an image into richtext box from http server

    Hi Can any one tell me how to insert an image into rich-text box from http server or how can i use loadpicture method of imagelist control to insert image into imagelist from a http server. Thanks Yogesh
  6. bhargava

    Images in Rich text box

    Hi, in reference to earlier messgae, picture boxes further cannot be used beacuse it is not known as to how many images would the user be inserting and where he would be inserting (location), in the work area. Regards Amit Bhargava
  7. bhargava

    Images in Rich text box

    hi, I need certain help in the application I am developing. I need to insert images in the rich text box control, which is the user's work area. I want the the images to function in the way as they function in Frontpage or Word, where if we move a character then the images shift by a character...
  8. bhargava

    VB6.0 Exception.

    hi, Yes using User32 Library functions Amit
  9. bhargava

    VB6.0 Exception.

    hi, My application, that runs in a browser, works perfectly fine for few seconds but after a while, if I try editing in the editor area, it crashes. I have tested the same on NT4.0 and Win2k as well but same results. It crashes. says - exception occured while trying to access blah .... blah...
  10. bhargava

    Designing Editable Tables in Richtextbox control

    hi, For my application, I need to design tables at runtime in the rich textbox control, in my activex control. I do not have any idea as to how to go ahead about this. Pls. help Amit
  11. bhargava

    DYNAMIC SQL QUESTION

    hi, in simple plain terms use CFIF construct to check if the query returns results, if it does then assign the required value to the variable and use that in the input statement, else not then assign nothing to the variable and display that in the inout stmt. ---------------- <CFIF...
  12. bhargava

    Timer Control

    hi, can u help that out with some code. I tried what you are saying but unable to get that work for me. regards Amit
  13. bhargava

    Session Management without Application.cfm

    thanks all, hawkins that did the trick. thanks a lot Amit
  14. bhargava

    Synchronize Timer

    hi all Is it possible to use Timers in an ActiveX Control. Also how to synchronize 2 Timers one in the ActiveX control and the other in the VB form. Pls. help Amit
  15. bhargava

    Session Management without Application.cfm

    Hi, I am developing an Application where, I am required to use Session variables to identify the user and perform user related task. I want to achieve this by using Session Variables as they provide a much better way of handling user sessions, but I can't use Application.cfm to define...
  16. bhargava

    Quit function

    hi instead of QUIT, you might as use form.Hide, Unload form etc.. Amit
  17. bhargava

    Timer Control

    hi all I am working on an application where from an ActiveX Control I call a VB form. Once the user has finished working on the form, he closes the form. Now the value entered in the form are previewed in the control. What I want is that without any event being fired on the control, the user...
  18. bhargava

    HTTP 500 - Internal server error

    can u bring out some more details. Amit
  19. bhargava

    Cold Fusion with MySQL

    I assume that the OS is WinNT and the solutions works that way for me. Amit
  20. bhargava

    Cold Fusion with MySQL

    Just follow these steps - this should work. 1. Make sure you have the ODBC drivers installed for MySQL (downloadable from MySQL web site). 2. Create a system (important to ensure it's created as a system DSN) datasource. 3. Configure the new MySQL system datasource accordingly. Fill in name...

Part and Inventory Search

Back
Top