Application
Hardware
Remove
Platform
Any
License
Any
i m trying to do an arithmetic series which is able to read in floating numbers. Yet i entered a problem with the looping.
Initially, i tried with inc instruction to increase my value in register...
i m trying to do an arithmetic series which is able to read in floating numbers. Yet i entered a problem with the looping.
Initially, i tried with inc instruction to increase my value in register...
i am a beginner of assembly language programming particularly on that with TASM.. We are asked to code a program wherein the user will asked to input a character or a word and then it will print the...
i am a beginner of assembly language programming particularly on that with TASM.. We are asked to code a program wherein the user will asked to input a character or a word and then it will print the...
So is this not a possibility with VB .NET? I know how to hook keyboard input with C++, but I am not sure how to write a service in C++. I would prefer to do this with VB .NET, but I don't know if...
can some please tell me how to access USB port thru JAVA or C++.
Like i want to disable them thru programming.
If you have any problems with the code, post a reply and I'll try to be a little bit more specific.
Rgds
Terry
: : You will need some thing like:- ......
: :
: :
: : On the Project menu...
: You will need some thing like:- ......
:
:
: On the Project menu, click References,
: and select "Microsoft Word 8.0 Object Library" - Word 97 (or
: "Microsoft Word 9.0 Object Library" if...
You will need some thing like:- ......
On the Project menu, click References,
and select "Microsoft Word 8.0 Object Library" - Word 97 (or "Microsoft Word 9.0 Object Library" if you are using...
I’m kind of dummie in VBA. I usually just work with it to create macros.
I’ve a important challenge now, that is: using an excel sheet with, average,
20000 cells, I need to replace a part of the...
: Hey all, i am writing a webpage that retrieves data from a database
: in the form of an OracleDataReader.
:
: Now it returns a couple of ids and some names. What i want to do is
: to insert...
I'm writing a function that waites until the user selects the enter key then proceeds on a windows system . the only isseue is I cannot use getchar() or scanf() they both open a stdio windows which...
It can still be anything, impossible to tell. A wild guess would be that you switched rx and tx the wrong way, that's the most common RS-232 problem.
I'm going to guess that your loop is checking ranges which are outside the bounds of the Excel file. I see that the loop only terminates once it finds six null values in a row. I would step through...
hi folks. I'm currently working on my final year project, which is the realization of an efficient fingerprint authentication system. I'm developing the database with VB.Net's SQL, and i intend...
: Hey all,thats my first time to post around here and I hope I could
: find answers to my problems/questions.Well, last night I searched
: all the net to find answers too my two questions, but...
: Hehe, well he is writing in C. The C standard states that main()
: shall return int if the program is running in a "hosted
: environment", such as on Windows / Linux / Mac. If the program is...
Hi,
I am writing a program that will connect to a modem via an RS232 port, and send commands, like for example to start a call.
Also I will need to read the feedback given from the modem, and...
0 Then
: result = c(i) & " x " & b(i)
: Cells(40 + d, 81 + e) = result
: If a = 0 Then e = e + 1
: End If
: Next i
: d = d + 1
: