hi
i have a numericupdown box on my first form and in the next form i want the number selected in the numericupdown box to produced that number of text boxs in the next form.
jimmer12 0 Newbie Poster
Recommended Answers
Jump to Postu mean that value from the numericupdown will read in next from?
i suggest to use public shared variable to accomodate the value from numericupdown.then u can call the variable in other form.
Jump to Postyou cannot call controls directly cause friends status of controls.even if you change the modifiers to public. so i suggest to use public shared variable. you can access this variable form other form...
this declaration of the variable :Public Shared value As Integer
this assignment value …
All 5 Replies
Jx_Man 987 Nearly a Senior Poster Featured Poster
ericstenson 5 Posting Whiz in Training Team Colleague
Jx_Man 987 Nearly a Senior Poster Featured Poster
anansiva 0 Newbie Poster
bector -3 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.