Showing results 1 to 17 of 17
Search took 0.01 seconds; generated 2 minute(s) ago.
Posts Made By: MukeshZ
Forum: VB.NET Apr 16th, 2008
Replies: 4
Views: 965
Posted By MukeshZ
Re: disable textbox when dropdown selected

On the SelectedIndexChanged event of the combobox add your code as (Where 'A', 'B' and 'C' are the items in your dropdown)

If ComboBox1.Text = "A" Then
...
Forum: VB.NET Apr 16th, 2008
Replies: 1
Views: 3,166
Posted By MukeshZ
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
Posted By MukeshZ
Question 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
Posted By MukeshZ
Question 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
Posted By MukeshZ
Re: How to edit textboxes for second time input from user in MFC VC++ Application

I tried with SetFocus method but it is giving me error as

'SetFocus' : is not a member of 'CString'

what was the problem in using that ? I think the this will solve my problem if the SetFocus...
Forum: C++ May 2nd, 2007
Replies: 7
Views: 1,463
Posted By MukeshZ
Re: How to edit textboxes for second time input from user in MFC VC++ Application

No the form which i have designed.
with Edit controls...
Forum: C++ May 2nd, 2007
Replies: 7
Views: 1,463
Posted By MukeshZ
Re: How to edit textboxes for second time input from user in MFC VC++ Application

Hi
Is there any way to load form by calling function?? Could please let me by calling which function the form will be loaded. i debug the code it starts with WINMAIN can we set the parameters so...
Forum: C++ May 2nd, 2007
Replies: 7
Views: 1,463
Posted By MukeshZ
How to edit textboxes for second time input from user in MFC VC++ Application

Hi All

I am using 5 textboxes for taking input from user in MFC VC++ application.
i want after filling 5 textboxes application should wait for 5 Seconds. and after that all entries should be clear...
Forum: C++ Apr 30th, 2007
Replies: 2
Views: 441
Posted By MukeshZ
Forum: C++ Apr 30th, 2007
Replies: 2
Views: 441
Posted By MukeshZ
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
Posted By MukeshZ
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
Posted By MukeshZ
Help 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
Posted By MukeshZ
Re: 2's complement of BYTE array in c++ or vc++

Thanks.
can we split the bits of byte data variable. what should i used for it... means which datatype to store the values
like A2 in hex as
162 in Dec

A2 in...
Forum: C++ Apr 18th, 2007
Replies: 4
Views: 3,273
Posted By MukeshZ
Re: 2's complement of BYTE array in c++ or vc++

I need it in Visual C++ project or in simple c++
Forum: C++ Apr 18th, 2007
Replies: 4
Views: 3,273
Posted By MukeshZ
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
Posted By MukeshZ
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
Posted By MukeshZ
Solution 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,
...
Showing results 1 to 17 of 17

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 2:46 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC