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.

Programming and Coding

Programming and coding tips, help and solutions...

  1. StreamLine
    Started by StreamLine,

    hey gang, hope everyone is well I am developing an application management program (see screenshot below) The problem I am having is to do with saving the settings or Treeview. I have googled and seen an example on about.com saving in the xml format but my xml knowledge is nil, The goal is to beable to save the treenode to a single file along with the images. however (the big problem) i have assigned records to each node using the node.data (pointer to a record) in which contains unique information based on each node. type PAppItem = ^TAppItem; TAppItem = Record sFileName :String; sFilePath :String; sCategory :TTreeNode; cmdShow :Integer; …

    • 1 reply
    • 4.2k views
  2. SHKODRAN
    Started by SHKODRAN,

    Someone knows where I can find one component or source for vertical text scroller? Thanks.

    • 2 replies
    • 4.2k views
  3. Goaul
    Started by Goaul,

    Hi, Dcompiled one old program and trying to fix a print problem. Program written in Visual FoxPro Print button code: THISFORM.VISIBLE = .F. SET PRINTER ON PROMPT REPORT FORM bojajum.frx TO PRINTER NOCONSOLE THISFORM.VISIBLE = .T. SET PRINTER OFF and the result is this: Why only spooling and not printing? Prints only when close the program. Any solution?

    • 4 replies
    • 3.8k views
  4. F0X
    Started by F0X,

    'ello tuts4you and the SnD team, long time I've been here, long time I've been on the net actually, But I gotta ask, is there someone so kind to type me up a simple template-ish C++ code for Dev-C++ for the use with ufmodlib ? I'm coding a demointro, but I haven't really looked into ufmodlib in C++ yet, the documentation isn't that proper also. I might post up the intro when It's done, with the according Thanks to ofcourse, if someone gets the template together Cheers,

    • 4 replies
    • 4.4k views
  5. vishnusiva004
    Started by vishnusiva004,

    GENERALLY WE USE "ALT + ENTER" TO MAKE FULL SCREEN FOR COMMAND PROMPT .... BUT IS THERE ANY INTERNAL COMMAND IN COMMAND PROMPT TO MAKE FULL SCREEN...??? HELP ME OUT GUYS ...

    • 3 replies
    • 3.3k views
    vishnusiva004
  6. eastman75
    Started by eastman75,

    I have programmed KeepAlive in C# for just to learn what's it all about. I would've liked to make the button flash, i.e. to change color periodically, but couldn't quess how to do it. Any advice is welcomed. The program displays a dialog window with a single button that I shuld've wanted to blink or to change color to attract a user's attention. The EXE-file is to be found in BIN directory (RELEASE or DEBUG). To compile the project, MS .NET Framework 3.5 and MS Visual C# 2008 Express Edition are needed. Please notify me of any changes to the source code. KeepShadowDefenderAlive.rar

    • 3 replies
    • 5k views
  7. Busted
    Started by Busted,

    Hi all, Whilst I am coding my first keygen me, I thought I might experiment with a bit of simple xor encryption. I have done a bit of research and want to double check to see if I understand this, example code below: mov eax, 15 mov ecx, 20 xor eax, ecx mov eax, offset Buffer xor eax, eax xor ecx, ecxNow... 15 xor 20 = 27, therefore would 27 be stored in the buffer according to this code?!? Cheers, Tipidy

    • 2 replies
    • 5.9k views
  8. high6
    Started by high6,

    I currently am getting around it by doing CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Init, 0, 0, 0); But from what I understand, when you create a thread in DllMain it queues it up to be executed after DllMain executes. So how can I have a MSIL DeInit function? Creating a thread wont work because it will execute after the dll is no longer in memory.

    • 4 replies
    • 4.3k views
  9. high6
    Started by high6,

    I googled but all I can find is the vista DDK (driver development kit). Anyone know where I can download the one for xp?

    • 5 replies
    • 4.3k views
  10. Unbekannt1
    Started by Unbekannt1,

    Since my topic got locked on the MASM forums because this might be a malicious attempt..I'll try it here: I hope the title says it all: I want to detour a function in another process after injecting my dll and then detour that function to a function inside my dll. The detours library do it for C++ but how do I it in MASM? I don't see anything logic at first sight when looking at the pcode bytes...I took this from the detours lib can this be used (after translating to MASM of course) to redirect the call? inline PBYTE DetourGenCall(PBYTE pbCode, PBYTE pbJmpDst, PBYTE pbJmpSrc = 0) { if (pbJmpSrc == 0) { pbJmpSrc = pbCode; } *pbCode++ = 0xE8; *((INT32*&)pbCode…

    • 2 replies
    • 3.6k views
  11. Kurapica
    Started by Kurapica,

    This is another custom control that works exactly like the scrolling news bar in TV channels, You can add both Textual items and graphics to the scroller.It's designed for right to left languages like arabic and hebrew,It's flicker-free and optimized for maximum performance, The source-code is also available in VB.NET and the final Library is compiled and ready for use with any .NET language like C# or Delphi.NET. You can modify source code as you like but give credit to Black Storm where credit is due. http://portal.b-at-s.info/download.php?view.247

    • 0 replies
    • 11.6k views
  12. Viewtiful Joe
    Started by Viewtiful Joe,

    Hi all I'm new here so i'm gonna sum up a little bit. I'm not damn good for coding in C but i'm trying to move on step by step. I did a little keygen template in C using RPN algo but it's a console template and it's not that leet. I'm not a very good coder but i try to do my best. Link to my Console keygen template [RPN] coded in C I've seen of one tsrh keygen and i think it'll be enough for me. It's a "graphical" template with banner and chiptune but i wanna do one without music first. Does anyone have a tutorial and commented source ? Thanks in advance

    • 3 replies
    • 11.4k views
  13. Kurapica
    Started by Kurapica,

    This is another custom control that works exactly like the scrolling news bar in TV channels, You can add both Textual items and graphics to the scroller.It's designed for left to right languages like english, It's flicker-free and optimized for maximum performance, The source-code is also available in VB.NET and the final Library is compiled and ready for use with any .NET language like C# or Delphi.NET You can modify source code as you like but give credit to Black Storm where credit is due. http://portal.b-at-s.info/download.php?view.246

    • 0 replies
    • 3k views
  14. Kurapica
    Started by Kurapica,

    This is a custom control that can be useful to view credits or about-form as a movie end scrolling titles. You can modify the source code as you like but give credit where credit is due. Thanks http://portal.b-at-s.info/download.php?view.245

    • 2 replies
    • 3.2k views
  15. gamereverser
    Started by gamereverser,

    Hello, i am currently doing some testing and wanted to ask if someone knows a list of compilers which creates from source a valid pe-file. For example many interpreters and 'virtual languages' do not create such pe-files where (all?) Microsoft compilers do. Delphi creates pe-files too, etc. Is there anywhere a list of compilers available listing all/ as many as possible which creates pe-file?

    • 1 reply
    • 3.1k views
  16. high6
    Started by high6,

    Is there a way to get the imagebase of the assembly in memory with the Assembly class?

    • 4 replies
    • 4.5k views
  17. revert
    Started by revert,

    I made this library for to help me out with all my tools. Its contains a PE32/PE32Plus parser, some basic PE edit possibilities are included. A C# stream wrapper for ReadProcessMemory and WriteProcessMemory. A class to take memory snapshots of VM layout. A port of LibDasm. Its .NET code so really slow but easy to use. And the beginning of a x86/x64 IAT rebuilder. Most of the code is work in progress so there might be some bugs Anyhow, you are free to use modify and add as you please. Enjoy B_S.Framework.rar

    • 9 replies
    • 4.5k views
  18. alaphate
    Started by alaphate,

    I use spy++ to check the button style of Calculator's color-text buttons. They are not BS_OWNERDRAW. How does microsoft change their colors? Does any buddy know it? OWNERDRAW buttons don't dress XP-style skin.

    • 10 replies
    • 5k views
  19. Killboy
    Started by Killboy,

    Hi, I'm using this code to inject a dll into a process: bool InjectDll(HANDLE hProcess, char * Dll) { size_t AllocSize; void * Alloc; HANDLE hThread; DWORD dwExitCode = 0; AllocSize = strlen(Dll) + 1; Alloc = VirtualAllocEx(hProcess, 0, AllocSize, MEM_COMMIT, PAGE_READWRITE); if(Alloc) { WriteProcessMemory(hProcess, Alloc, Dll, AllocSize, 0); hThread = CreateRemoteThread(hProcess, 0, 0, (LPTHREAD_START_ROUTINE)GetProcAddress(GetModuleHandle("kernel32"), "LoadLibraryA"), Alloc, 0, 0); if(hThread) { if(WAIT_OBJECT_0 == WaitForSingleObject(hThread, 5000)) { GetExitCodeThread(hThread, &dwExitCode); } CloseHandle(hThread); } VirtualFreeEx(h…

    • 4 replies
    • 3.4k views
  20. alaphate
    Started by alaphate,

    There's no continue directive in VB6. Is this code below is the best (shortest) solution? Dim i As Integer For i = 1 To 5 If i = 3 Then GoTo CNT End If Print i CNT: Next

    • 4 replies
    • 17.8k views
  21. alaphate
    Started by alaphate,

    I can use mciSendCommand to play midi music from disk. I'd like to embed midi file into .rc (resource). How to play midi from resource or memory? Thank you very much in advance. // c, cpp languages are preferred. I have found a example using directX, but I don't want directX in my progam. http://www.codeguru.com/cpp/g-m/multimedia/print.php/c1573

    • 4 replies
    • 3.6k views
  22. unix
    Started by unix,

    Hello, i wanted to ask if someone knows something like a comparison-list of (m)asm and c/ c++ functions. I understand both languages and can write and read it, but a list which compares functions would be nice. What i mean for example: ASM mov eax, value1 cmp eax, value2 //code mov eax, 5 //code mov value3, eaxC if (value1 == value2) { value3 = 5; }Maybe the examples don't match very well but it should be something similar i guess (cant test it right now..). So what i am asking is if there is somewhere a list where i can see how common functions/ instructions look like in asm <-> c? It would be nice to see quickly when i have some asm instructions how the a…

    • 10 replies
    • 7.2k views
  23. randy
    Started by randy,

    Hi all , i'm looking for a Delphi Source Code for some unpackers like ( Upx ... ) , many thanks again .

      • Like
    • 10 replies
    • 9.1k views
  24. Keygen_Dr.
    Started by Keygen_Dr.,

    What's wrong with this ASM code... I'm using, Negatory Assembly Studio... Error; Generating Code... Linking... Link failed .486 ; creating 32bit code .model flat, stdcall ; 32 bit memory mode option casemap : none ; ;******************************************************************************* ************************** ;******************************************** INCLUDES *************************************************** ;******************************************************************************* ************************** include windows.inc include gdi32.inc include user32.inc include kernel32.inc i…

    • 7 replies
    • 3.9k views
  25. StreamLine
    Started by StreamLine,

    i was wondering how peid,die,fastscan etc implement their scanning techinques anyone got an example source code in delphi, or shed some light on it? set a few bp in peid using olly, on createfile etc but didnt break, so wondering if ive missed something. wanting to make my own tool similar to peid tia

    • 5 replies
    • 4.7k views

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.