Help modifying a small example program
Hi everyone. I need help writing a windows service using an example application that I have. The goal here is to combine the example application with spotify.vb. The application polls a PIC micro over...
View ArticleSUM() returning multiple rows
Hi, I'm trying to get the sum of a column but access returns 3 rows and the SUM is located at the 2nd row of the 1st column (i tried binding it to a datagridview) cmd.CommandText = "SELECT...
View ArticleVS 2008 Change background image using timer
How can i change my background image using a timer? And what if i want to pass the application to someone else so he can use it,shouldn't i give the resources folder to or just the .exe file?
View ArticleCall a macro in an opened excel file
So i want to be able to start an excel macro in a file that is already opened by a user. Like a user would open the excel file and look at it, but when there is new data, my vb.net program will run,...
View ArticleVS 2010 Help me out..... Your Immediate Help Required..
Hi there, have a look on attached image, there is a combo box inside datagridview with field name "NEHA NO", when click on it a list appears below combo box with 4 different fields, on change event of...
View ArticleVS 2010 [HELP] Remove duplicates from richtextbox.
Now, Before you kill me because of my horrid code hear me out. I'm pretty bad with coding in general so I use bad ways to do things. Basically I know why it's duplicating but, I can't find a way around...
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 ArticleVS 2010 Alpha Picturebox on transparent form
Im trying to get a picturebox with opacity levels on a transparent form, but so far setting a transparency key and having the picturebox on the form with the picture, creates a color behind any part of...
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 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 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 ArticleNotePad open any file.
Okay. In in notepad i can open this file.. The extension is .gsc I just want to create my own editor... How using the richtextbox can i open this file because with the reg. OFD it will not show the...
View ArticleWorks in debug, not as application.
Ok, I've been working on this project like 1 and a half week, now this super strange **** came out. Im tired and desperate. So, I will try to explain you what I want to do. I have 2 programs, Updater...
View Article