Click here to Skip to main content
16,008,010 members
Home / Discussions / C#
   

C#

 
GeneralRe: WndProc Messages Pin
leppie13-Aug-02 8:07
leppie13-Aug-02 8:07 
GeneralRe: WndProc Messages Pin
Nnamdi Onyeyiri13-Aug-02 9:59
Nnamdi Onyeyiri13-Aug-02 9:59 
GeneralRe: WndProc Messages Pin
leppie13-Aug-02 12:28
leppie13-Aug-02 12:28 
GeneralRe: WndProc Messages Pin
Nnamdi Onyeyiri13-Aug-02 21:25
Nnamdi Onyeyiri13-Aug-02 21:25 
GeneralRe: WndProc Messages Pin
leppie13-Aug-02 23:14
leppie13-Aug-02 23:14 
GeneralRe: WndProc Messages Pin
Nnamdi Onyeyiri13-Aug-02 10:01
Nnamdi Onyeyiri13-Aug-02 10:01 
QuestionHow can I take image from cameras Pin
ZAFER BALLI13-Aug-02 6:04
ZAFER BALLI13-Aug-02 6:04 
AnswerRe: How can I take image from cameras Pin
Nick Parker13-Aug-02 8:10
protectorNick Parker13-Aug-02 8:10 
I am going to answer these questions, however out of order.

ZAFER BALLI wrote:
In VBasic, I am using movenext,movefirst, movelast (etc..) commands for reading DataBase file. If you know, ADO.NET has these commands, or similer commands?

ADO.NET replaced the Recordset object for several others. This allowed the new objects of ADO.NET to be more efficient and powerful. If you want to loop through a "recordset", you might want to look at a datareader.


ZAFER BALLI wrote:
I wrote some programs.But I don't know, install application. For instance, when i write program in VBasic,
i convert it to setup program. But now I did not solve this problem.How can I solve this problem? Because
I need to install another computers.


In VB6 you would use the PDW to create install packages. When you load into VS.NET next time, take a look and there should be an option to create an installer package. I haven't used this yet, however I have seen the results which look nice.


ZAFER BALLI wrote:
Some other my programs, I need to use Barcod reader, Printer and plotter. Furthermore,
I need to use parallel or serial ports. Other wise how can I take information from wireless cameras.
How can I use these devices in C#.Net.


I am assuming that you had some type of interface to access this before .NET. You may need to look at COM Interop to gain access.

HTH



Nick Parker


QuestionHow Can I use parallel or serial ports Pin
ZAFER BALLI13-Aug-02 6:01
ZAFER BALLI13-Aug-02 6:01 
GeneralShell extension Pin
pankajdaga13-Aug-02 4:41
pankajdaga13-Aug-02 4:41 
Generalshowing progress bar in status bar Pin
Pranoti12-Aug-02 23:58
Pranoti12-Aug-02 23:58 
GeneralRe: showing progress bar in status bar Pin
Nathan Blomquist13-Aug-02 3:25
Nathan Blomquist13-Aug-02 3:25 
Generalusing MSChart ... please .... :eek: Pin
troz12-Aug-02 23:17
troz12-Aug-02 23:17 
GeneralDataGrid Pin
Jackson_h12-Aug-02 12:03
sussJackson_h12-Aug-02 12:03 
GeneralRe: DataGrid Pin
TigerNinja_15-Aug-02 19:20
TigerNinja_15-Aug-02 19:20 
GeneralCommunicating between programs Pin
Boris Yankov12-Aug-02 11:20
Boris Yankov12-Aug-02 11:20 
GeneralRe: Communicating between programs Pin
James T. Johnson12-Aug-02 12:36
James T. Johnson12-Aug-02 12:36 
GeneralRe: Communicating between programs Pin
imran_rafique13-Aug-02 10:58
imran_rafique13-Aug-02 10:58 
GeneralGetting the Rectangle of a control Pin
albean12-Aug-02 10:30
albean12-Aug-02 10:30 
GeneralRe: Getting the Rectangle of a control Pin
James T. Johnson12-Aug-02 10:42
James T. Johnson12-Aug-02 10:42 
GeneralRe: Getting the Rectangle of a control Pin
albean12-Aug-02 11:11
albean12-Aug-02 11:11 
Generalchanging colors Pin
Nnamdi Onyeyiri12-Aug-02 5:52
Nnamdi Onyeyiri12-Aug-02 5:52 
GeneralRe: changing colors Pin
James T. Johnson12-Aug-02 6:12
James T. Johnson12-Aug-02 6:12 
GeneralRe: changing colors Pin
Nnamdi Onyeyiri12-Aug-02 6:23
Nnamdi Onyeyiri12-Aug-02 6:23 
GeneralRe: changing colors Pin
James T. Johnson12-Aug-02 8:26
James T. Johnson12-Aug-02 8:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.