Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
About Me

My name is Michael Sammels. I currently lead the team in development of our latest project: "System 1.0" - if you wish to join, you know how to contact me, via DaniWeb. I've been programming computers since 2001, (9 years old), and…

Interests
C, C++, ASM, Programming an Operating System, Windows, vintage operating systems
PC Specs
Microsoft Windows 7 Ultimate x86_64 Windows Experience Index Score: 5.9 RAM: 4GB Hard Disk Drive: 1TB…
Favorite Forums
Favorite Tags
Member Avatar for MichaelSammels

OK, so I know that I can search binary records in C, by entering the number and returning the corresponding data, however I need to search a binary file using text. In my opinion I would need to load this file into a buffer and search the buffer for the …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for MichaelSammels

Does anyone know how to read the contents of a binary file into a static struct array, that can then be searched like a normal array?

Member Avatar for Adak
0
171
Member Avatar for MichaelSammels

Hi DaniWeb, [INDENT]So when you right click an .exe file (one you compile with C) you get the option to view the details such as File Description, File Version, Product Name, etc. I was wondering how to change these? I assume it'll be a C command, but I'm not entirely …

Member Avatar for mohanty_555
0
75
Member Avatar for MichaelSammels

Hey there, all. I just complied a program in C++ on Microsoft Windows 7 Ultimate (MinGW). The only problem is that when I run it a command prompt also runs with it in the background, and can't figure out how to remove it. Any ideas?

Member Avatar for MichaelSammels
-1
192
Member Avatar for MichaelSammels

Hello DaniWeb, [INDENT]I am making a command line program, which does not use a GUI. However, I am wondering if there is any code that I can use in order to change the program's icon (the one that appears on the top-left of the window, or in the Taskbar)?[/INDENT]

Member Avatar for Ancient Dragon
0
94
Member Avatar for MichaelSammels

I have the following code: [code] For lngPosition = LBound(strNames) To UBound(strNames) mainForm.NameDisplay.Caption = strNames(lngPosition) mainForm.StockDisplay.Caption = intLevels(lngPosition) Next lngPosition [/code] This code, in my opinion, should print everything in array in a label. However, it only prints the last element of the array. Anyone got any ideas on how …

Member Avatar for MichaelSammels
0
200
Member Avatar for MichaelSammels

Yeah, I'm stumped on this one: I need to get user input from a keyboard, with some problems involved: [LIST=1] [*]I'm using an OS I created [*]I do not have access to any standard includes [*]I need to code the function myself [*]I'm in protected mode [/LIST] Any help would …

Member Avatar for MichaelSammels
0
100
Member Avatar for MichaelSammels

Does anyone know how to change the colour of strings using x86 NASM Assembler? I've found tutorials like this: [CODE] mov ah, 09h mov al, 97 mov bx, 100b mov cx, 01h int 10h [/CODE] Which prints the letter "A" once in the colour you choose. This is a handy …

Member Avatar for NotNull
0
4K
Member Avatar for MichaelSammels

Hello, This is my first post on DaniWeb, so I hope I did it OK. Anyway, you'll notice that in the top of every window you have standard close button (the x in the red box). I was wondering if it was possible to remove at this runtime, using VB6, …

Member Avatar for jbennet
0
143