Multimedia
Multimedia is media that utilizes a combination of different content forms.
Forum Post

Re: jpg or bmp with asm

You can easily load a bitmap using either of the WinAPI functions LoadImage or LoadBitmap. Look for their specification on MSDN. For jpgs I'd recommend that you find a library. I don't know of any...
Forum Post

Re: ASM GUI API???? I am confused!

: You can also make the whole thing in assembly. : Download fasm, and there's some examples of how to make win32 api : programs. And I am creating high level stuff for FASM too - it will be fun...
Forum Post

Re: Win32 app writing

: : : I am looking for a message board for Win32 help. I use assembly. : : : : : : Thanks. : : : : You could use one of the following board, whichever you find : : appropriate: : : : :...
Forum Post

need help convert MASM to ASM 8086

Could anybody help me to convert this code to 8086 assembly language. Aku wt pki MASM32 (www.masm32.com) ; Build this with the "Project" menu using ;...
Forum Post

Re: DOS window in XP

: Is it possible to alter the size, color, etc of XP's DOS of Command Prompt window? Where do I look for Info? : Thanks, jfalv : Windows has Console API's for such things. Look into...
Forum Post

need help winXP wont allow my program to interface with ports

i badly need some help.... i have a program in visual c++ express edition..nd i am using an ASM inline assembly but winXP wont allow me to access the printer port..
Forum Post
Forum Post

Hello World

I'm trying to do the example program "Hello World". I dont't know how to get to a command prompt using Windows ! Do I go to Dos window? I'm an old time programmer(no brag); Basic, Fortran, Assembly...
Forum Post

how to I handle text input on my console made OS? really stuck

Hi I have been reading assembly books like nothing else, I have a reasnable experience with c. At present I have made a bootsector on a floppy disk, this reads a file loader.bin (assembled via nasmw)...
Forum Post

Re: hi all , can i load a bmp on the screen using assembly ?

: : if one knows how , pls reply ! : : : : Thanks in advance! : : : If it's using windows APIs then you can use LoadImage or LoadBitmap to load images
Forum Post

Re: how to measure the pixel changes between two images?

hi for you to do that you will need to verify the coordinates of each point making your image and since they are stored as colours you can do the checking. if i may ask , what do you use to do...
Forum Post

This Program hangs, i don't know why?

Hi I wrote the following code to divide an unsigned 2-byte number with an unsigned 1-byte number. DATA SEGMENT DIVIDEND DW 1000H DIVISOR DB 25H QUO DB ? REM DB ? ERRMSG DB "THE...
Forum Post

Re: x86 memory access problem

: : You can't access memory directly, especially lower memory, in protected mode. You'll have to go through Windows API's to do that. : So, what should I use in order to access the memory!...
Forum Post

Re: How Do You Stream MP3

Get the lame library, use some assembly to interface it and use some more assembly to get the sound card play it.
Forum Post

Re: Assembler 8086 program ?

=3}).give message for input error. : : Input: 265(num), 5(H), 5(W) : : Output:265(num), 5(H), 5(W) : : : XXXXX : : ....X : : XXXXX : : X.... : : XXXXX : : : : XXXXX : : X.... : : XXXXX...
Forum Post

Re: Any code for bouncing ball

: Can anyone please tell me where I can find codes or segment of codes in assembly language to simulate a bouncing ball? : : I have already drawn the box and the ball, but I have no idea how I can...
Forum Post

a bootable disk

hi this is my first post here i'm trying to make a bootable disk using assembly x86 and MASM i want to know what do i need to know to make a disk which runs the command.com at startup without using...
Forum Post

x86 Asm Programming

Is it possible to write a 32-bit programme using intel assembly codes. Please suggest me any assemebler wich will not use windows API. Please send ur reply to joseph_morcey@yahoo.com Regards,...
Forum Post

Re: WriteProfileString

: : : : Is there someone who can help me learn how to modify the win.ini file by adding a new section. : : : : : : : : I know I need to use : : : : WriteProfileString and ReadProfileString but I...
Forum Post

Re: starting a mode

: Hello : : I just want to know how can i star a video mode, without using any interruption (under DOS)... : : Let's say i want to be able to star high resolution modes, like 640x480x32 : :...
Previous  1 2 3 4 5 6 7 8 18  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.