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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.