copy powerpoint slides to new file
hello all, I'm trying to copy specific slides in a PPT file to a new PPT file without much luck, does anyone know how to copy a slide to a new file ( or even to memory so I can build a large array...
View ArticleVS 2012 Tabpage - Add or insert tabpage with order determined
I have a main page (VB.Net 2012 4.0) which I have a treeview on the left that opens forms into a tab control page on the right. This all works fine except I would like to be able to determine the tab...
View ArticleVS 2013 Start form position
Hello, i want to start my form on bottom left but i dont know how. I tried a lot of codes, but not working.. only on the right side. On the left i cant make it :(
View ArticleVS 2010 [RESOLVED] Exception/Error Handling
Hi, I'm wanting to learn more on exception, and error handling using vb.net I'm familiar with the Try, Catch, Finally methods but I do not need all of my codes inside of those statements. What are, if...
View ArticleVS 2012 Need to add item to DataGridViewComboBoxColumn in datagridview
Hello: I have a windows form that contains a datagridview which is databound. One of the columns is a DataGridViewComboBoxColumn. When the form loads, I bind the grid and I add the columns. I also...
View Article[RESOLVED] A little Help with IDisposable
I have a Class. Code: Public Class NetworkConnectionEventArgs Inherits EventArgs Implements IDisposable Public Property NetWorkConnectionStatus As Boolean Public Property ReceivedBytes...
View ArticleInconsistent button
So I am building a very simple app for quick functions of a helpdesk that has a mess of a workflow and yes workgroup computers and retail locations vpn'd through the network. Long story short... There...
View ArticleIF statements
Greetings Gentlemen, I am finalizing my VB app and I wanted to add a bunch of IF statements so that everything will run smoothly. Is it possible to write an if statement for webbrowser1? If you see...
View ArticleCash Register Collection Class
Hello, Im trying to do the following: User selects an item from the list The information about the item displays to the right (description, retail price, units) The user enters a quantity and clicks...
View ArticleVS 2010 ByRef puzzles...
Hallo everyone! I got puzzled today with something I thought I knew but it seems I have misunderstood (again). So here it goes.. Suppose you have the following simplified code: Here is a class: Code:...
View ArticleVb 2010 Code To VBA
I would very much appreciate it if someone could help me with converting the VB 2010 code below to Access 2010 VBA Code: Public Class CustomerList Private mCustName As String Private mCustID As...
View ArticleConvert IP Address textbox to IP Range
Good Afternoon Gentlemen, I have a textbox with the following code to obtain the local IP address of the computer running my VB app: Code: Try Dim IPHost As IPHostEntry =...
View ArticleVS 2010 [RESOLVED] corrupted code
Hello I have a program that has two forms. Whenever I try to run the the program from form1 or form2, I get the message that visual studio is not responding and eventually it may run. If I load and run...
View ArticleHelp working with data between 2 forms
Ok I need some help working with 2 forms that each have databound controls. My current problem is that I'm overwriting my first record when adding a record. My first form has a DGV on it and I use it...
View ArticleVS 2013 sql problem
i have 2 tables where i joint the 2 id.gemeente like below SQL.RunQuery("SELECT InstellingenFirma.Firma, InstellingenFirma.Vorm, InstellingenFirma.Adres, " & _ "InstellingenFirma.Telefoon,...
View Article[RESOLVED] WithEvents variable not recognizing CheckChanged?
Code: Private WithEvents rdoCalibration As RadioButton Private Sub rdoCalibration_CheckedChanged(sender As Object, e As EventArgs) Handles rdoSystem.CheckedChanged, rdoStandard.CheckedChanged...
View ArticleConnect VB Net to Xampp SQL server
So I've had no problems programming with vb net and connecting to Access databases. But now I've installed the Xampp package with Apache and the works. I have a host name connected to my ip using...
View ArticleUnable to get psexec to run with VB.NET either process.start or shell
I've been struggling to get psexec to work and it's a simple line to run cmd /k (for remote command line). No matter which route I take it always debug errors: "The system cannot find the file...
View Articlevariables too value
Dim horariooinit As Integer Dim con As OleDbConnection = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\orlando\Desktop\ambiente de trabalho\Projeto Final\Projeto...
View ArticleVS 2012 How do I open a form within another form without MDI?
Hey, I'm working on a Virtual Operating System (just a project) and I need to open a form in the "desktop" of my virtual OS. For example: I want to open up the internet (a form), the form will show up...
View Article