3,417 Topics

Member Avatar for
Member Avatar for freesoft_2000

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 …

Member Avatar for hivework
0
135
Member Avatar for nanosani

Any api function in java that allows a program to open and edit the contents(preserving the formatting of the file such as the font, size etc) of the file within a gui?

0
105
Member Avatar for nanosani

how to make my frame as full screen. Is there any API that implements this in java.

Member Avatar for nanosani
0
149
Member Avatar for nwcad

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 …

Member Avatar for Paladine
0
86
Member Avatar for oujmjyu

:( 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 …

Member Avatar for oujmjyu
1
355
Member Avatar for Paladine

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 …

Member Avatar for bobcares
0
180
Member Avatar for Caps

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 …

0
82
Member Avatar for BountyX

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. …

Member Avatar for BountyX
1
243
Member Avatar for Dani

[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 …

Member Avatar for luckydude
0
354
Member Avatar for fakespike

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 …

0
595
Member Avatar for rational611

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 : …

Member Avatar for fzoff
0
218
Member Avatar for paco

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 …

Member Avatar for TallCool1
0
129
Member Avatar for paco

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 …

Member Avatar for Dani
0
126
Member Avatar for fakespike

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 …

0
82
Member Avatar for Ben Martin

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 …

Member Avatar for Ben Martin
0
291
Member Avatar for Valfor

I was told that there was an api for the windows messenger. Is there and how do I include it in a project?

Member Avatar for root
0
210
Member Avatar for ffwd

If you ever wanted to create 3d apps or 3d games, add didn't knew where to start, you will be happy to know that you can do that and a lot more with Java 3D. Java 3D API is an extenstion to the JDK, you can find info about downloading …

Member Avatar for samaru
0
358

The End.