File Format
A file format is a particular way to encode information for storage in a computer file.
Language
Any
Platform
Any
License
Any
Hello all. How i can change amplitude of .wav file in C++?
Hello.
I hav just made a DLL file using Turbo Pascal 1.5
How do I use it in VB?
Normal methods of declaring DLLs dont work.
What should I do?
Hi!
I have an application which was compiled with Visual .NET 2003 (7.1) (C++)and from which I don't have the sources.
I can add DLL to this application, but it is possible to add DLL compiled...
: Hi all,
:
: I've got an exe file that I created with a lot of data in it. I'm
: not interested in the source code, but the actual data is more
: important. Is there a way to pull it out?...
Hi all,
I've got an exe file that I created with a lot of data in it. I'm not interested in the source code, but the actual data is more important. Is there a way to pull it out? I've tried using...
I got VESA svga 640x400(MS-DOS) working and now I got problems with inserting bitmaps.
The problem is that it can only display 320x200 pictures, if the size is higher,it messes up the screen. Is...
I need to compare two bitmap images from certain co-ordinate.. how to do that can u kindly help..
I love the new site!
But one thing that's changed to the bad is the RRS feed I was reading...
It's the 'all new topics' RSS feed.
Now it doesn't have boards included in it, which was great....
Hello,
I have a big problem. I want to repaint my JDialog and he don't wanna do this...
I need that for my Highscores. So you play and when you lost the game you can entre your name and the...
hello,
when processing WM_RBUTTONDOWN, how can I get the same sysmenu as the one when clicking the programs top most left icon, or the one when right-clicking the programs icon on the taskbar....
: : I have a project about designing a game in Delphi and it is
: : approximately completed but I still went to know how to save the
: : game and open it in an other time (in the same situation...
: I have a project about designing a game in Delphi and it is
: approximately completed but I still went to know how to save the
: game and open it in an other time (in the same situation that...
Hi
I have developed a windows forms application in turbo cpp. And it works fine in the computer that i have compiled it. But i could not open it on other computers, it says could not find vcl100...
Sounds like it is looking for a header file for c/c++ based DLL. This type of DLL is much different than the type of .Net Class Library that you have probably made. You should check the Matlab site...
Hi,
I have created a dll with visual studio 2005 in Visual Basic. I want to use it in matlab but matlab asks for a *.h file, referred to as a handle file which is not created in the Visual Studio...
: Hi basically have a program to generate passwords using dynamic
: arrays
:
: Im passing the arrays to a tstringlist the problem with this is it
: diplsys fine in the edit box i.e one line...
: I am writing a steganography program and I need to figure out where
: the JPEG header ends and where the image data begins. I know that
: JPEG's don't officially have a formal header...
: Hi I am newbie. I read abot it but I couldnt write program yet. The
: problem is "compress a monochrome bitmap file using RLE(Run length
: Encoding) and then make it uncompressed." Please tell...
Just to clear out any misunderstanding here:
At the very least, ANY VB program requires a Windows framework to be running. That is: the Windows API's and the Visual Basic runtime library.
Here is...
Hi I am newbie. I read abot it but I couldnt write program yet. The problem is "compress a monochrome bitmap file using RLE(Run length Encoding) and then make it uncompressed." Please tell me how can...