Search found 46 matches: msdn2

Return to advanced search

Rodrigo,

Here you have the documentation for threads:

Using the Windows API: ( CreateThread() )
http://msdn2.microsoft.com/en-us/library/ms682453(VS.85).aspx

Without using the Windows API:
http://en.wikipedia.org/wiki/Beginthread
by Antonio Linares
Tue Aug 05, 2008 4:18 am
 
Forum: FiveWin for Pocket PC
Topic: MultiThread Suport
Replies: 3
Views: 981

... cuyos nombres terminan en "MT" (multi threading). Ejemplos de multithreads en lenguaje C: Usando el API de Windows: ( CreateThread() ) http://msdn2.microsoft.com/en-us/library/ms682453(VS.85).aspx Sin usar el API de Windows: http://en.wikipedia.org/wiki/Beginthread
by Antonio Linares
Thu May 15, 2008 8:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una Sobre la Clase Thread
Replies: 13
Views: 2616

Otra forma más elegante, sin tener que usar la función WinExec(), es usar la función NetRemoteTOD():

http://msdn2.microsoft.com/en-us/library/aa370612(VS.85).aspx
by Antonio Linares
Sat Apr 19, 2008 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener Fecha y Hora del Servidor Desde un Tarminal
Replies: 5
Views: 1063

... You may care to look at: http://en.wikipedia.org/wiki/Three-tier_(computing) http://www.sei.cmu.edu/str/descriptions/threetier_body.html http://msdn2.microsoft.com/en-us/library/ms685068(VS.85).aspx http://www.linuxjournal.com/article/3508 http://www.oracle.com/technology/products/ias/toplink/doc/1013/MAIN/_html/undtldev010.htm ...
by xProgrammer
Wed Apr 16, 2008 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12772

Hello! Nageswararao, Using the Windows API: ( CreateThread() ) http://msdn2.microsoft.com/en-us/library/ms682453(VS.85).aspx Without using the Windows API: http://en.wikipedia.org/wiki/Beginthread Simple Multithreaded Application in pure C, Win32 and MFC http://www.codeproject.com/KB/threads/crtmultithreading.aspx ...
by modicr
Sun Apr 13, 2008 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

... LIB "winspool.drv" Este es el link a la referencia del api que quiero probar para empezar a entender todo este cuento: http://msdn2.microsoft.com/en-us/library/ms536005(VS.85).aspx Gracias por la ayuda que me puedan brindar.
by metaldrummer
Fri Mar 28, 2008 8:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 function
Replies: 15
Views: 3801

Nageswararao,

Using the Windows API: ( CreateThread() )
http://msdn2.microsoft.com/en-us/library/ms682453(VS.85).aspx

Without using the Windows API:
http://en.wikipedia.org/wiki/Beginthread
by Antonio Linares
Tue Mar 25, 2008 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

... run... Por eso te lo he comentado. De donde obtienes toda esta información? Algín link en particular? Pues en MSDN LIBRARY de Microsoft ( http://msdn2.microsoft.com/es-es/library/default.aspx ). Tambien busco en foros de VB (Visual Basic) y DELPHI. Casi todo lo encientro en GOOGLE. En concreto ...
by JmGarcia
Fri Mar 14, 2008 10:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre el API de windows
Replies: 15
Views: 3705

... data for controls within the dialog box. -Use of the BEDIT, IEDIT, and HEDIT predefined system class names The link to this is at http://msdn2.microsoft.com/en-us/library/aa381003.aspx Other users who are more qualified may be able to expand further on this. Regards, Ken
by Ken Wantz
Mon Feb 25, 2008 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Better Resource Editor?
Replies: 19
Views: 6841

Gabo,

Tienes que llamar a AddFontResource( cFontFileName ), luego la defines normalmente:

AddFontResource( "MiFuente.fnt" ) // ó .fon, etc.
DEFINE FONT oFont NAME "..." SIZE 0, -...

Para más información de AddFontResource():
http://msdn2.microsoft.com/en-us/library/ms534231(VS.85).aspx
by Antonio Linares
Wed Jan 30, 2008 9:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Es posible recuperar una fuente de disco ??
Replies: 3
Views: 752

http://msdn2.microsoft.com/en-us/library/aa982683.aspx

How to: Manipulate Office Open XML Formats Documents
by Otto
Thu Jan 17, 2008 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting Microsoft .Docx to .txt
Replies: 2
Views: 667

TIP: Themes Buttons con Imagen

... que seria interesante dotar de un method al boton para que cargue directamente la imagen pasada, ¿ No creés Antonio ? Referencia en; http://msdn2.microsoft.com/en-us/library/bb761822(VS.85).aspx Espero que os sirva.
by thefull
Tue Jan 15, 2008 1:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIP: Themes Buttons con Imagen
Replies: 9
Views: 1650

Wrapper for GetDateFormat() - Antonio ?

Antonio, yesterday I posted a wrapper to GetDateFormat ( http://msdn2.microsoft.com/en-us/library/ms776293.aspx ) to retrieve a date in the user's locale settings, but can no more find my post. Has it been removed for some reason or did I forgot ...
by Davide
Mon Jan 07, 2008 12:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrapper for GetDateFormat() - Antonio ?
Replies: 2
Views: 723

Antonio and Everyone, Here is a video; 'How Do I Create a Language Service?' http://msdn2.microsoft.com/en-us/bb851701.aspx "In this video, Hilton Giesenow illustrates a simple working Language Service. He begins by building a simple scanner for colorising based on ...
by James Bott
Thu Jan 03, 2008 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VSX My new IDE for Fivewin
Replies: 25
Views: 5367

by Antonio Linares
Thu Jan 03, 2008 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VSX My new IDE for Fivewin
Replies: 25
Views: 5367
Next

Return to advanced search