Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Writefile

Featured Replies

Posted

hi all,

i have a prob...

i need to write a text line to an existing .txt

i try WriteFile but nothing...

i think my prob is geting the handle of the .txt file

can someone help me?

by all

5k3l3t0r

Which language do you want....Writefile will work only after file has been opened..Use CreateFile for getting handle first

also use SetFilePointer to set start of write, for example if you wanna append text to file

  • Author

sry, and tkx for answer me...

the language is ASM.

can you give me an example... please...

bye

5k3l3t0r

suggest using google first but I'll post an example tomorrow ;)

  • Author

tkx, but i solved my prob... i try to send you a message but i get this error:

-You are not allowed to use the messenger feature on this board-

do you know why???

bye

5k3l3t0r

probably you are on trial, and not yet full member

example what for? wanna know what api does? www.msdn.com

invoke CreateFile,o file_name,GENERIC_WRITE,0,0,OPEN_EXISTING,FILE_ATTRIBUTE_ARCHIVE,0

mov file_handle,eax

invoke WriteFile,file_handle,eax,ecx,o buff,0

invoke CloseHandle,file_handle

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.