I'm a beginner Vb programmer
I don't know many things from VB programming ( i am a beginner )
Help me.... if u can

Very Thanks

Fuad ( Comx )

e-mail: Fuad_comx@yahoo.com

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

I have many Text books.
I want a VB program with this options:

	>> Sortable List
	>> Search String
	>> Print Article
	>> Print Result Search
	>> Print Reslut Sort

-------------------------
---*** Sortable List :
-------------------------

- Code
- Book name
- Author
- Book Number



Example :

---------------------------------------------------------------
Book Code          Book name           Author     Book Number 
---------------------------------------------------------------
001		html programming	john		1
002		html programming	john		2
003		Html programming	john		3
004		Web designing		roxina		1
005		Web designing		comx		1
006		Activex programming	poll		1
007		Activex programming	poll		2
...		...........		...		...
--------------------------------------------------------------- (this books was Text document)




-------------------------
---*** Search string :
-------------------------

- AND
- OR
- Near
- Not
- .....

//////////////////////////////////////////////////////////////////

Now, I used this Controls

-* Microsoft Internet Controls  ---> for show html files
-* List View			---> for my sortable list

//////////////////////////////////////////////////////////////////