Color Cycling Wait Form (Stoner Trap)
There's an odd little something I wanted to add to a program I was working on. It's kind of like a progress bar in marquis style, but I don't like the restrictiveness of the standard progress bar....
View Articlehow to increment a number within a form header
Hello Everyone I've got a form that opens the same form up multiple times but i am struggling with the form incrementing in the header. E.g. the headers would read New Doc 1 New Doc 2 New Doc 3 and so...
View ArticleHow to bring a window/form in to focus.
Hello All I have made a word processor from where i can open several different word processors. But i can not bring previously opened word processors into focus. How would i do this? Code can be seen...
View ArticleVS 2010 Media Player Files
I am using the Windows Media Player control and would like to please have some help in determining the genre and length of the .mp3 files that I wish to play via this control. I think that I have to...
View ArticleDetect Folder Sorting Method
I'm working on an image viewer, which incorporates a previous/next feature, much like the one in Windows Photo Viewer. However, I have noticed that when I read the directory contents and store them in...
View ArticleLoadMovie with AxShockwaveFlash fails
I have two seperate axShockwaveFlash objects in VB 2010. one is named flash0 and the other is flash1 flash0.Base = "my URL" flash0.LoadMovie(0, "URL") flash1.LoadMovie(1,...
View ArticleVS 2010 Connecting to Mysql
Good afternoon forum, I have a small program that needs to pull records from a MySQL Database. Every time I need to fill a data-grid I open a connection, Fill data table and then close the connection....
View ArticleVS 2010 Adding files to a list with a filter
I have a function that searches through folders recursively. I pass in an arraylist of strings to use as a file filter. For some reason, no matter how many extensions I pass in, only files that are...
View ArticleRandom Images with website links
On my form I have the image and in my resource file I have 10 images. Can someone assist me with my code on how to add the right website link to the right image please, thank you. Code: Private Sub...
View ArticleVS 2005 Getting form opener/overriding form buttons from form opener
two questions: One. If I open a form with a button, on the opening form, how do I reference the form that opened it up? Parent.xxxx applies all the way to the parent of the original form. so if I...
View ArticleFix the output of RFID ..
hello all...can someone fix my problem about the display output from Rfid..i get this output and there are some unknown character at the end of the data...is there any way to remove it so that when i...
View ArticleIs This Possible?
(Yes I Know This Is A Duplicate Thread, I'm Going Away For The Week And Wanted To Get It Up, You Can Delete The Other Thread) So what i was thinking of doing is this 1. Creating A Program That Will Run...
View ArticleSendkeys.Sendwait Problem
Ok, the problem is I never used the Sendkeys thing. I have code like this: VB Code: Imports System.Windows.Forms Module Module1 Sub Main() Dim userInput As String = Nothing...
View ArticleVB10 Trying to create file, save and retrieve information used by my application
In VB 6 all I had to do was Open fileName for Random as 1 Len = recordLength then Get records or Put them into the file. In all their wisdom, Microsoft developers have decided this simple method of...
View ArticleSQL state ment for direct adding and subtructing ???
hello every one ... my friends i just wanna ask if there is an SQL statement for direct operations like (adding or subtracting values ) for a specific record ??? for ex : i have a "price" record in my...
View ArticleExcel Function In Visual Studio
Hi there, I'm attempting to use the excel function NormInv in Visual Studio 2010. Does anyone know how to do this or able to point me in the right direction ? Thanks, Lavaski.
View ArticleVS 2010 New Component Naming problem
I created a new control which inherits the TextBox. When I add the custom control I get this Code. Me.ctxtSubPrice = New MyProject.NumericTextBox(Me.components) If I remove the "MyProject." it works...
View ArticleVS 2010 LINQ to SQL and Distinct ordering
So, the MSDN says that "The result sequence [of Distinct] is unordered." So here is my issue. I have a table in SQL Server that at one point had this design of fields: id, find, replace My idea is to...
View ArticleVS 2005 Printing Contents of RTB
I am using the following code to print some images, lables and now want to incorporate printing the contents of an RTB. The problem is is the user does NOT use the enter key to start a new line the...
View ArticleVS 2010 Hey All, I am trying to "encrypt" a string but substituting all the...
Hey All, I am trying to "encrypt" a string but substituting all the letters with different letters: I.E. String = "A box is cool." and a = b, b = c, c = d, .... etc so it outputs: "B cpy jt dppm." Any...
View Article