Vb msn api
Just wondering if anyone can point me in the direction of tutorials on the MSN Messenger API within VB? I found one which has got me started - where you can sign in, change your status and see which...
View Articleprint preview and code tags
I am trying to learn vb.net on my own without taking a class and have a question about print preview screen. When I run my program and try to just do a print preview nothing shows up so I am obviously...
View ArticleVisual INI, INF Editor Version 1.0
Hi, This is a small project I been working on the last two days it a simple tool to editor INI, INF and config files. Comes with many features: Open and Save Cut, Copy, Paste Items can be moved up and...
View ArticleVS 2010 Using SQL Database on remote PC.
Currently I have a program and sql database both residing on the same PC and all is working fine. My current connection string is PubConnString = "Data Source=mikespc\sqlexpress; Initial...
View ArticleHELP::Creating a Message Box within a Form
I am trying to create a message box that appears when either of the three text boxes are left blank. I have gotten close, but cannot seem to get the wording correct to make this happen. I posted...
View ArticlePHP IRC Bot Plugin System logic
IÂ’m making a small PHP bot for myself, nothing too complicated as IÂ’m still in the process of learning PHP but I was wondering what the best way is to build a dynamic plugin system for it. Right now I...
View ArticleVS 2010 datagridview getclipboardcontent paste has blank first row column
I have a app that is populating a datagridview and have a button to highlight and copy all the data in the datagridview. When I go and paste into excel the first row and first column are blank. Is...
View ArticleVS 2005 Display Error Image in PictureBox
How do you display an error image in a picturebox if no image is located to display Quote: Me.PictureBox1.ImageLocation = (String.Format("{0}\{1}.jpg", Subject_Values.ToolStripStatusLabel3.Text,...
View ArticleProblem with defining user defined type in Class Module
I am having trouble using user defined types created withing a class. In fact, not only will no other module recognize it (as expected) EVEN PROCEDURES INSIDE THAT CLASS don't recognize it, as if it...
View ArticleI'm starting over. Which language should I choose?
This is not meant to be a loaded question (posted on a VB forum; I just don't belong to any others.) It has been a long time since college when I had to learn VB, and I have forgotten a lot of what I...
View ArticleVS 2010 Picture Box Multiple Images in 1 File
I was wondering how you set an offset(not sure if that's the right word) on a picture box if the .png used as the image has multiple images in it. An example would be this Both images being in one...
View ArticleEXTERNAL DIPSWITCH CIRCUIT CONTROLS LEDs THROUGH PARALLEL PORT in VISUAL BASIC
HI everyone, i am doing a project which using parallel port to interface with external peripheral devices in visual basic 2010.i am using window7 64bits operating system pc. i have done all the...
View ArticleError message when loading project
Between yesterday, when my project was working, and today, when I tried to load it, something happened. Now when I try to display one of the forms, I get the following error message: ============ To...
View ArticleVS 2010 updating sql server after changing datagridview
Right now I have a datagrid (dgvResults) that shows results of all the records in the table CS_Comm. When I make a change to a select record in an editable cell and click the 'Save' button, I get the...
View ArticleLAN Network Slow problem
hi Experts.. i am a VB6 programmer, developed a accounts software in vb6. i have 2 system connected via LAN. it installed in one system name of 'System 1'.. that works properly. but, another system...
View ArticleGet hyperlink from a page then display it in form.
Hi guys, I'm new for VB and try to write a simple application that get hyperlink from a webpage then display it in form. for example: http://www.examplesite.com/ip.html ip.html source code is like...
View Articleconditional copy of data between tables
hai every body i am working in access, 2003 Tabel name is:accreg fields are: ID,AccNo,Author,Title,Year,Publisher,ClassNo I created an other field in the table accreg is : pages another Table I have:...
View ArticleCheck Oracle client version
Hi all, Im new on VB6 as I've been developing always under .Net frameworks. So I would like to know which is the best way to know which Oracle Client version is installed in the workstation executing...
View ArticleVS 2010 Show data from datagridview in excel 2003
Hello, I have some code that exports the data from a datagridview into excel 2003. (the code I use is shown below). The think that bothers me is the fact that I first get a dialogbox wich asks me where...
View ArticleVS 2008 FTP Change File Permissions ?
Hi, i have tryed searching everywhere but i just can not find an answer. Basically i have made a basic FTP program and need to change the file permissions but can not find how to do this :/ So my...
View Article