715 Topics
![]() | |
I am one of the many people trying to grasp something new in this forum. I come here, because it seems to frequented by C++ experts, who actually try to respond. I am trying to learn how to program an HTTP protocol based text file download. I have searched far … | |
I would like to transfer a file from a server to a user for the user to read. I would like to be able to insure that the user can view, but not save or print the file. I am willing to write a user tool to enable viewing and … | |
I installed pcOrion and when I ran a scan it found several problems and fixed them,however. Now when I run a scan it finds the same 23 coookies everytime and even though i tell the program to fix them, on the next scan the cookies are still there. I have … | |
Hi there, Im about to destroy my machine or whipe it whichever seems clearer to me when I get ready to do it!! :P I have something that has rooted into my machine and has not let go, I don't wanna whipe my machine I wanna remove this....if I have … | |
i try to compile source code from a CD in MSVC++ 6. It is scripted in C++ and uses the Win32 api and Direct X 8.0 SDK - and i have included the ddraw.h, ddrawx.h (i have tried with and without this) and with the .lib files. Whenever i tried … | |
Hi everyone, Can anyone recommend me or show me some web links to any free or gpl programming languages (windows platforms or multi platform) that has very easy implementation of adding printing and print preview capabilities to applications to print both graphics as well as styled text. What i mean … | |
When i open this program it's come out this . Anyone Can Help me? AppName: wffm.exe AppVer: 5.13.1.2003 ModName: unknown ModVer: 0.0.0.0 Offset: 00000000 <?xml version="1.0" encoding="UTF-16"?> <DATABASE> <EXE NAME="WFFM.exe" FILTER="GRABMI_FILTER_PRIVACY"> <MATCHING_FILE NAME="cMPG1V.dll" SIZE="176128" CHECKSUM="0xA83E5C53" BIN_FILE_VERSION="3.0.0.2229" BIN_PRODUCT_VERSION="3.0.0.2229" PRODUCT_VERSION="3.0.2229 " FILE_DESCRIPTION="cMPG1V" COMPANY_NAME="LeadTek Research Inc." PRODUCT_NAME="WinFast TV" FILE_VERSION="3.0.2229 " ORIGINAL_FILENAME="cMPG1V.dll" INTERNAL_NAME="cMPG1V" LEGAL_COPYRIGHT="The … | |
:( Hi, I am creating a program that analyses a GUI within Windows XP environment.I am using Java to do all the Guis and other bits. Also, I use Java Native Interface to talk to Windows API. I am having a few problems. I need to make a mouse pointer … | |
Ok, excuse my ignorance, but I thoroughly enjoy the API for programming in windows, is their any such thing in Linux terms. i.e. I would like the do some java programming and C++ programming in Linux, but is it all in a text editor or is their an api/ide for … | |
I'm working on an aim profiler program in C++ using VC6, and I'm trying to take the last login name for AIM from the registry and store it in a variable. I'm not that experienced with the Win32 Api, but I'm trying. Here's my code: (I took it off a … | |
What is the windows API? -API (application programming interface) are (in this case) messages passed between a program and the Operating System. What can API do for your C/C++ coding on windows? -API can be used to make graphical programs and extend communication between your program and the operating system. … | |
[font=Arial][size=3][color=black][b]This is something I picked up somewhere ...[/b][/color][/size][/font] [font=Arial][size=5][color=#0000ff]Microsoft .NET FAQ [/color][/size][size=2]When Microsoft formally introduced its .NET strategy in mid-2000, analysts were confused about how the company would pull off such a massive platform shift. Two years later, they're still wondering. But .NET isn't vaporware, and it's not a pipe … Web Development api asp asp.net client-server data-protection delphi developer-tools email javascript microsoft microsoft-access microsoft-windows operating-system pascal perl software-architecture sql storage visual-basic visual-studio web-browser web-server windows-api windows-server windows-xp xml | |
i found the code to read local ip but i was wondering could it be any smaller then this. #include <winsock.h> #include <wsipx.h> #include <wsnwlink.h> #include <stdio.h> int main() { //////////////// // Initialize windows sockets API. // WORD wVersionRequested = MAKEWORD(1, 1); WSADATA wsaData; if (WSAStartup(wVersionRequested, &wsaData)) { printf("WSAStartup failed … | |
Hi, Could someone help me with this error I am getting. I downloaded this program from a source code website.I am not a windows programmer. When I compile a program in VC++ 5.0 the following error is be shown: Linking... LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/KeyLogger.exe : … | |
I was told that there was an api for the windows messenger. Is there and how do I include it in a project? |
The End.