Closing a form without closing the whole program
Hi guys, Tiny little issue Im having with a program im writing. I have a form open in my program (when the program is running) what I need is a close button so that when the close (or exit or whatever)...
View ArticleVS 2008 Dynamic update of data in front end as the database records changed
is it possible to update the front end data dynamically as par with the records changed in the data base. i mean just like stock market applications, in which data update ( user no need to refresh the...
View ArticleSimulate a mouseclick/Drag inside a Webbrowser object.
Hello! I've googled this like a mad man but with no result. I want to simulate a mousedrag + clicks inside my web browser object without MY mousepointer moving or anything. Does anyone of you...
View ArticleInner Join in B6
Hi guys, any idea how can i use innerjoin in VB, im not sure if its inner join that i nee to use. Here is the scenario. i have two tables: tblProductInfo and tblSerialNumber tblProductInfo:...
View ArticleOpen word document from one directory and set SaveAs in a diffent location
I am opening a Word template using the code below. 'file' contains the location and file name of the template. MyWord = CreateObject("Word.Application") MyWord.Visible = True...
View ArticleForm name held in variable?
Is it possible to use a variable to use a form's name? For example, let's say I have a form called "Form1" and a variable called strForm. Can I use something like the following to control things on the...
View ArticleSubroutine causes program to stall?
Hello, here is my code: Code: If loading = 1 Then 'if the program is loadin data, stop the subroutine       Exit Sub     End If     Dim currentvalue As Decimal     currentvalue =...
View ArticleClipboard methods doesn't work always
I'm facing many problems using Clipboard class because not all methods works from first call, for example i'm using the following code to get text vb Code: On Error Resume Next...
View ArticleVS 2010 Add value to Excel value; is it possible?
I do not know if this is even possible via VB, but what I want to do is add a number from a textbox (custom named "hours") to the same cell it is being placed in to. So, if there is already a number in...
View ArticleVS 2010 Check if webpage gives a message?
Any clue how to do this? I have a button that auto-logs in the user, but if something goes wrong, and it gives you the " Invalid Username or Password " error, how can I check for that?
View Articleflowlayoutpanel and drag drop
Hi All, I have code that was provided by MattP (thank you) from thread http://www.vbforums.com/showthread.p...nel-to-another I have adapted the code to work with my needs and all is well, however I...
View ArticleChoosing which row to add an item in a listview?
Hello there everyone. This is sort of a follow up from a previous post, I have a listview called ResultsView, and it keeps track of student literacy stations. What I am doing now, is I have a listbox...
View ArticleVS 2008 Visual studio 2012 & multiplatform application !!
i have seen the adevrtize in the forum right is it true :wave: that now visual studio AND visual studio development can be multi platform can we develop applications for Linux from it :confused:, what...
View ArticleVS 2010 Elevated CMD Prompt Shown In A Text Box
I have a button and a text box. Once the button is clicked I was hoping to run a command in CMD, and in realtime, have the output being shown in the text box. 1. It has to open an elevated CMD prompt...
View ArticleSet Specific Parameter
I have a DLL I made that is a custom button, and a regular form. To have the button display its properties (it will just show up as a regular button in the designer) the user must enter Code: Private...
View ArticleVS 2010 need help clicking a trickly lil image on a html doc
wrote a little program to comment when my friends post a new instagram picture....so im using statigram a.t.m. got everything else working so far ...i load my friends pics from my update page...& i...
View ArticlePossible to add images resources at runtime?
I would like to add a couple hundred images from the drive to a resource file on form_load and use them later in the program.
View Articleneed good licence system
please recommened me good licence system its bed time here so when i wake up il add more , i know how to make 1 but il also want to se some examples that will be great thanks.:):p
View ArticleVS 2010 Webbrowser Control
Is there anyway to make a webpage of any size stretch (shrink) to fit a webbrowser control? I had a look on the net with no luck.
View ArticleReturn 0 Value
Hi I have written this , it should return 1 but it is returning 0 . I am using MS-Access shiftdate = "02/03/2013" In Database also there is one record with tdate = "02/03/2013" str = "select count(*)...
View Article