Search found 191 matches

by joseywales72
Dec 15, 2005 7:28
Forum: Windows
Topic: Window content...
Replies: 2
Views: 1451

Thanks... I think I can find the window handle of the necessary window. I will try to grab information from a citrix metaframe session. I suppose this will pose a further challenge. :-)
Thanks for the insight.
by joseywales72
Dec 14, 2005 20:14
Forum: Windows
Topic: Window content...
Replies: 2
Views: 1451

Window content...

Hi,

As far as I know, window contents can be copied as bitmaps, using window handles. (hWnd etc.) Right? But is it possible to get data from, for example, a notepad window, or from an Excel cell to a string variable?
Any ideas?
Thanks.
by joseywales72
Oct 19, 2005 4:45
Forum: General
Topic: New emitter: C source target
Replies: 38
Views: 9891

Plasma, thanks for the links...
by joseywales72
Sep 14, 2005 19:51
Forum: Windows
Topic: Extracting data from window content...
Replies: 0
Views: 1945

Extracting data from window content...

Hi, I need to extract (capture, trap, whatever) data from Citrix Metaframe terminal windows. As I was looking around the posts, I stumbled upon some interesting code snippets and tips like capturing the whole desktop to a bmp file. Now I am curious, is it possible to get the data from a specific win...
by joseywales72
Sep 08, 2005 19:59
Forum: General
Topic: Please help with your result on diffrent CPU's.
Replies: 24
Views: 9534

FPU
VME
DE
PSE
RDTSC
CMOV
MMX
SSE
3D NOW
3D NOW DSP
1860 MHz.

Athlon XP 2500+ Barton,Epox 8RDA+, WinXP SP2

Hope helps..
by joseywales72
Sep 02, 2005 21:49
Forum: General
Topic: Irrlicht in FreeBasic?
Replies: 13
Views: 3898

Irrlicht in FreeBasic?

Hi, I was wondering if it is possible to use Irrlicht 3D engine with FreeBasic? It seems really powerful and portable. Any ideas? http://irrlicht.sourceforge.net I once used a Python binding for wandering around a Quake 3 map I made. It was very smooth on a P3-800 with 128 RAM and Sis6326 VGA. And a...
by joseywales72
Sep 02, 2005 21:16
Forum: General
Topic: getting the ip address
Replies: 28
Views: 9924

The problem (for many it is not a problem, because this prevents many windows trojans and worms infecting your PC) is your modem's internal firewall and router. It probably filters out all the non standart ports of TCP/IP protocol. Obviously you can surf the net, so your modem permits port 80 (Stand...
by joseywales72
Sep 02, 2005 6:28
Forum: General
Topic: Usage of Non-English characters on screen?
Replies: 6
Views: 1826

Thank you for all your help. I am at work now, I' ll check this evening.

@mjs : Both console and graphics mode would be fine indeed. Thanks for
quick response again.
by joseywales72
Sep 02, 2005 4:52
Forum: General
Topic: Usage of Non-English characters on screen?
Replies: 6
Views: 1826

Usage of Non-English characters on screen?

Hi, I hope I am not being redundant, but I looked for a solution in forums and I could not find any. Is there a way to display characters for other languages in FB? For example; print "ğüişçö -- These are from codepage 859-9, Turkish " sleep I can see these characters properly in Windows X...
by joseywales72
Aug 27, 2005 4:46
Forum: General
Topic: getting the ip address
Replies: 28
Views: 9924

Well, I am not sure but I think if one can directly access modem's internals then it is possible to extract the "real" IP from modem's software. Beats me though. OS thinks the DHCP assigned IP as the real IP. I have a PCI ADSL modem also and there is no such problem. When I get the IP whil...
by joseywales72
Aug 27, 2005 2:37
Forum: General
Topic: getting the ip address
Replies: 28
Views: 9924

@cenozoite, Hi, If you are using an external ethernet ADSL modem (which is very probable), then you are behind that modem's NAT(network address translation), so you see the IP address which your modem's DHCP server assigns. (Probably something like 192.168.0.x or 10.0.0.x, depending on the model of ...