Forum: VB.NET Apr 9th, 2009 |
| Replies: 5 Views: 772 You have
Me.Txtuser.Text = username
Me.Txtpass.Text = password
backwards. |
Forum: VB.NET Jan 6th, 2008 |
| Replies: 3 Views: 512 |
Forum: VB.NET Jan 4th, 2008 |
| Replies: 3 Views: 1,990 Could you post a screen shot? |
Forum: VB.NET Dec 23rd, 2007 |
| Replies: 5 Views: 1,642 Thanks for all your input guys. |
Forum: VB.NET Dec 22nd, 2007 |
| Replies: 3 Views: 3,937 Uh...what requirements does your project have? You left a really open ended question there for us. Also, have you put any effort into it? Sorry, but the members here aren't going to code your entire... |
Forum: VB.NET Dec 22nd, 2007 |
| Replies: 5 Views: 1,642 I have a project which I created a setup for in an MSI file. My computer crashed, and I lost all of my work. Fortunately, I had the MSI setup file out on the web. Now, I have my MSI file and I can... |
Forum: VB.NET Jul 20th, 2007 |
| Replies: 3 Views: 7,695 There really isn't a way to do this using WMP because you are restricted to the way WMP handles files. To get a true instant start you would need to first load the file into the computer's memory and... |
Forum: VB.NET Jun 25th, 2007 |
| Replies: 5 Views: 983 Hmm...I don't remember if there is a specific way to do it with the code and the objects themselves.
But, in theory, could you read whatever is in the document into a variable, then create the new... |
Forum: VB.NET May 5th, 2007 |
| Replies: 10 Views: 10,212 Use a FileSystemWatcher class |
Forum: VB.NET May 5th, 2007 |
| Replies: 18 Views: 9,550 I don't understand your problem. How can you click on something in a toolbar without using the mouse? |
Forum: VB.NET Mar 2nd, 2007 |
| Replies: 1 Views: 947 Why not just save the state of the checkbox into the database as an integer?
Checked = 1
Not checked = 0 |
Forum: VB.NET Feb 19th, 2007 |
| Replies: 10 Views: 2,232 I like Murach's Beginning VB.NET. It's got good concrete examples, and programming projects to complete at the end of each chapter. |
Forum: VB.NET Feb 19th, 2007 |
| Replies: 3 Views: 1,912 The D at the end of the line is simply a notation to say, "this is a decimal value" |
Forum: VB.NET Feb 19th, 2007 |
| Replies: 1 Views: 2,196 Depends on the class you're using for communications. |
Forum: VB.NET Feb 19th, 2007 |
| Replies: 4 Views: 1,540 I don't think that's even possible. What you could do is create a simple GUI launcher for these applications and place them on your flash drive. |
Forum: VB.NET Feb 11th, 2007 |
| Replies: 4 Views: 5,236 Will I get a cut of your latest paycheck for doing your job for you? Why don't you first try doing some research on what that error message means and start from there. |
Forum: VB.NET Feb 3rd, 2007 |
| Replies: 1 Views: 1,105 That's up to the operating system, not a web page. |
Forum: VB.NET Jan 28th, 2007 |
| Replies: 1 Views: 8,726 You can send e-mails to each carrier's phone. Check out http://www.livejournal.com/tools/textmessage.bml?mode=details (http://www.livejournal.com/tools/textmessage.bml?mode=details) |
Forum: VB.NET Jan 25th, 2007 |
| Replies: 3 Views: 2,933 Please mark this thread as "solved" so we all know you no longer need help. |
Forum: VB.NET Jan 21st, 2007 |
| Replies: 1 Views: 4,066 You can't! Because then every virus, trojan, worm, etc... would do so to prevent people from blocking access to their Outlook data files! |
Forum: VB.NET Jan 18th, 2007 |
| Replies: 1 Views: 869 What? Please explain what this sub is supposed to do. |
Forum: VB.NET Jan 18th, 2007 |
| Replies: 3 Views: 3,963 Where is the routine which checks for multiple decimal points? Did you even attempt it? |
Forum: VB.NET Jan 18th, 2007 |
| Replies: 1 Views: 4,771 Check out the substring function of the String class. |
Forum: VB.NET Jan 5th, 2007 |
| Replies: 2 Views: 832 This has been covered on this forum dozens of times. Just look through the topics that have already been posted on this very subject. |
Forum: VB.NET Jan 5th, 2007 |
| Replies: 14 Views: 10,565 VIDHYAPREM (http://www.daniweb.com/techtalkforums/member138827.html),
Next time please read the forum rules before you give someone the answer to a homework problem. |
Forum: VB.NET Jan 4th, 2007 |
| Replies: 1 Views: 1,046 Cash register program, box office management program, instant messaging software |
Forum: VB.NET Jan 4th, 2007 |
| Replies: 14 Views: 10,565 Ok, think of the pseudo code for this problem.
Take the input from the user, which is the number of digits in the sequence to print. This number also corresponds to the index of the array + 1. For... |
Forum: VB.NET Jan 3rd, 2007 |
| Replies: 14 Views: 10,565 There is a very easy problem. You need to think about what you need to do here. I can give you a hint, you need a loop. |
Forum: VB.NET Jan 3rd, 2007 |
| Replies: 2 Views: 2,842 What is a swap card machine? |
Forum: VB.NET Jan 2nd, 2007 |
| Replies: 14 Views: 10,565 Show us your code and what parts of it you are having trouble with. We dont do your homework on this board for you. |
Forum: VB.NET Dec 27th, 2006 |
| Replies: 4 Views: 3,011 Well I don't know about the benefits to the IT society...but a cash register program could have the following features:
A database table which contains item numbers, descriptions and prices for... |
Forum: VB.NET Dec 24th, 2006 |
| Replies: 6 Views: 1,638 Begging isn't going to get you anywhere. We won't put effort in unless you do first. This is a HELP site not a DO YOUR PROJECT site. |
Forum: VB.NET Dec 17th, 2006 |
| Replies: 2 Views: 4,312 That's because that method only returns the size of the font for the textbox, you cannot set it that way.
To change the font size, you need to create a new font object and then assign it to the... |
Forum: VB.NET Dec 14th, 2006 |
| Replies: 4 Views: 3,011 |
Forum: VB.NET Dec 10th, 2006 |
| Replies: 5 Views: 1,889 No problem. The best thank you is adding to my rep! |
Forum: VB.NET Dec 6th, 2006 |
| Replies: 5 Views: 1,889 In VB.NET 2003, from the Project menu, select {Project Name} Properties and:
http://timlight.allislandbasketballcamp.com/vb2003.PNG |
Forum: VB.NET Nov 29th, 2006 |
| Replies: 13 Views: 5,611 You cannot post URL's like that on the forum.
That aside, now you must go further. You give a description of what the program is to do, now you must break each function down into steps like I have... |
Forum: VB.NET Nov 27th, 2006 |
| Replies: 13 Views: 5,611 It really seems like you've but off more than you can chew here. Why don't you show us what you have done so far and point out specific parts of your code that you're having trouble with instead of... |
Forum: VB.NET Nov 25th, 2006 |
| Replies: 13 Views: 5,611 Ok well here is one possible quick password checking routine:
Public Function CheckPassword(ByVal Password as String)
If Password = "trebor" Then
Return True
Else
Return False
End If
End... |
Forum: VB.NET Nov 25th, 2006 |
| Replies: 13 Views: 5,611 To do a very simple password protect, you could simply ask for the password in the beginning, Then, check to see if the entered word equals the defined password, "trebor". If it does, allow the... |