VS 2010 DataGridView print problem
Hello to all, I have one problem in this code again: When is DataGridView empty it should print only Header text from DGV but it's not. When I put first row in DGV, then it print only HeaderText, then...
View ArticleVS 2012 How to increase / decrease sound faster?
Hi, so i was wondering how could i increase and decrease sound faster? Right now it will increase/decrease the sound by 2, but i would like it to be for example by 10 Here is the code: Code: Imports...
View ArticleVS 2010 [RESOLVED] Timer won't tick
hi, for few days this has been bugging me, tried 100s of ways to fix to no avail.. So it's time to ask,my time won't tick, any1 know? this is in my button click: Wait.Enabled = True Code: Private...
View ArticleVS 2008 Database problem on multiple queries using the same code
OK i'm learning the vb.net way to access MS Access. But I have run into a snag. As I understand this when I creata a Dataset and then fill it, I have basically filled an array of sorts? What I'm doing...
View ArticleInstalled service times out
Good afternoon gang, I have installed a service onto my local machine. It is a form based service that opens a web browser control and has automated clicks, and then opens a program and automates...
View ArticleVS 2012 Catch: "Invalid Base."
Hi. I've got this DLL File I'm working with, trying to combine it with a simple VS 2012 GUI, minor good stuff. But I'm sort of at a 'dead end'. I know the functions inside the DLL file, and the one I'm...
View Articlefocus on Listbox
Hi Guys I have two Listboxs Listbox1 and Listbox2 When the program runs the first items in both boxes are highlighted by using ListBox1.SetSelected(0, True) ListBox2.SetSelected(0, True) While they are...
View ArticleListbox Margins`
Hi Guys Is there anyway of setting the inner margin of a Listbox? When my list populates the box the text edge is virtual up against the edge of the border and it would like a small gap Is it possible....
View ArticleVS 2010 [RESOLVED] Screenshot, or a better alternative?
I have a program that creates html output with a table that has an individual user's schedule for the day, and I'd like to be able to create a graphic file that I can e-mail out showing that schedule...
View ArticleI'm new and failing
been looking for couple of months now and tried a few things but they didn't seen to work. I am trying to write vb.net code so that when my program opens the .exe file saves into a specific folder (...
View ArticleVS 2010 About Formularios MDI, An Idea That I Had Recently!
Code: Declare Auto Function SetParent Lib "user32.dll" (ByVal hWndChild As IntPtr, ByVal hWndNewParent As IntPtr) As Integer Declare Auto Function SendMessage Lib "user32.dll" (ByVal hWnd As...
View ArticleVS 2010 listbox selectedindex problem
hi, ive made an app to check if links are online... i load the links to listbox, yep fine, now i click start button and we do: Code: Links.SelectedIndex = 0 For Each liveL In Links.Items 'Do the...
View ArticleClick once deployment problems
I am installing a program via the publish wizard in vb. I get the files to install it on a usb drive and go around to install on all the computers, and about 9 out of 10 fail, and I have to install it...
View ArticleVS 2008 [RESOLVED] How do I display a working web address
I have a Web address listed in my DB how do I show it on a form that is clickable to the website? Thanks
View ArticlePlace textbox below other textbox with button
Hi all I want to know how do I place a textbox below another textbox by the click of a button. Basically, the program should adjust the location of the new textbox (only the y-values) by 35, per click....
View ArticleHow to login into a website
Hello, iv been following a tutorial on httpwebrequest posting... iv been wanting to login into a forum using the method however because the http headers are differnt than in the tutorial i am stuck and...
View ArticleVS 2008 Updating Record Question
Ok I have a query returning 1 single Row Always a Single row of data. when I move the data from the dataset I do it this way. Code: Try dbProvider = "provider=Microsoft.ACE.OLEDB.12.0;data...
View ArticleVS 2010 How to add selected rows from Form2 DGV to Form1 Data Bound DGV
Dear All, I am struck with an issue when adding selected rows from form2 DGV to form1 DGV which is already binded with access DB rows (data) and its throwing error "Rows cannot be programmatically...
View Articlehow do i update record in database
sir this is my very early and new post and i am a beginner of knowledge in VB.net my question is that how can i save new created data on the database I am using visual studio.net ultimate and sqlserver...
View ArticleUnable to update Array/variables
Hey, I have this lovely class here vb.net Code: Public Class data Public Property Name As String Public Property Subname As String Public Property Type As String Public...
View Article