VS 2010 First ClickOnce Application
Hello everyone. I am trying to create my first ClickOnce application. I am familiar with ClickOnce and what it does. I have been looking for tutorials about how to upload to a website using ClickOnce,...
View ArticleSending HTTP Request
Hi, I have a local network on a 192 address space and would like to write some code that simply sends the following http request "http://192.168.1.60:80/?T03" to a listening server. I've searched for...
View ArticleVS 2008 subfolders in the Resource folder - Help!!
In my resource folder I have put subfolders with Images. Now I know that this code get the Image without the subfolders Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
View ArticleList Box
Hi Was amazed at how fast people helped on my last problem and it really did dig me out of a whole i was wondering if anybody could help wtih some list box code I have a userform with a list box in I...
View ArticleVB.NET Access Database OLEDB - Two conditions to fill textboxes
Hi all, I am a newbie at vb.net. I am trying to build a simple program to work with. Simple vb.net program with access database with multi-tables. First, i've created a combobox and added manually...
View Articlevisual basic email format
How do I check the textbox if it is using email format like @yahoo.com @gmail.com or other email services? Let say Email: thisisatest@yahoo.com If valid then do nothing.. else this text should popup...
View ArticleVS 2010 insert file in to MYsql
Hi There Im trying to upload a word doc in to my Mysql Database and im having some trouble. I can upload fine (it seems) but when ever i then try to download it, ti come back corrupt this is the code...
View ArticleVS 2010 Is there a way to highlight specific characters in a CheckedListBox?
I have an application that I developed in VB (VS 2010) and it uses a CheckedListBox control to display a number of lines (>100 at times) from a text file. The goal is to allow a user to enter some...
View ArticleTrying to convert a funtion to generic funtion using entitysets
I trying to convert this to a generic funtion where I can call this and just pass the table through Private Sub tblOrderDetailsSet_Updating(entity As tblOrderDetails) Dim change = entity.Id Dim newvals...
View ArticleVS 2010 How can I populate a listbox with certain words from a textbox
How can I populate a listbox with certain words from a textbox example here is the textbox data Quote: blah blah blah id="pickup_3138592" blah blah blah id="pickup_66434" b;ah blah blah...
View ArticleText property issue with MDI Child form
I recently migrated an application from VB2010 to 2012. The application has a main form which has the isMdiContainer set to true. I have a 2nd form (admin) which I open as a child by using: Dim...
View ArticleKeyUp Question
I'm using the KeyUp event for something trivial (if the Control key is down, clear a Boolean). In one situation, the Boolean wasn't being cleared, but that was understandable, since the KeyUp event...
View ArticleVS 2010 Programmatically click the Yes (Save) button after calling...
Hi, I'm a VB.net newbie developing an script in Visual Studio 2012. I'm launching Qlikview (a dashboard app) and closing it using the following code. When Qlikview is launched, new data is...
View ArticleVS 2010 This is my general Help Page
Ok guys, i have a problem. So i am making a gravity simulator, just using a ball and a floor. i've got the following code (ovBall is the ball)(xVelocity is what you think) ovBall.Left = ovBall.Left +...
View ArticleVS 2008 new here and stupid beginner in VS2008
i've make (long time ago) a short VB5 Prog for archive my CD's, but how more i input is slows down more and more because i didn't understan to use SQL Database no i want to create a Image downloader...
View ArticleVS 2005 How to bring the DateTimePicker to its original values
Hi. I'm using DatetimePicke on my SaleInfo form, for inserting the Date and Time of Sale. The dataType of Sale_Date field in SQL Server 2005 is DateTime. I set the DTP format property to short and then...
View ArticleDecrypt docum. with x509Certificate2, preset passw. to suppress passw. dialog
Hi, I want to decrypt an Document with the matching private key under Windows high security conditions. But everytime the CSP asks for the password to grant access. I need to suppress the password...
View ArticleIf Statement VB via Excel
Hi Was wondering if somebody could help I am struggling with some code I have a form with a update button and once pressed i need it to do the following. Hope this makes sense If combobox1 = worksheet1...
View ArticleNeed help in ComboBox Custom Class
Hi I am using VB 2010 Express. I have the need for a Custom ComboBox where there is a TextBox placed on top of the ComboBox (replacing the ComboBox Text Area). I created the Class as shown: Code:...
View ArticleSetting curser position in range object
Quick question: When setting up a bookmark.range in a MS Word doc. Instead of setting a absoulte insertion point via code as in .range(0,0) how do I capture the current curser position so that the...
View Article