Thank You Very much my problem solved
Type: Posts; User: charuwaka
Thank You Very much my problem solved
Not like that when i enter 16 then it should come as 1+6=7 and 256 then 2+5+6=13 like that out put should come
see if user inputs values like 99 then 9+9=18 and 123 then 1+2+3=6 like this anything enters it is converted pls tel the code now
Desktop application to mobile application i didn't used any third party tools
i made two text boxes and a button in windows form application VS2010
in that i enter a value ex: "24" in first text box
when i press the button the ouput should come as 2+4 ="6" i.e 6 should...
i developed a application which tells relation by entering two names i made in vs2010 >visual basic
can i convert that same in windows 8 or 7 mobile app >how can i do that please give me...
The Answer is Instead of case 1 just put "case Else"
Everything working Fine !!!!!
My problem solved
Instead of Case 1 i put case Else(That's simple all working well)
Dear sir see this full code although the "Rtn" gets different values it displaying only between 1 to 9 cases if "rtn" gets value above 9 the third text box remains empty please help me
i have...
i have small problem in the select case that displaying values only up to 9th case only although "Rtn" gets different values from above code but it displays output only between '1....9' cases. if...
i am printing a crystal report but the detail section printing twice this is my problem how to solve this problem please help. i am using vs 2010 and crystal reports for vs 2010
i Tried by putting primary key but no use. and i made changes in code see below"get changes" then also no use. please sir could you give me code for sql command builder but inserting i think i can...
I am getting an error mentioned in title when i modify all ready saved values and when i press save button the error occurs in this code
Private Sub Button1_Click_1(ByVal sender As System.Object,...
I have made a crystal report to assign a database to it i created a module with following code and added this module to my form
Collapse | Copy Code
Imports System.Data.SqlClient
Imports...
when i print my report i am getting an empty report
I get no error just null data as the reports data source is not getting data from the database?
My database is items.mdf
see the below...
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim Tot, Tot1, Tot2, Tot3, Tot4, Gtot As Double
Tot =...
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim Tot, Tot1, Tot2, Tot3, Tot4, Gtot As Double
Tot =...
93887
i tried this method but getting an error please solve my problem sir
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim Tot, Tot1, Tot2, Tot3, Tot4, Gtot As Single
Tot =...
A Real inspiration which wake me up right now. i will definitely try.
i attached an image that is group box how i can print that group box using crystal report .please kindly help me. thanks to all in advance
or reply any tutorials regarding crystal printing
i want to calculate the sum of total text boxes and the resultant value should appear in total text box what is the code for that please provide the code in visual basic 2010 format.
my text box...
93787
Please kindly see the image to clearly understand my problem. then also you not understand i will post my complete project please comment clearly where's the problem is
if you want my...
93787
Please kindly see the image to clearly understand my problem. then also you not understand i wil my complete project please comment clearly where's the problem is
see i created a restaurant bill in windows form application 2010 . so first i created a data base with column names item_NO,Item_Name,Qty,Price,Total, Grand Total. i took a form and dragged that...