class LboxCombobox : public LboxWintool


  Insert



  
// *********************************************************
// コンボボックスに文字列を挿入
// 戻り値 : 挿入された位置
// *********************************************************
int LboxCombobox::Insert( int nIdx, LboxString *LScode, LboxString *LString )
{
	return LboxCombobox::Insert(
		nIdx,
		LScode->szLboxString,
		LString->szLboxString
	);
}
int LboxCombobox::Insert( int nIdx, LPTSTR pszCode, LPTSTR pszBuffer )
{
	List->Insert( nIdx, pszCode );
	return LboxComboInsert(
		LboxCombobox::hWnd,
		nIdx,
		pszBuffer
	);
}
  










  infoboard   管理者用   
このエントリーをはてなブックマークに追加





フリーフォントWEBサービス
SQLの窓WEBサービス

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ