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 Chriss Miller 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: gagar
  • Content: Threads
  • Order by date
  1. gagar

    Cannot add text to RichTextEdit control

    I cannot add any text to a RichTextEdit control, I try: rte_1.SelectTextAll() rte_1.Clear() ls_richtext = "Hello" rtn = rte_1.PasteRTF(ls_richtext) but nothing is been added to the control. I try: rte_1.SelectText(2,1, 0,0) instead of rte_1.SelectTextAll() rte_1.PasteRTF(ls_richtext...
  2. gagar

    Importing a excel file into a datawindow taking a lot of RAM

    I trying to import an Excel file that has about 6500 rows and 50 columns into a datawindow, but the process is taking too long, about 5 minutes when I run the import and I can see in the windows task manager how the process PB11.5 is comsuming a lot of RAM memory at imported the row 450 it...
  3. gagar

    Compiling C tandem guardian

    I am trying to compile a C program that uses several libraries I have the main source file "testc" and some libraries libFile1, libFile2, libFile3... To compile I use: RUN $SYSTEM.SYSTEM.C / IN TESTC, OUT TESL / TESTO SSV0 "$VOL.SUBVOL" SSV1 "$VOL2.SUBVOL2" in $vol.subvol are the header...
  4. gagar

    regedit.exe instead of Explorer.exe

    Start with regedit.exe instead of Explorer.exe When I turn on the computer it shows Welcome… Starting windows… And then opens the regedit, I close it and there is only the background no icons no task bar no Start Menu I run task manager (ctrl+alt+del), run explorer.exe and everything shows to...

Part and Inventory Search

Back
Top