>Concorsi
>Forum
>Bandi/G.U.
 
 
 
 
  Login |  Registrati 
Elenco in ordine alfabetico delle domande di 70-176: Desktop applications with Microsoft Visual Basic 6

Seleziona l'iniziale:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

> Clicca qui per scaricare l'elenco completo delle domande di questo argomento in formato Word!


How can you debug an ActiveX EXE named MYTEST.EXE?   Run the ActiveX EXE project in the development environment. Open a second instance of Visual Basic. Create a standard EXE to test the methods of the ActiveX EXE.
How do you find all the fonts available to your application?   Iterate the Fonts property of the Screen object using the FontCount property.
How would you access an ODBC data source with the ADO Data control?   Use the OLEDB Provider for ODBC.