VS 2010 Check if server is respondign (online).
Hi all. I have the IP of the login server of a game. I want to see if the server is online because i'm making a tool to check if it's online when it's on a patch. Once the patch is over, it will notify...
View ArticleHow to begin
Hi, im new in this forum, and new to programming. I also didn't know if it's the right place to ask that, but i didn't find any other place. I want to start learning visual basic, and it's my first...
View ArticleFontDialog showing 2X
I am using the FontDialog and am having a couple problems. First, I cannot get the apply button to work. I have tries several things but this is the latest incarnation. Whenever I click apply nothing...
View Articleproblem accessing the correct kernal32.dll (32 vs 64bit) from a vb.net 2005...
Hi there, I have a bit of a situation with an in-house 32bit app we have. We have vs.net 2005 installed on an Xp Pro SP3 machine, and has the .net framework 2.0 installed. We used to have a full time...
View ArticleVS 2010 Trying to extract a CSS style using VB. What am I doing wrong?
Hey guys, On form load I am using a web browser control to navigate to a specific webpage... Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleListbox and Binding Source
Any one mind showing me how to properly use a listbox and a binding source so that on load up after being closed the listbox items remain the same before it was closed? I want to learn how to do this...
View ArticleVS 2010 Testing functions
In VS2012, Visual Basic.NET, when creating unit tests, if I have a function that I have created that works, and is only used once in code, and I am never going to edit it again, should I still create a...
View ArticleVS 2010 [RESOLVED] Can someone use a DLL if it's code is obfuscated?
Just wondering, if I obfuscate my DLL, I know it's code cannot be extracted, at least not without some great knowledge I don't know, but anyway, that's not the point. Is it possible to just use that...
View ArticleVS 2010 Adding/Removing from separate forms
Okay so im making a system were you can add/delete users. On the main form i have the "pick user: *combobox here*" on the add user form how would i make it so when i type a name in the textbox and...
View ArticleSelect row from DataView querying with 'Date'
Hi I have a table which contains a date column called 'PurchaseDate' I have a list box which displays the months. When I click a month , I need to query the dataSource and collect the rows which have...
View ArticleWeb Browser Mobile
Hi all my web browser is meaning that some sites, for example "Twitter" is redirecting to the mobile version of the site. I need it to be the full version. It says it's redirecting me to the mobile...
View ArticleVS 2005 How to name the control on form in this condition?
Hi. I have a form on which there are different textboxes right. the first one is lets suppose Student Name text box so i named it as txtName right. Lets suppose i have such a a form on which i have the...
View ArticleVS 2010 An exception has been encounterd. This may be caused by an extension.
Visual Studio 2012 Professional: An exception has been encounterd. This may be caused by an extension. I have included the log, cause I don't know where to look in the activity-log. Any chance someone...
View ArticleVS 2010 Listview Items
Hello. Ive got a listview with 3 columns- Date / Time, User and Details. When a user clicks on an item, highligting it and then presses a button, a form then shows up with 3 textboxes with the same...
View ArticleVS 2010 unable to use speech platform 11.0 voices
Hi! I'm trying to use speech plateform 11.0 voices, but I can't see them. I've downloaded and installed the SDK, the runtimes and the Italian voice Lucia. Nothing to do with Vs2008, so I downloded and...
View ArticleVS 2008 Remote Desktop: Detect which parts of the screen change.
I'm making a remote desktop application which will obviously require a client to take screenshots and send them over to the server which will display them. I have this working except it's extremely...
View Article[RESOLVED] How to hide the secondary(?) toolbar in a Crystal Report Viewer
I only put the (?) after secondary because I don't know what it's called... That said, I have a crystal report viewing on a form that I'm calling a Report viewer. It's more or less just styled in ways...
View ArticleVS 2010 Visual Basic 2010 programming with If Then Else Statement
I need Code: If HoursParked <= 3 Then CurrentCustomer = 2 ElseIf HoursParked <= 23 Then CurrentCustomer = 2 CurrentCustomerTextBox.Text =...
View ArticleVS 2010 Problem with passing argument to cmd
I'm sure this is one of these post where it will take someone 1 sec to point me to the correct solution, and I apologize in advance. I have done this using other exe but I can't seem to get an argument...
View ArticleVS 2005 VB 2005 create mdb database???
HI everyone. I am new in programming. I am creating a program that runs off of mdb database. I have the database working now but I have run into a bug.... If the database doesn't exist I need to be...
View Article