VS 2008 Call Sub / Method from another Class/Form
Dear Friends, i have some codes below : Code: Imports System.Data.SqlClient Public Class FormMasterEkspedisi   Dim NewRecord As Boolean = True   Dim DataChanged As Boolean = False   Dim...
View ArticleVS 2008 [help] VB application SQL Server connection
hello all, i am developing a small management software on vb.net ... i wanna connect it to a small server running Windows Server 2008, and SQL Server 2008. the main office (which has the server in it)...
View ArticleFacebook auto like bot program
HI everyone..I am new to this forum and i believe that i will get solution for my question.. Can anyone tell about how to program Facebook auto like bot using vb.net..Its an assignment for me..i just...
View ArticleVS 2010 How to open these shell folders using vb.net ?
How to open a folder like this but without the c:\users pragmatically? Here's folder, which I want to open. Is there any way to bypass the shell folders without the c:\users? Here's the code that I...
View ArticleRemove plain-text password from app.config connection string
Hi folks Some time ago I set up a DB connection in a vb.net windows forms project in VS 2010. I think I remember some pop--up asking me about storage of the password but I didnt matter at the time so I...
View ArticleVS 2012 HTTP Web Response Progress Bar
Hi everyone, I am trying to build a Progress Bar for a Web Request/Response. Sometimes the response can take up to a minute and I would like a progress bar to show a status. The problem I am facing, is...
View ArticleIncorrect syntax near 'OUTPUT'
Hi, When I call my function below I get the error message at runtime 'Incorrect syntax near 'OUTPUT' and cmb.ExecuteNonQuery() is highlighted... Please can anyone see where the issue is.. Thanks Code:...
View Articlew8 These settings are not supported for CPU sampling on this version of Windows
Not sure if in the correct forum so please feel free to move this. Win8 (at work :( ) i am trying to use profiler and when i go to Performance Explorer -- Targets -- Properties i get "These settings...
View ArticleVS 2010 How do I open a link in IE and automate Login?
I am trying to automate a tedious process at my job. We currently have to login to a range of 40 IP address and verify a firmware upgrade. The program currently will open the selected addresses in IE,...
View Article[RESOLVED] VB2012 - How to set form to center position and make it modal at...
Hi, I need a form to start in the center of the screen but I need it to be modal so it always remains on top. I have code that centers it great but the form is not modal. How do I make this form modal...
View Articlemoving from VS 2003 to VS 2012, trying to resolve missing references
Please be warned: I am not well acquainted with .NET programming as I only have occasional need for it. I'm working with a smallish app/solution written in VS 2003 (VB) and I want to make it run on...
View ArticleVS 2010 I am new coder and I need help, thanks
I want to create a app to convert a simple sentence in a HTML tag for example I enter in a textbox "visual basic is nice" then I choose the tag H2 then the software create a html code like <div...
View ArticleVS 2012 What type of collection would you recommend?
I have been using VB.net (very old versions) for quite a while but not in the last 7-8 years. I have VS 2012 and .net 4.5 and it is clear that they have added a dizzying array (no pun intended) of...
View ArticleVS 2012 How to check for specific process and terminate app when the process...
Hi, I have an app to be used as a dialog box that needs to be running as long as the wscript.exe or cscript.exe processes are running. It will be launched by a vbscript so wscript or cscript will be...
View ArticleVS 2012 Clearing a dataset.
I have established a dataset and all other objects needed to manipulate my database and as long as I am using the entire table in my dataset everything is OK. However as soon as I attempt to change...
View ArticleDesigning a program to check whether n is prime or not
Hey, i'm trying to create a working algorithm to check a number (n) input into the system. The problem i'm facing is the break and continue function which i need to work to get my flag up and running...
View ArticleVS 2010 [Question] How to change listbox item value from textbox !
will i tried many codes , and nothing works Quote: ListBox1.SelectedIndex.ToString(TextBox2.Text) Quote: ListBox1.SelectedValue = (TextBox2.Text) and many many others i don't remember ! so , may i get...
View ArticleVS 2010 WebBrowser1 Problem.
Good day. I'm having problem with webBrowser1 in VB win forms application. My problem is when i'm try to open external links inside the VB webBrowser1 IE will pop up in newtab by default. All i want is...
View ArticleVS 2008 Avoid Form Goes Blurr or blank while loading
i am having 2 datagridview controls which are gets populated with data from database on form load event during the course the form goes for 1 or 3 seconds blank or blurr & then creates the controls...
View ArticleBinary Access Read Write Lock Read Write in vb.net?
Hello, I am looking for Binary File read Write Lock access in vb.net. In VB6 we can lock any file with the following code: Code: Open filename For Binary Access Read Write Lock Read Write As #1 How to...
View Article