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

    Windows API with tcl?

    Hi, I use Tcl ver 8.0 on Windows NT.Is it possible to use Win API functions like GetProcessID in tcl ? Thanking you in anticipation rumman if everything comes your way, you are in the wrong lane...
  2. rumman

    check the instance of an external application

    thanks all found the site which has pslist.exe http://www.sysinternals.com/ntw2k/freeware/pslist.shtml lists some Utilities that can be used to get process information in Windows, for the people who need it thanks rumman
  3. rumman

    to check the instance of an external application

    Hi I am using Tcl/Tk language in Windows XP to find if an external application is already open or not.Is there a Windoes API pr something with which i can know this? thanks rumman
  4. rumman

    check the instance of an external application

    Hi Bob, Thankyou for your response. My use of system commads to find out the processes is limited since i am working in Windows NT. I can see the process in Task Manager-> processes, but not aware of any function to access it thankyou for your time rumman
  5. rumman

    check the instance of an external application

    Hi I am writing a tcl code in which i need to run an external application if it is not already running.How can i do it ? Can we avail of the sevices of any built-in tcl function for this ? thanking you in anticipation rumman
  6. rumman

    to save a doc file at runtime

    thanks zemp
  7. rumman

    to save a doc file at runtime

    dear expert, i opened a word document at runtime and wrote a some text into it.the following was the code i used....but this doc gets saved in the personal folder.can i make it save in a place i wish to? i also tried .saveas, it saved but format changed a bit i saved the second time it said...
  8. rumman

    change the font of a text file

    dear expert, i was trying to change the font of a text file in runtime. i couldnt do it with a text file,but i did it with an RTF file. so i tried to save the text file into an RTF file and then change the font. the error message said bad file mode.when i looked into the RTF file, i found...
  9. rumman

    to change the font of a file using VB

    dear expert, i need to change the fontsize and fontname of a text file using a VB application.i tried readingthe file using FileSystemObject into an rtf control,changing the font and then writing it back into the file.But the file remained unchanged. i guess i need to change the property of...
  10. rumman

    how to avoid 100% CPU utilization?

    hello experts, we developed an application in VB6 and MSAccess 97 which is installed in about a 1000 windows NT machines.The application interacts with the Access database which reside in the user's local PC. Now in one such PC the application eats up 100% of the CPU memory... can you tell us...
  11. rumman

    How to createt Help file in VB

    Dear Experts , I want to create Help files in VB for my application.i have .rtf file which has to be complied to .hlp file Please Guide me.
  12. rumman

    disabling selection of text by mouse inside a rich text box

    dear expert, i am using a richtext box in an VB application,where,i am reading a text file into the rtf control and displaying the rtf box in a form. as of now the user can select the text inside the RTF control using the mouse.how can i disable selection thro mouse, of the text inside the RTF...
  13. rumman

    closing an excel sheet externaly and opening again!

    dear expert, i have a problem with the excel sheet that i generate thro a VB6 applicatiion.when i click preview the excel sheet is generated,and when i close it externally,"clicking the X control button on the top right corner of the excel sheet",and when trying to generate the same...
  14. rumman

    setting seperate excel worksheet properties

    thank you for your time and effort,it works!
  15. rumman

    How to read a multiline file and print it exactly in the same format

    hi experts, i was trying to read a text file with more than 25000 lines using VB,displaying it in a Rich Text box in a form, and then trying to print it using the default printer attched to the network. The problem is, in the rich text box,the lines dont appear in the same format(exact...
  16. rumman

    setting seperate excel worksheet properties

    dear experts, during printing reports using exel worksheet in a VB project,i faced the following problems. 1. i generated 2 reports,one in sheet 1 and other in sheet two, but i'm not able to set seperate properties for sheet1 for first sheet----- range("A1:A4").select...
  17. rumman

    How to read a multiline file and print it exactly in the same format

    hi experts, i was trying to read a text file with more than 25000 lines using VB,displaying it in a Rich Text box in a form, and then trying to print it using the default printer attched to the network. The problem is, in the rich text box,the lines dont appear in the same format(exact...
  18. rumman

    VB error :429

    hi friends, we developed an application in VB enterprise ver 6 with ms access 97 as the database ,which also uses crystal reports 5.after completion of the application,we distributed it to around 1000 users who installed it in their windows NT machine and are running it now. But 2 of them are...
  19. rumman

    VB package deployment

    hi, we had developed an application in VB which uses MS access and crystal reports.we are getting the error:"class not registered,ActiveX component cannot create Object" in a some few remote machines during installation. can u pls help me out as to what the remedy could be? thanks...

Part and Inventory Search

Back
Top