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

  • Users: gagar
  • 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

    Thanks for reading Miguel, of course it is no matter of RAM MB it takes but why, whith selection.copy() PB115.exe takes no more than 40 MB compared to more than 300 Mb with Application.workbooks(1).woorksheets(1).Cell(Row, Column).value. anyway, it is working now.
  3. gagar

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

    Thanks Matt, I have yo read the xls as is so I did it with ImpotClipboard, now is working. io_file_imported.workBooks.Open(is_PathFileName) io_file_imported.ActiveCell.CurrentRegion.Select() io_file_imported.Selection.Copy() ll_rc = dw_detail.ImportClipboard(2)
  4. 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...
  5. 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...
  6. gagar

    how do i auto log on an account

    Same thing I was looking for ! Thank you guys.
  7. gagar

    regedit.exe instead of Explorer.exe

    Thank you for your answers Turkbear and linney, I checked the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon @ Shell = Explorer.exe .... is Ok @ Userinit = c:/windows/regedit /s change to .... Userinit = c:/windows/system32/userinit.exe...
  8. 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