Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
c++ x 14
java x 1
jsp x 1
Member Avatar for shrutinr

Hi , I m doing my project in vc++.. I need to interact my vc++ project with NI MAX software.. I m taking Frame API for ineracting to UPS . I included "nican.h" header file for that. I didnt missed any brackets... but while executing i m getting error like …

Member Avatar for Smalls518
0
934
Member Avatar for shrutinr

Hi.. I m haiving problem in retrieving selected data from combobox of servlet page . I have combobox in servlet and want to display selected value in d same page.. please help me to resolve this problem.. Here is my code: [code=java]PrintWriter pw=response.getWriter(); pw.write("<h1>Welcome to Shopping cart</h1>"); pw.write("<form name=myform method=post>"); …

0
64
Member Avatar for shrutinr

Hi.. I m haiving problem in retrieving selected data from combobox of servlet page . I have combobox in servlet and want to display selected value in d same page.. please help me to resolve this problem.. Here is my code: PrintWriter pw=response.getWriter(); pw.write("<h1>Welcome to Shopping cart</h1>"); pw.write("<form name=myform method=post>"); …

0
73
Member Avatar for shrutinr

Hi, I m having problem with accessing one form (project1) value in another form(project2). I m using VC++ 2008 express edition and i m doing my project pure vc++. I have to store the the project1's textBox value in project2's textBox.. Please help me to resolve this problem. Thanks in …

Member Avatar for jonsca
0
166
Member Avatar for shrutinr

Hiii... I want to know how to open two windows forms at a time... when i give as Application::Run(gcnew Form1() ); Application::Run(gcnew Form2() ); Then, the Form2 will open when first one closes,... So any one please help any other way is their so that , i can open two …

Member Avatar for shrutinr
0
118
Member Avatar for shrutinr

Hi.... I m doing my project in vc++ exp edition.. My problem is, i store my value in a textBox1.. Now i want to pass that value to the CAN variable type NCTYPE_UINT8 .. NCTYPE_STRING arr[100]; arr[0]=this->textBox1->Text; while compilation the error is raising like: "error C2440: '=' : cannot convert …

0
60
Member Avatar for shrutinr

Hello. Please I need help from anyone who know about my problem.. I m passing value to textBox. I need to get that value and pass to CAN. I store val as: String^ myval=textBox1->Text; and i m passing to CAN as: Transmit.Data[0] = myval; but i m getting error. please …

Member Avatar for JasonHippy
0
219
Member Avatar for shrutinr

Hello.. I want to know how to create a child frame within the existing main frame... when I just click a button i like to open a new frame.. I m using Visual Studio 2008 Experss Edition... As i m beginner to this vc++... Please help me resolving problem Thanks …

Member Avatar for chiwawa10
0
71
Member Avatar for shrutinr

Hello.. I m doing my project in vc++ CLR windows form.. I m using vc++ 2008 express edition.. When I click button of my form , i wanna include a pop window.. I m not getting any syntax to include pop window.. As i m beginner to vc++ , i …

Member Avatar for tkud
0
100
Member Avatar for shrutinr

Hiii.. I m having doubt on how to use the ncWrite API of NI-MAX... I need to pass voltage ,and temperature values into CAN bus.. I m getting those values through my VC++project... I know onlyt this: NCTYPE_STATUS ncWrite( NCTYPE_OBJH ObjHandle, NCTYPE_UINT32 DataSize, NCTYPE_ANY_P DataPtr); Please help me ...

Member Avatar for jonsca
0
192
Member Avatar for shrutinr

Hi ... I m having question on vc++ floating value slider in CLR windows from... I want to have a slider which should have 0 to 1000 value and the values should be float values.. can anyone please help me how to resolve this problem.. here i included the code …

Member Avatar for shrutinr
0
98