Click here to Skip to main content
15,886,101 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
JUNEYT28-Mar-09 1:52
JUNEYT28-Mar-09 1:52 
AnswerRe: WHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
Alan N28-Mar-09 5:17
Alan N28-Mar-09 5:17 
GeneralRe: WHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
JUNEYT28-Mar-09 6:31
JUNEYT28-Mar-09 6:31 
GeneralRe: WHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
Alan N28-Mar-09 7:06
Alan N28-Mar-09 7:06 
GeneralRe: WHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
JUNEYT28-Mar-09 21:54
JUNEYT28-Mar-09 21:54 
GeneralRe: WHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
Alan N28-Mar-09 22:41
Alan N28-Mar-09 22:41 
GeneralRe: WHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
Eddy Vluggen28-Mar-09 23:48
professionalEddy Vluggen28-Mar-09 23:48 
QuestionQuestion about .dll in VB.NET Pin
Xavious27-Mar-09 17:12
Xavious27-Mar-09 17:12 
Hi. First off I apologize if I'm posting this in the wrong forum, this is my first time posting here. I'm working on a project and a segment of the project deals with random stat (stat as in rpg stats) generator and I've encountered a bit of a problem. The program, which we'll call Character Creator for now, offers the user three ways to generate six stats. Rather than posting all of the code (which is about 750 pertinent lines) I'll describe how the first method works. This method is the equivalent of adding the result of four six-sided dice, re-rolling on ones, and dropping the lowest number.

Here is a screen shot of the design view of my program[^]
This image shows how the check boxes allow the user to assign a single stat to each number[^]

Because of how time consuming it took to make just one generator on the form, I made it into a user control so I could simply drag and drop it onto the form three times, thus giving the user the ability to select from one of three different sets of numbers to work with. This is where the problem comes in. My problem is that I don't know how to access the text boxes or check boxes in the control or is such a thing is possible. For example, this what I first tried to see if I could still access components and variables of the control:

'genOne is the name of the first generator
'txtStatOne is the name for the first text box in the column
'statOne is the name of the random variable
genOne.txtStatOne.text = statOne


I need to do this because after the set of numbers is selected and assigned to a stat, it will be sent to be stored in a database along with other pieces of information. This part has yet to be implemented so on the form there will be a "Finish" button that sends all entered information to a database. Any help is much appreciated.
AnswerRe: Question about .dll in VB.NET Pin
Dave Kreskowiak27-Mar-09 17:58
mveDave Kreskowiak27-Mar-09 17:58 
GeneralRe: Question about .dll in VB.NET Pin
Xavious27-Mar-09 22:00
Xavious27-Mar-09 22:00 
GeneralRe: Question about .dll in VB.NET Pin
Dave Kreskowiak28-Mar-09 12:39
mveDave Kreskowiak28-Mar-09 12:39 
Questionvb shell extension... Pin
drummerboy051127-Mar-09 6:49
professionaldrummerboy051127-Mar-09 6:49 
AnswerRe: vb shell extension... Pin
Dave Kreskowiak27-Mar-09 12:02
mveDave Kreskowiak27-Mar-09 12:02 
QuestionResetting the DMM by transmitting *RST command through MSComm control error Pin
gopalraja27-Mar-09 4:50
gopalraja27-Mar-09 4:50 
AnswerRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Dave Kreskowiak27-Mar-09 11:59
mveDave Kreskowiak27-Mar-09 11:59 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn27-Mar-09 21:39
sitebuilderLuc Pattyn27-Mar-09 21:39 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Dave Kreskowiak28-Mar-09 12:36
mveDave Kreskowiak28-Mar-09 12:36 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn28-Mar-09 13:10
sitebuilderLuc Pattyn28-Mar-09 13:10 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Dave Kreskowiak28-Mar-09 16:37
mveDave Kreskowiak28-Mar-09 16:37 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn28-Mar-09 16:51
sitebuilderLuc Pattyn28-Mar-09 16:51 
AnswerRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn27-Mar-09 21:47
sitebuilderLuc Pattyn27-Mar-09 21:47 
QuestionXMLHTTP error Pin
WinCrs27-Mar-09 2:23
WinCrs27-Mar-09 2:23 
AnswerRe: XMLHTTP error Pin
DaveAuld27-Mar-09 4:45
professionalDaveAuld27-Mar-09 4:45 
QuestionShift 2 character spaces Pin
vijay248226-Mar-09 22:19
vijay248226-Mar-09 22:19 
AnswerRe: Shift 2 character spaces Pin
Dave Kreskowiak27-Mar-09 1:36
mveDave Kreskowiak27-Mar-09 1:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.