I am making a Win32 application using MS visual C++ 6. My problem is that i can’t draw a bitmap resource on to a dialog. Here is a section of what my source code looks like: #include “stdafx.h” #include “resource.h” HINSTANCE hInstance; LRESULT ...
Computing.net: Question & Answers Forum Latest Questions
Hi all, I am very new for Perl, I tried to zip the file using the following script #!perl -w use strict; use File::Find; use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); my $dir = ‘c:/siva’; my $zip = Archive::Zip->new(); my $zipped; $zipped = $zip->addDirectory( $dir ...
Hey guys i was wondering how to load a variable from a file, anyone know? thanks for any feedback Domo! :: ===== script starts here =============== :: :: chuey.bat ...
I ran a search here but did not get an answer. Does anyone know how to run a simple batch file as an unseen process. echo off erase c:junk.txt Not minimized. Not on the Task Bar. I can put it into the registry ...
Hello, i’m just messing around right now in C++ and i’m trying to make my own little “search” utility b/c the one in windows xp is horribly slow and i’ve found with a batch file you can find the location ...
Dos 6.22 POS system on old hardware. Put together new hardware and all seems to load and post BUT at the last point before the program would start it just reboots. I wonder if the program (Magic Touch) cannot handle ...
Hello friends: First sorry for my English. I need some help with a batch file I have an IBM PC 5150 with a 20MB hard drive and want to make a copy of all files (subdirectories, hidden files and system files) ...
I’m writing a Batch file that copies a 695 meg file from the CD to the C: drive (checks to see if the entire file actually coppied) then prompts the user to unsert the next CD to copy the next ...
Does anyone know how to print to (or set up) a printer on Windows2000 by just knowing the Printer IP address, and also by just using VB script? I know how to do it by using Windows wizard, or how ...
When trying to read a a very large file (16GB) into an array with a character size of each element of 1 byte and an array of size 720*576 and using LFS then working with the array and reading the ...