3,417 Topics
![]() | |
Hi everyone, I want to know how to print the contents of the text area including all its fonts to the printer. I have no idea how to implement this in awt. Could someone show me or e-mail me any sample codings on how the print functionality can be implemented … | |
how to make my frame as full screen. Is there any API that implements this in java. | |
Has anyone had problems migrating VB6 projects to a VB.NET environment? Specifically, is there a separate, new .NET assembly I need to reference to communicate with the autoCAD API or do I have to use the .COM libraries that I am currently using in VB6? Thanks, in advance, for any … | |
:( 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 : … | |
Hello, Does anybody have a piece of code to convert sequence of bitmaps into video(avi) without using directx sdk? I am looking for a pure win32 API solution so I will be able to translate it to the programming language I use(After GRasp) Any help is highly appreciated. Thanks in … | |
Hello, Does anybody have a piece of code to convert sequence of bitmaps into video(avi) without using directx sdk? I am looking for a pure win32 API solution so I will be able to translate it to the programming language I use(After GRasp) Any help is highly appreciated. Thanks in … | |
i have been hitting the libraries alot latly read some very interesting books in a effort to better my self in the feild of computers. i keep jumping around really i read alot of secruity books in them are some some surprising detail there actualy more of a hack manual … | |
first post! hello all. :) i'm in the process of converting some vbscript into jscript at work, and not being an expert when it comes to any sort of javascript (or c syntax generally) i am now stuck. specifically with the 'switch' statement. the application is a server-side api that … | |
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.