start = timeStamp() ( f = fopen @”C:\binary_big.txt” “rb” fseek f 0 #seek_end end = ftell f fseek f 0 #seek_set ss = StringStream …
20~600M per file,so the performance is very important,and I am not good at C#
Cool,it works,I use the similar code to find string yesterday,just like you said,it is good for small files,it is too much slow for big files,is there…
How about this one?:sad: f = openFile @”c:\binary_03.txt” mode:”rb” contains123 = ( skipToString f “123” ) != undefined close f print contains123 -…
wow,It works,but only for regular characters,if I will find a string among irregular\special\funny characters,it can not work.please check this file: …
Hi,Serejah,thanks for help,I just tested,it seemed the “getBuffer” type cannot use directly: file = @”C:\binary.txt” –a “aaaaaa123cccccc” string …
Use enableAccelerators=false,below codes should work: theform = dotnetobject “form” ——————————————– theform.TopMost=tru…
Thanks for great help,I just tested the codes,it seems still looks like a max style,is it possible let the tab part background color and style changes…
OK,got it.
Oh,I see,I tested in 3ds max 2013.thanks!
Actually,I found some codes and put them together after searched forum topic,it seems can align the menu now,but not finish,I need to press the WebBro…
Serejah: How can I get rcmenu position and size before creating a webb dialog? try (destroydialog X ) catch () rollout X “” ( button btn “—…