Forum: VB.NET Apr 16th, 2008 |
| Replies: 4 Views: 965 |
Forum: VB.NET Apr 16th, 2008 |
| Replies: 1 Views: 3,166 How to read csv file contents in VB.Net Hi,
I want to read csv (Comma Separated Values) file content in VB.Net
I want read entire values in file store in the fixed blocks ( say array )
Please guide me for reading the csv file content... |
Forum: VB.NET Jan 14th, 2008 |
| Replies: 0 Views: 978 Logon Failed in Crystal Reports Hi
I am facing logon Failed problem in VB.Net Crystal Reports after i deployed it at client side...
A window showing Database name, user name, Server and password
I fill it manually still it... |
Forum: VB.NET Jan 11th, 2008 |
| Replies: 1 Views: 2,970 Deploying Crystal Reports at Client Side Hi,
I am using VS .Net 2003. I had created the Crystal Reports and running on machine fine.
Now i want to create setup using InstallShield to deploy it at client side.
I had included dll's for... |
Forum: C++ May 2nd, 2007 |
| Replies: 7 Views: 1,463 |
Forum: C++ May 2nd, 2007 |
| Replies: 7 Views: 1,463 |
Forum: C++ May 2nd, 2007 |
| Replies: 7 Views: 1,463 |
Forum: C++ May 2nd, 2007 |
| Replies: 7 Views: 1,463 |
Forum: C++ Apr 30th, 2007 |
| Replies: 2 Views: 441 |
Forum: C++ Apr 30th, 2007 |
| Replies: 2 Views: 441 How to... please Help.. Hi
I want to set an internal timer of 30 seconds in c++.
within that user have to enter 3 inputs one after other. and for each input i want set one Parameter which will change for each input by... |
Forum: C++ Apr 27th, 2007 |
| Replies: 1 Views: 2,325 Binary String in to Integer in c++ hi
I want convert Binary String to intger Format in c++.
like "00000100" should give me as "04" or "4"
could anyone suggest me the solution for it.
thanks
Mukesh:) |
Forum: C++ Apr 27th, 2007 |
| Replies: 1 Views: 1,061 How to fit integer in format...... hi All,
I want to fit "10"(Integer) in format like
000001 00 i.e. first number in six bits and second in two bits
so that finally i read it as 04 in Integer
could anyone suggest how can i... |
Forum: C++ Apr 18th, 2007 |
| Replies: 4 Views: 3,273 |
Forum: C++ Apr 18th, 2007 |
| Replies: 4 Views: 3,273 |
Forum: C++ Apr 18th, 2007 |
| Replies: 4 Views: 3,273 2's complement of BYTE array in c++ or vc++ Hi,
I want to calculate 2's complement [ Negate all bits + 1] of BYTE array in c++ or VC++
firstly i am adding all elements of BYTE array and assigning it to integer variable now i want to... |
Forum: C++ Apr 17th, 2007 |
| Replies: 3 Views: 2,750 Re: How to send messages in C++ I don't want socket programming. I need to communicate with device send message to device and the device will respond to it in fix amount of time.( message1 <-----> message2 ) I need the steps for... |
Forum: C++ Apr 17th, 2007 |
| Replies: 3 Views: 2,750 How to send messages in C++ Hi,
I am writing code in c++ for sending and receiving messages through
ports. I have written code for opening port as
hComm = CreateFile(portname,GENERIC_READ | GENERIC_WRITE, 0,
... |