VS 2008 How to replace text in Vb
Hello I'm a begginer please help me I want the text/URL I write in a textbox to be changed when clicking button1 Note : URLs have the same form Example : I write www.facebook.com/myurl/1 I want it to...
View ArticleVS 2008 How do I remove/replace text in a textbox
Hello I'm a begginer I want to know how to get my click in button1 to replace remove text The main I idea is to remove text from - to Example In this url : I want to get my click to remove from /me to...
View ArticleVS 2010 Need help with an error ASAP!
Hey guys, just joined this forum because I am receiving an error I just cannot solve. I do not care for the final product as much as I want to know WHY this is happening, so if anyone can spend...
View ArticleVS 2010 Can someone PLEASE HELP ME?
Attachment 98999Attachment 99001 I don't understand how this looks in the code. I did the hands on but this is way different then what I did. I am using Bradley programming in visual basic 2010...
View Articleinstaller
is there a way I can install a application using an installer which will install the application for ALL users on the computer not just the one logged in? if so who could I use?
View ArticleVS 2010 [Question] when file exists auto click on the button
its a really silly question so dont complayn and sorry for bad english i dont remember the code but i made so if there exists file then its will do auto click on button and i made so the buttos will be...
View ArticleCalculating Distance
I am confused on how to write a calcDistance event handler. I am trying to let the user pick a city and state from a listbox and then take that city and calcDistance using lon and lat that I have in...
View ArticleDeployment Issues
I would find it easier to have a verbal discussion with someone about my issue. If someone is kind enough to Skype with me and resolve this problem I would be grateful. Thanks, Anthony :) If you are...
View ArticleI don't understand why this code doesn't work.
Hi, I don't understand why this code doesn't work: vb.net Code: Public Class Form1 Dim y(4) As String Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim a,...
View ArticleVS 2010 Late Binding outlook object
i use this code to send emails via outlook, it works fine if outlook is open and returns an exception otherwise, is there a way to send emails while outlook closed here is my code: Code: Try...
View ArticleCompetition Winner Announcement Program
So I've been trying to do a program which asks for 5 competition participants name and 5 score mark as Input. And it should give output by announcing the winner with MsgBox("First Place goes to ...")...
View ArticleDrawing/Placing a "circle" or Image on a button (Like a notification in iOS)
I cant seem to get this figured out... I have a button, that i would like to have a notification of saved items. (not important detail: user saves a "sale" for later... button will show ( 1 ) in upper...
View ArticleVS 2010 Automate serveral URL downloads at once from website document using...
Hello, I am using WebBrowser control in my code for get user input » submit it to web site form and trigger the submit button to get information from database, the website then displays several href...
View ArticleVS 2012 [RESOLVED] Sending GUIDs and a byte array over LAN.
I need to send a couple of GUIDs and a byte array over a LAN. I thought about creating a serializable Class containing the GUIDs and byte array as properties. Then binary serialize it into a tcpclient...
View ArticleNeed help with labels upon button click
Hi all, I'm trying to figure out how/where to code the ability to concatenate a label based on a button click. The project I'm working on is a calculator. User inputs number1 and number (my variables)...
View ArticleMySQL Connector
We are seeing some real inconsistencies using MS Access over a LAN. I am hoping to use another DB platform like MySQL. I am totally new to using this platform on Windows so here goes another learning...
View ArticleVS 2008 SqlCE- Invalid Column ID _ sysTrackingContext
hello All, I have a project that uses Sqlce database 3.5, this application perform the microsoft ado.net sync framework using wizard, the database created fine at the initial sync and then I deployed...
View ArticleSomething happen !! quick help ...
Can anyone explain for me this code i can`t understand it .... Code: Sub dimSquare() If xUp < 0 Then xUp = 0 If xUp > 600 Then xUp = 600 If yUp < 0 Then yUp = 0...
View ArticleLittle help on Console Application
Hi, I am a new member. And also kind of new to Visual Basics. I needed a little help on Visual basics, console application. I'll be so happy if anyone can help me. Well,The attached picture shows what...
View ArticleVS 2010 TreeView Drag and Drop Node Placement
I have a VB application with two TreeViews. I can Drag and Drop from one treeview to the other. I can prevent a drop on particular nodes. I can allow a node name change. What I need ..... I need the...
View Article