Quantcast
Channel: VBForums
Browsing all 42292 articles
Browse latest View live
↧

VS 02/03 Using Callbacks

Hi, I hope no one minds, but I figured I would create a new thread since my topic and question changed in my previous one. I am not working with Callbacks and still very unsure of how they work. I...

View Article


Challenge accepted

So 6 months ago me and my brother were discussing challenges, and my brother came up with the idea that I should eat only oatmeal for breakfast, lunch and dinner for a year. And so I have done for 6...

View Article


VS 2010 Redraw existing lineshape with new data.

I am drawing a line graph from x,y data points derived from user entered data. This is all done at runtime. This part is working OK. However, if the user enters one or more new data points and the new...

View Article

adding a minus sign to a copied figure in excel

Hi i copy figure from one excel files like this Code: oRng = oWSSheet.Cells.Find("OVERDRAFT EXPENSE (43979000)", , _ Excel.XlFindLookIn.xlValues, Excel.XlLookAt.xlPart, _ Excel.XlSearchOrder.xlByRows,...

View Article

VS 2008 add numbers in textboxes

Hi how do I add numbers from two different textboxes, and then show the result into one of them? I tried this, but it won't work Quote: Dim add_box As String add_box = txt_box.Text Dim derv_total As...

View Article


VS 2010 Public Property help

I need some help figuring out how to use properties: I have this property in a class: Code: Public Class ErvID     Private BidID As String     Public Property ErvID() As String         Get...

View Article

The Monster Crays Thread

It seems that there is actually some credible scientific evidence that crays/lobsters may be able to live and grow indefinitely due to their genetic makeup, for example they have an abundant and ever...

View Article

VS 2012 Removing "For Each" Statements Help

Hey people, I have no real knowledge in programming however I am trying to learn... I am trying to integrate the following code from a project I found online. The code is used to detect multiple cd...

View Article


Option strict disallows late binding xDocument

Cant work this out for the life of me. Not got VS here but if i declare I as xmlNode its option strict disallows conversion from object to xmlnode. I understand the errors just cant work them out....

View Article


VB.Net 2012 using VB6 dll for printing opinions.

Hi All I have a POS system written in VB6 that is installed at quite a few clients, recently I decided to re-write the application in VB.NET 2012. The re-write is going well except for printing to...

View Article

How to correctly dispose of an controls in an ocx

Hi all, I have developed an OCX that contains 3 webbrowser controls, and 3 frames. I am dynamically adding the webbrowser controls to the frames at runtime using Set WebBrowser2 =...

View Article

Two VB applications working together advice ?

1st application controls the XRF analyzer and deconvolution data processor, data recorder, web interface, graphics, and user interface. I have a hardware device that runs the flow system, but it fires...

View Article

[RESOLVED] Issue with MouseLeave event

I'm wanting to create an effect where the user knows when they're hovering over a picturebox, but I don't want to use the MouseHover event because with the Hover event you have to wait a bit of time...

View Article


Loop until element exists, the continue execution

I have a long script (VB6) that fills in a form. In a certain part, the user must import a file and must click "Next" to continue. I would like to wait for this user input and then continue executing...

View Article

Image may be NSFW.
Clik here to view.

VS 2012 Loop then insert into rich text

Okay. So this is my application so far. the user inputs coupon information (on the main screen) and it prints out a formatted template a retail system could read (bottom screen). After the first 3...

View Article


listbox integer increment HELP PLEASE

I'm writing a program that will list a table in the list box for example Time quantity passed failed comment ___________________________________________________________________________ 7:00-8:00 25 23...

View Article

Add to rich text box

Okay lets say a a richtextbox is filled with information a user inputted through multiple textboxes. I want to code a button, that once clicked opens up a inputbox. I want the information recorded in...

View Article


Closing application from outside "main" ran form?

My application is growing quite fast, I'm up to about 15 different forms and 20 different classes (at least). However, I seem to be stuck trying to fully close the entire application. Now, I know that...

View Article

Two Apps running with cross communication between them

I need a way to run two apps and have them communicate with each other. First App will have control buttons and when pressed must be able to send this to the second App so it will respond to the button...

View Article

Not getting PM notifications

Somebody else mentioned this a couple months back, and for me it has been an off-and-on thing, but more on than off: I don't receive email notifications when I get a PM or any other message. I think I...

View Article
Browsing all 42292 articles
Browse latest View live