Search found 745 matches: null

Return to advanced search

GET STATUS WIFI

... return -1; } WirelessDevices.cpp #include "stdafx.h" #include "WirelessDevices.h" _GetWirelessDevices pGetWirelessDevices = NULL; _ChangeRadioState pChangeRadioState = NULL; _FreeDeviceList pFreeDeviceList = NULL; HINSTANCE g_DllWrlspwr; BOOL InitDLL() { g_DllWrlspwr = LoadLibrary(TEXT("ossvcs.dll")); ...
by Silvio
Wed Sep 02, 2009 10:47 am
 
Forum: FiveWin for Pocket PC
Topic: GET STATUS WIFI
Replies: 0
Views: 500

Re: Error Building TestGif.prg

... hb_stornl( long, int, int );", and it compiles and links, but then I get a 9011 error with the message: "hb_xfree called with a NULL pointer" Thanks Andy
by arpipeline
Wed Sep 02, 2009 12:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Building TestGif.prg
Replies: 7
Views: 1699

Re: Ms Visual C Sharp

... retrieval of events from pbx pbx.startPolling(); } catch (Exception err) { string msg1; string msg2; msg1 = err.Message; if (err.InnerException != null) { msg2 = err.InnerException.Message; } else { msg2 = ""; } MessageBox.Show("pbx link initialization failed: " + msg1 + " ...
by MarcoBoschi
Tue Sep 01, 2009 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Visual C Sharp
Replies: 9
Views: 3502

Re: RESET

#include <Pm.h>
SetSystemPowerState(NULL, POWER_STATE_RESET, 0);
by Salvador
Thu Aug 13, 2009 5:58 pm
 
Forum: FiveWin for Pocket PC
Topic: RESET
Replies: 1
Views: 392

spinner control

... _T(""), WS_VISIBLE|LBS_NOINTEGRALHEIGHT|WS_CHILD|WS_TABSTOP|LBS_NOTIFY, x, y, width, height, m_hDlg, (HMENU)nControlId, g_hInst, NULL); HWND hwndUpDown = CreateWindow(UPDOWN_CLASS, NULL, WS_VISIBLE|UDS_HORZ|UDS_ALIGNRIGHT|UDS_ARROWKEYS|UDS_SETBUDDYINT|UDS_WRAP|UDS_EXPANDABLE, ...
by Silvio
Thu Aug 13, 2009 3:13 pm
 
Forum: FiveWin for Pocket PC
Topic: spinner control
Replies: 0
Views: 333

Re: Mappoint Methods question

... = "Distance, New York to Los Angeles: " & Distance# End Sub [C#] void ShowDistanceNYtoLA() { ApplicationClass objApp = null; MapPoint.Map objMap; MapPoint.Shape objTextBox; String Place1 = "New York, NY"; String Place2 = "Los Angeles,CA"; double Distance; ...
by George
Fri Aug 07, 2009 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3856

Language C ( To Antonio )

... , // style CW_USEDEFAULT , // nLeft CW_USEDEFAULT , // nTop 0 , // nWidth 0 , // nHeight HWND_DESKTOP , // oParent:handle 0, 0, NULL ); hb_retnl( (long) hWndCtrl ); } Oque yo devo hacer para que este windows seja creado dentro de um windows passado por mi, como alterar ? OleWeCreate(cProgId) ...
by lailton.webmaster
Sat Jul 25, 2009 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Language C ( To Antonio )
Replies: 17
Views: 3054

Re: PARA ANTONIO LINARES MISMA VERSION

... DEFINE FONT oFont NAME "ARIAL" SIZE 18,10 ACTIVATE FONT oFont // DEFINE BRUSH oBrush style borlad DEFINE BRUSH oBrush style null //DEFINE ICON oIcono FILENAME "C:\FW24\ICOns\FIVEWIN.ico" DEFINE ICON oIcono resource "LOGO1" DEFINE BITMAP oBmp1 resource ...
by JOSEMAR
Tue Jul 21, 2009 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2422

Re: cActiveX ( To antonio )

... , // style CW_USEDEFAULT , // nLeft CW_USEDEFAULT , // nTop 0 , // nWidth 0 , // nHeight HWND_DESKTOP , // oParent:handle 0, 0, NULL ); hb_retnl( (long) hWndCtrl ); } ? :oops:
by lailton.webmaster
Mon Jul 20, 2009 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cActiveX ( To antonio )
Replies: 11
Views: 4313

cActiveX ( To antonio )

... , // style CW_USEDEFAULT , // nLeft CW_USEDEFAULT , // nTop 0 , // nWidth 0 , // nHeight HWND_DESKTOP , // oParent:handle 0, 0, NULL ); hb_retnl( (long) hWndCtrl ); } Antonio, como yo devo alterar esto p/ receber un Object en lo hb_parc( 1 ) ?
by lailton.webmaster
Mon Jul 20, 2009 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cActiveX ( To antonio )
Replies: 11
Views: 4313

Re: ADODB MySql! Please Antonio...

... is on datatype convertion of xHarbour, for fields like TIMESTAMP! If you make a cast convertion, works! reg_id = numeric, auto_increment, not null reg_data = timestamp, notnull, default '0000-00-00 00:00:00' reg_update = timestamp, notnull, default '0000-00-00 00:00:00' Error: SELECT reg_id, ...
by goosfancito
Mon Jul 06, 2009 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADODB MySql! ( Solved! )
Replies: 27
Views: 4775

A expertos en FWH+xHarbour+TMySql

... ) oCon:DeleteTable("usuarios") endif cCmdSql:= "CREATE TABLE IF NOT EXISTS usuarios (" +; "CLAVE VARCHAR(10) NOT NULL COMMENT 'Clave'," +; "NOMBRE VARCHAR(30) NOT NULL COMMENT 'Nombre'," +; "PRIMARY KEY (CLAVE))" +; "ENGINE = InnoDB ...
by FranciscoA
Wed Jun 10, 2009 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: A expertos en FWH+xHarbour+TMySql
Replies: 22
Views: 4796

Re: Un ejemplo de MySql+Sql+xHarbour

... MsgInfo("efectivamente, fue borrada..") endif cCmdSql:= "CREATE TABLE IF NOT EXISTS kardex (" +; "INGRESO NUMERIC(12,2) NULL DEFAULT 0 COMMENT 'Entradas'," +; "EGRESO NUMERIC(12,2) NULL DEFAULT 0 COMMENT 'Salidas'," +; "SALDO NUMERIC(12,2) NULL DEFAULT ...
by FranciscoA
Fri Jun 05, 2009 6:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un ejemplo de MySql+Sql+xHarbour
Replies: 7
Views: 3369

Un ejemplo de MySql+Sql+xHarbour

... ) oCon:DeleteTable("usuarios") endif cCmdSql:= "CREATE TABLE IF NOT EXISTS usuarios (" +; "CLAVE VARCHAR(10) NOT NULL COMMENT 'Clave'," +; "NOMBRE VARCHAR(30) NOT NULL COMMENT 'Nombre'," +; "PRIMARY KEY (CLAVE))" +; "ENGINE = InnoDB ...
by FranciscoA
Thu Jun 04, 2009 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un ejemplo de MySql+Sql+xHarbour
Replies: 7
Views: 3369

Re: Mediator / Listbox

... the server is working well. function MakeTable( oCon ) local cCmdSql := "CREATE TABLE IF NOT EXISTS TEST ("+; "ROW_ID INTEGER NOT NULL AUTO_INCREMENT COMMENT 'LLAVE',"+; "CODIGO CHAR(5) NOT NULL COMMENT 'CODIGO CLIENTE',"+; "NOMBRE CHAR(30) NOT NULL COMMENT ...
by dutch
Thu Jun 04, 2009 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mediator / Listbox
Replies: 9
Views: 2531
PreviousNext

Return to advanced search

cron