VS 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 2012 Adding a Handler to a webclient
I have been running into problems with having Webclient dragged into. Instead I have a similar setup but I am declaring the webclient in a instance(top of the form, public). I am trying to access...
View ArticleVS 2010 Windows XP - publish
Hello to all, I have used Visual Studio 2010 (Visual Basic 2010 Express) to create application. Is it possible to publish this application that will not only run on Windows 7 (64 bit that I use), but...
View ArticleImporting seperate excel worksheets to new workbook including summary?
Dear All, I'am Rick van Haaren, 20 years old and new here. I'm trying to import seperate excel worksheets in a new excel workbook. What do i want: I make an analysis in Excel using visual basic. when i...
View ArticleVS 2010 How to show the records between two dates (Records are stored in Excel)
Hello all I am beginner in vb. I have below records stored in the excel file(in 3 columns) 01/01/2013 Abc pune 30/01/2013 def mumbai 06/02/2013 ghi delhi 15/02/2013 jkl nagpur 04/03/2013 mno pune...
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 ArticleCannot make this work : StartInfo.CreateNoWindow = False. Help!
Hi, Due to my limited experience with VB.net (VS10) I cannot understand why the window keep showing. This Sub gets a .txt file from the drive and prints it to the default printer. But I do not want...
View ArticleVS 2012 messagebox cancel button closes form
Ok so I am trying to make it so that when my form closes and there is text in any of the text boxes it will ask you to save. I have most of it worked out but whenever I click cancel it either keeps...
View ArticleVS 2010 webbrowser progressbar prob
hi, here's my code: Code: For Each liveL In Links.Items status.text = "Loading link..." WB.Navigate(liveL.ToString()) WBProgressBar.Maximum = 100 If WBProgressBar.Value =...
View ArticleOleDB connection to Access2010 (*.accdb) filetype fails
Hi, the code listed here works fine, and makes the connection to the mdb file. Whenever I try to connect to an Access 2010 accdb-filetype, it fails. How to solve this? Code: Imports System.Data.OleDb...
View ArticleDeleting row from database not working
ok wondering if any 1 knows why my delete row from database is not working. After i click delete the data seems to be deleted as well i mean it actually removes from the databound DGV when i use the...
View ArticleVS 2010 need help about picturebox
I want to change an image from a picture box, so when I click a button, it will replace the picture1 with the picture2. How to do that? Thanks!
View Article