Hi. okay, got an excpetion error. and got a friend variaible in a main form, and wanted to have the text box value passed to the next form, text box, but...
Hi. now, looking to do about printing in my next chapter of my programming book. and what prefixes do i use for some of the methods, like fonts, etc. i use tb...
Marvin, Your naming conventions seem to be somewhat redundant. For example you have tbDollarAmountTextBox as the name of one of your text boxes. The "tb"...
Marvin, Getting information from one form to another is fairly simple. If you have a text box on Form1 that you want to transfer the contents to say a label on...
 add existing item..I know how to do that, but I get a lot of errors..is there a way to load the form without having to bring in everything else the form has...
No. ________________________________ From: Mindserve <mindserve@...> To: helpwithvb@yahoogroups.com Sent: Wednesday, February 4, 2009 2:22:43 AM Subject:...
I was afraid of that....this is not going to be fun....... Â ... From: Steve Trigero <seecwriter@...> Subject: Re: [helpwithvb] Import a form from one...
Are the projects going to be built together, you can add Project1 as a reference to the other project then you can call the project1 form, or you can build...
Oh, thats sounds so much better...I like the idea of making it a dll and putting it in the other project. Much easier that way. Mucho Gracias! Jamie  ... ...
Our Good Buddies at SitePoint have come up with an excellent way to solicit donations for the victims of the recent, and current, bushfires that are destroying...
hi, thanks for this notice. Is the extent of their books, or do they also have vb, etc. programming books? Bryan Schulz The BEST Solution www.best-acts.com ......
Hi Bryan, Nope, that is it I'm afraid. They say that all of their books are listed, and are available as PDFs. Wish I could say they had some great VB stuff ...
Hi. been looking for sample programs for vb dot net 2005 for array and structures. but no luck. so can any one point me to sample programs? will paste the...
... Hi. I loved this question because it gave me an excuse to explore an aspect of vb.net that I hadn't bothered with before. Upon investigation, I have...
Hi. well, where do i start looking for vb array and structure examples, for my exercises in this chapter?got any deas, or any links, or point me to where i can...
Here are some basic references to arrays in vb.net: http://www.startvbdotnet.com/language/arrays.aspx http://www.vb-helper.com/howto_net_declare_arrays.html ...
HI tim. thanks for that. well, read the no -fun, and might use the search box and try finding some other examples for my exercises for the book. might have to...
All, Creating first .net project. Do not know what I did. frmMain removed. Restored missing files from recycle bin. added existing item and pointed to ...
Hi. wonder if any one can answer this? well, did a project in visual web developer. have global variables. and when i run the project, the variables gets...
All, Win Some, Lose Some. I figured out at some point in time, I cleared all the code beneath the form and therefore I now have no form. Thanks for all who...
Hi all! I know its been a while since I've been around.. some life events took me away (including a lay off.. and ironically a return to the very same job 3...
Hi. well got a visual web developer 2005 project. and for some strange reason, when i run the web page and enter values. in the read only boxes, the values for...
I have a program made in shareware in a own domain i bough some months ago. www.agapesistemas.com I would like promote it the more I can ... search pages,...
Since you have a fair amount of 'real estate available', I would opt for the box with radio buttons approach. The idea is to show, at a glance what the state...
Morning, I am trying to replicate in vb.net 2005 a project that I did in VB6. The project includes both a class to enhance some text boxes on the screen and ...
To my knowledge, there is no such restriction (as needing to use an operator in a module). In .NET everything is a class, the only material distinction being...
Hi. a blind programming student and using jawws for windows. now, doing a project and running into problems. tried looking on msdn, and also looked on google...