Die Suche hat 22 Ergebnisse ergeben.
Übersicht
Guamtmsou G.Thema: Beginners-Corner - [help] Using a printerBetreff: [help] Using a printer |
So, Jul 08, 2012 10:24 Antworten: 3 Aufrufe: 1995 |
---|---|
any idea on how to use a printer with Blitxmax? (i need to print some texts on determinates coordinates)
i've downloaded the OLD toolbox ( http://web.archive.org/web/20081208010638/http://www.radioac ... |
|
Guamtmsou G.Thema: Allgemein - 64-Bit-Register lesenBetreff: 64-Bit-Register lesen |
So, Jan 29, 2012 22:22 Antworten: 1 Aufrufe: 1138 |
this is a "bugged" (for now) solution.
Const KEY_READ:Int=$20019 Const KEY_WOW64_64KEY:Int=$0100 Function reg_enumkeys64:String(RegKey:Int,SubKey:String) ... |
|
Guamtmsou G.Thema: Allgemein - WinAPI - Datei-Handles eines fremden ProzessesBetreff: WinAPI - Datei-Handles eines fremden Prozesses |
Fr, Jan 06, 2012 13:45 Antworten: 3 Aufrufe: 1296 |
look at that:
Function KillProcess (pid) phandle = OpenProcess (PROCESS_TERMINATE, False, pid) If phandle <> 0 If TerminateProcess (phandle, 1) ... |
|
Guamtmsou G.Thema: Beginners-Corner - realtime MIC levels...Betreff: realtime MIC levels... |
So, Nov 13, 2011 14:56 Antworten: 0 Aufrufe: 907 |
any idea on how monitor on realtime the MIC level (like the moving bar on windows recording mixer) ?
i've found just this recording/playback example, but i can't understand if this can be used for ... |
|
Guamtmsou G.Thema: Allgemein - 64-Bit-Register lesenBetreff: 64-Bit-Register lesen |
Mo, Sep 26, 2011 21:52 Antworten: 1 Aufrufe: 1138 |
es jemandem gelingt, dies zu ändern?
http://www.blitzmax.com/codearcs/codearcs.php?code=1991 die 64-Bit-Register zu lesen? ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa384129%28v=v ... |
|
Guamtmsou G.Thema: Beginners-Corner - GNET ->wrong idea to setting up a "real"server?Betreff: GNET ->wrong idea to setting up a "real"server? |
Mo, Aug 29, 2011 23:07 Antworten: 1 Aufrufe: 1022 |
everything works fine using Tnet ( https://sites.google.com/site/tnetsite/ ) a very nice networking-module from Patrik Strandell | |
Guamtmsou G.Thema: Beginners-Corner - GNET ->wrong idea to setting up a "real"server?Betreff: GNET ->wrong idea to setting up a "real"server? |
So, Aug 21, 2011 14:10 Antworten: 1 Aufrufe: 1022 |
GNET is a wrong idea to setting up a "traditional" server?
exaplaning: It's possible to use GNET to send "different" informations to "different clients" ? messag ... |
|
Guamtmsou G.Thema: Allgemein - [SOLVED] Blitzmax and "gcc version 4.6.0 20110530 (fedoBetreff: [SOLVED] Blitzmax and "gcc version 4.6.0 20110530 (fedo |
So, Jul 24, 2011 19:02 Antworten: 1 Aufrufe: 3394 |
solved... using the 2nd BMK (from skidracer)
and adding the Import "-ldl" on top of source code |
|
Guamtmsou G.Thema: Allgemein - [SOLVED] Blitzmax and "gcc version 4.6.0 20110530 (fedoBetreff: [SOLVED] Blitzmax and "gcc version 4.6.0 20110530 (fedo |
Sa, Jul 23, 2011 22:09 Antworten: 1 Aufrufe: 3394 |
i've issue compiling on latest Fedora, like on Archlinux ( http://www.blitzbasic.com/Community/posts.php?topic=94467 )
on Fedora there is the GCC 4.6.0 ( 4.6.0-9 ) the BMK (for gcc-4.6.0-3 ) poste ... |
|
Guamtmsou G.Thema: Beginners-Corner - WINAPI: can't re-set focus on Bmax appBetreff: WINAPI: can't re-set focus on Bmax app |
Do, Jul 14, 2011 23:16 Antworten: 11 Aufrufe: 5523 |
Ich verstehe nicht so ganz das Problem. Wenn ich ein Fenster & Textfeld erstelle, liegt das problemlos vor dem Parent
and whitout maxgui? or using maxgui on a d3d window? Graphics 300,300 ... |
|
Guamtmsou G.Thema: Beginners-Corner - WINAPI: can't re-set focus on Bmax appBetreff: WINAPI: can't re-set focus on Bmax app |
Di, Mai 24, 2011 22:29 Antworten: 11 Aufrufe: 5523 |
if have the hwnd id of the bmax window, and i tried:
SetForegroundWindow(HWnd) SetActiveWindow(hwnd) but on Win7 64 seems there are no effects... (p.s. SetWindowPos works fine) any ideas ... |
|
Guamtmsou G.Thema: Beginners-Corner - Can't find window centering code on Glmax2d (win32)Betreff: Can't find window centering code on Glmax2d (win32) |
So, Mai 22, 2011 18:02 Antworten: 0 Aufrufe: 661 |
on d3d9graphics.bmx method Create of TD3D9Graphics it's an easy way to create main Bmax window in a custom position...
Method Create:TD3D9Graphics( width,height,depth,hertz,flags ) ... |
|
Guamtmsou G.Thema: Projekte - Code Cruncher für BlitzMaxBetreff: Code Cruncher für BlitzMax |
So, Mai 22, 2011 13:18 Antworten: 24 Aufrufe: 22022 |
Very nice JOB!
P.S. "or" must be excluded from functions-generated-names |
|
Guamtmsou G.Thema: Beginners-Corner - Glmax2d "blinking" on flipsBetreff: Glmax2d "blinking" on flips |
Sa, Mai 21, 2011 15:42 Antworten: 0 Aufrufe: 610 |
i have a strange "blinking" issue using Glmax2d on vista/7...
seems that there are 2 different backbuffers that are "swapped" on flip... this is a code of the blinking-app (win ... |
|
Guamtmsou G.Thema: Allgemein - "C code" case-sensitive using MaxIde(MacOS)Betreff: "C code" case-sensitive using MaxIde(MacOS) |
Sa, Mai 21, 2011 15:36 Antworten: 2 Aufrufe: 1091 |
sorry, i'm a very "c" noob | |
Guamtmsou G.Thema: Allgemein - Installation Ubuntu 11.04Betreff: Installation Ubuntu 11.04 |
Sa, Mai 21, 2011 2:46 Antworten: 6 Aufrufe: 3950 |
i've left Ubuntu-64 because the patched-freeaudio (with pulseaudio) works badly (sometimes there is no-audio on Bmax apps) ... welcome back old 32! | |
Guamtmsou G.Thema: Allgemein - "C code" case-sensitive using MaxIde(MacOS)Betreff: "C code" case-sensitive using MaxIde(MacOS) |
Sa, Mai 21, 2011 2:41 Antworten: 2 Aufrufe: 1091 |
Just discovered that "C" sources on MacOS are case-sensitive...
for example, to retrieve the numbers of MAC cores: http://www.blitzbasic.com/codearcs/codearcs.php?code=2526 the " ... |
|
Guamtmsou G.Thema: Beginners-Corner - Drag'n'Drop whitout MaxGuiBetreff: Drag'n'Drop whitout MaxGui |
Do, Mai 19, 2011 21:34 Antworten: 4 Aufrufe: 1701 |
"DragAcceptFiles" and the _hwnd field of the TD3D9Graphics object returned by "GetGraphicsDriver" can help you. Then you don't need the Windows API.
i'll try this way... |
|
Guamtmsou G.Thema: Beginners-Corner - Drag'n'Drop whitout MaxGuiBetreff: Re: Drag'n'Drop whitout MaxGui |
Do, Mai 19, 2011 13:29 Antworten: 4 Aufrufe: 1701 |
without Maxgui
noway to use win-apis on standard d3d app? i've an high-frame rate app (working on bmax d3d9) and i think maxgui slow-down app performance... ![]() |
|
Guamtmsou G.Thema: Codearchiv & Module - Fast way to retrieve windows drive letter.Betreff: Fast way to retrieve windows drive letter. |
Do, Mai 19, 2011 0:37 Antworten: 0 Aufrufe: 1243 |
?Win32
Extern "win32" Function GetEnvironmentVariable:Int(lpName$z, lpBuffer:Byte Ptr, nSize:Int) = "GetEnvironmentVariableA@12" End Extern Function GetEnv ... |
Powered by phpBB © 2001 - 2006, phpBB Group