Listbox wth Textfiles titles
Hey, This is a part of my program. In the listbox, I want titles of textboxes I made or already opened. (On the picture it is a Combobox, but now it is a Listbox. thank you Attached Images Â
View ArticleVS 2012 How to get stream from Image (WP8)
Hi! I have been playing around with developing WP8 apps, and noticed I can through an API save contacts to the Peoples Hub programmatically. I found an example on a website that looks like this: Code:...
View ArticleVS 2010 Design Time Issue
Hi, I'm pretty sure the following is going to be fairly straightforward but it's one of those situations where I think i've been looking at the code too long and now I don't know how to progress!...
View ArticleCreating of new database file based on a main database file
Well I hope the title helps describe my issue. Each time I create a new inventory I would like to have an output file created in a subfolder that is a copy of a database I have in the main folder. So...
View ArticleVS 2010 Hello, Binary search coding issue
Hi, as suggested by the title I'm having trouble coding a binary search. I hope you know the binary search so you can help. Basically the problem is that when the list is split in half the program will...
View ArticleSplit function
Is it possible to split a text you get by String.Reader into two or more lines in text box?
View ArticleDrag-n-Drop Startup MsgBox
Question: I have a project that I want to allow the user to drag and drop a file into it during launch. This is not the same as AllowDrop where you drop the file into the application while it is...
View Article[RESOLVED] Keep form active while program is busy
Hi I have a form which asks for user input. Based on this input a database is queried. The found result is then enriched by more queries and presented to the user in the form of a overview. Because...
View Article[RESOLVED] PropertyGrid - Show certain properties
I'm creating a pretty neat program which implements the PropertyGrid control. Whenever I'm creating my own classes, using the PropertyGrid is fine because the properties it shows are the properties...
View Article[Help] Creating VPN client
Hello :wave: im a newbie member in this forum , i wanna make a VPN client like Hamachi ...... it allows to connected computers to access my ip like [195.16.78.60] in web browser and it get the web...
View ArticleVS 2010 Display Datagridview in msgbox
Hello to all, is it possible to display Datagridview in msgbox? Code: Â Â Â Â If MsgBox("Are all data correct? " & vbNewLine _ Â Â Â Â Â Â Â Â Â & "Data in datagridview: " & Datagridview...
View ArticleHtmlAgilityPack get contents in a comments line
I want get content value in a comment line string: HTML Code: <!-- <meta itemprop="contentURL" content="http://**.com/za6dc7.mp4" />--> Code: Dim node As HtmlAgilityPack.HtmlNode =...
View ArticleDownloading Automatically a file from an .ASPX page
Hi, i'm working on this project, it requires real-time information from the market. This is the page: http://matonline1.matba.com.ar/operaciones.aspx . I need to automatically download a .csv file, the...
View ArticleVS 2010 Convert VBA Outlook GetDefaultFolder code
I am attempting to convert vba to vb.net. What is the syntax to convert the following code? Current vba: Code: oCalendar = Application.Session.GetDefaultFolder(olFolderCalendar) My attemp vb.net :...
View ArticleSimple Date formatting issue
I have a button that takes the date in a text box and adds 7 days Code: AirDate.Text = Format(datAir.AddDays(7).ToString, "Short Date") it works however it will format it in this 12/1/2013 where i want...
View Article[RESOLVED] trying to get the smallest number from an array always return "0"
I am writing a dice roller program with VB 2010 express that rolls many different types of dice and up to 15 of each type. I currently have 4 options on for the program. Choose how many dice, Choose...
View ArticleFind all available windows by class
Hi! I'm trying to find all windows that have a specific class name. I heard about FindWindowLike, but I tried it and not worked. Anyone have the solution? Thanks anyway.
View ArticleSearch DGV for date then launch url
I have a dgv that I need a button to search each row in a column for today's date or past date and for each one that is true launch the url that is in column 7. Heres the code i have tried but I am...
View ArticleVS 2010 Timer ?
Hi all, New to this site - so hope I can be as precise as possible with my question : Is it possible to run the timer constantly whilst changing forms e.g somehow run it as a background process....
View ArticleAccess custom sub on user control from another form
I'm trying to access a custom sub written within a user control. For instance: Code: Private Sub WebCoreShutdown() End Sub A button is clicked on a form, and I want the WebCoreShutdown() to fire when a...
View Article