Business
Forum Post

Help to solve VBA Script for Excel

I have drop down menu in I4 with around 15+ different options (type of problems). based on selection there are two outputs in cell K4 (full / partial) and its so far working fine. i need to go...
Forum Post

Running programs from command line in asm

Hi! I'm currently programming a os in asm, and currently I need help with one thing. How do I run binaries from my boot-floppy? I'm currently setting up the kernel to read fat16, and it reads the...
Forum Post

Re: Simple Calculator

Damn this forum is weird. Tells me "server error" 3 times when I try and post this but the posts went through anyway and the spam filter is going crazy on me right now!
Forum Post

Need help about explaining some ASM code

it's var_8. So what is var_CC ? I try some another case and see that var_CC always available in every code 2/ what does "rep stosd" means ? It have read about stosd but I don't understand its...
Forum Post

Re: "Just in time compiling" (by a beginer)

Sorry I forgot the number 1 rule: A function will destroy all values in your registers. I think it is solved now.
Forum Post

Re: NASM Assembly language code needed

Hi.. Yes sir i need help in TSR coding..while having the given problem on the above msg. i want to know how you will code it using NASM assembly language. ofcourse TSR is the technique used in...
Forum Post

Re: Which Assembler is Recommended?

Turbo Debugger?! TASM?! Ancient history! Best tool in that business is FASM, because it is the easiest to use. Also, the debugger is OllyDbg - awesome tool! http://flatassembler.net/download...
Forum Post

Looping in background

Hi there, Tried searching for this on the forum but couldn't find anything. I have a program which simply loads a dialog box at particular times of the day, depending on the user's settings. The...
Forum Post

Re: DataGridView problem

I added Sortable BindingList inherited from BindingList. It's sorting the check box column fine but the feature I mentioned before (when datagridview is sorted automatically on the cell value edit)...
Forum Post

Re: Checking to confirm if a string is numeric

you could cross check the one byte of the string with every digit, to see if it is a digit. Once it is equal to one of the digits simply jump to some other place. jmp start mydig db...
Forum Post

Re: bubble sort

1) The swap routine swaps the values in registers, but the array in memory is never updated with the swapped values. 2) The pseudo-code is weird in that the inner loop always has exactly one...
Forum Post

bubble sort

=0; i--) for(j=1; j
Forum Post

Re: software and cpu loads

Whoops some how sent that a few times !!
Forum Post

Re: how to read xml file using c++

The easiest way is to use an existing library. If you want to roll your own, essentially you need a recursive parser. Each time you hit a new tag you add a new node to the tree, then for repeats...
Forum Post

what is the assembly program of multiplication table??

Please help me how to make an assembly program that would directly print the multiplication table using loop and will also help compute the 2 inputted numbers. Now, here is the added twist. When you...
Forum Post

Re: [advise please] unable[thank you]

: Thank you ASMGURU. : : i have study a bit of the function from the link given by you. : Yet i need to put more effort to understand it as i m not that : familiar with masm32 bit. :...
Forum Post

Re: Vista with 16-bits masm : unable to play tune smoothly

I'm surprised it works under XP. Direct hardware access, like you're program is doing, is something that windows is trying to stop. Each time your program wants to talk to hardware, it has to "ask"...
Forum Post

help me... maybe it's not the right place for this topic

hi! my questions sound more like a beginner ones, but if you don't get annoyed and know the answer to them please help(i don't feel like starting new threads in different sections for every question...
Forum Post

adding data to MS Excel in C#.Net

i have a C# windows application form with various controls such as textbox ,combo box,date time picker etc. i want that on clicking a button PRINT the data entered by the user in the controls should...
1 2 3 4 5 6 16 26  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.