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: bhargava
  • Content: Threads
  • Order by date
  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, 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...
  7. 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...
  8. 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
  9. 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
  10. 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...
  11. 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...
  12. bhargava

    Help !! Form values in the User Control

    Hi, I am working on a ActiveX Control that runs on the Browser. The application is supposed to run as an OCX component downloaded onto the users machine. The user works from his machine connected to the Internet and then when finished working clicks SAVE and the data is saved onto the server...
  13. bhargava

    Form values in the User Control

    Hi, I am working on a ActiveX Control that runs on the Browser. The application is supposed to run as an OCX component downloaded onto the users machine. The user works from his machine connected to the Internet and then when finished working clicks SAVE and the data is saved onto the server...
  14. bhargava

    Storing files in SQL Server

    hi all I have a SQL database and I am to store large text files without images into the database and for the same purpose I have declared the field to be of 'ntext' type. Since I am storing formatted text it very often contains text like the text below. Everything goes fine until '(single...
  15. bhargava

    SQL 7.0 master.mdf - file not accessible

    Hi all, my sql server is not starting up on WinNT 4.0 SP4. I installed it on a brand new Server (DB server) just couple of days back. It ran fine for a few days and one fine morning it went berserk. When I checked in the Event Viewer, I found a following failure entry - '17113 : initconfig...

Part and Inventory Search

Back
Top