Computer player card game help.
I have been looking on the web for some examples of how to create computer players for a card game I made. I have no idea what this is called code wise etc. Can someone point me in the right direction...
View ArticleSplit recalled text in 2 lines
Hi, I am more-less new in programming, so I need a little help, even though the question may sound trivial. I am making a program in Visual Basic 2010 Express to help me learn German. I have made it...
View ArticleVB 2005: Bringing another application to the forward and sending text
I'm trying to make a function that will allow a user to have their web browser (for me it's waterfox) open at the same time as the application, and using a textbox interface, will allow their...
View ArticleVS 2012 [RESOLVED] Trying to make equal-sized cells in TableLayoutPanel
I'm trying to create a chessboard using a TableLayoutPanel of 64(8x8) cells, each cell to contain a PictureBox. I also want the chessboard to expand and contract as the user grows or shrinks the form....
View ArticleVS 2010 MS Access and datetimepickers
Hello, I have a form containing a datagrid and 2 datetimepickers. In the datagrid I want to show data from dates between the 2 datetimepickers (including the date in the datetimepicker) I use the code...
View ArticleVS 2008 Problem in code
Hi to all, I have a problem here with my code, lines marked as bold, once the code pass throught the lines and don't do anything, i mean the motor should stop but don't stop....I think the loop is very...
View ArticleVS 2013 [RESOLVED] Loop through all columns in binding source...
I am making a control and want to be able to get the data directly from a binding source... that is set via a property of the control. I need it to be able to get a list of column names, and also the...
View ArticleVS 2010 Question about two statements
What is the difference between these declarations?: Dim number = 0 Dim number as integer = 0 Thank you.
View ArticleVS 2010 Can't run program on another PC
I am in the process of creating a small database with search function. All was OK until the project is transferred to another computer (Windows 7). If I start the program, I get an error when I click...
View ArticleSimple Question.. Pls help me!
how to create a background music recorder recorder??? Pls help me...
View ArticleVS 2012 [RESOLVED] Triming Strings in FileInfo???
right here it goes.. I got a listbox called programlist which gets selected item to string. I do this so i can capture the location of a file and the file name. I am so confused and I have googled...
View ArticleVS 2010 How to modify a jpg image attributes
In windows 7, windows explorer, if you click on a jpg image at the bottom you see the following: -filename -Tags: Add a tag -Rating: -Dimensions: -Size: -Title: Add a title -Authors: Add an author Is...
View ArticleKeeping focus in the current DataGridView Cell?
I have a DataGridView in which the User is allowed to manually enter data in certain cells. Some of these cells allow for only numeric input. When they enter anything other than numerics, I popup a...
View ArticleSystem Tray Notification
Hi, I have created a system tray application that has a few menu items. Is there a way to have a procedure continually looping while staying on the main thread that will also keep the Menu items...
View ArticleVS 2008 Questions about interacting with printer/page setup when printing a...
Currently we have people who are printing websites for item pricing on invoices. The item pricing and invoice information is only available on several different websites. I have an application that...
View Article[RESOLVED] Struggling with trying to access a control on a form from seperate...
I still cant seem to wrap my head around this concept. I get the classes and forms are completely separate objects that can't see each other initially unless you pass on the data from the form to the...
View ArticleVS 2010 Several issues - formating/DGV/Textboxes
I made some changes to my code to bind some text boxes to my DGV (per suggestion) which makes sense but Now I am faced with another problem. When the file loads into the program. The textboxes auto...
View ArticleBeginInvoke In a Class
me.beginInvoke is not available in a class.... so how does a thread send data back to the calling class? Public Delegate Sub DelSub() Public Class MyClass1 Public Sub X() Beep() End Sub Public Sub...
View ArticleHTTPLISTENER - decoding a client POST
I'm (trying) to write a simple HTTP server in VB.NET I have it up and running using threads, seems to be working fine, serving up web pages and processing HTTP GET's I now need to process HTTP POST's...
View Article[RESOLVED] Problem with FileOpenDialog
I just started to create a new program and the program crashed before the first form was shown. I narrowed it down to the fileopendialog but am not sure why I am getting the error. Running in VM...
View Article