Problem with username and access database
Hello all, I have a problem with this code, I created an application with severals programs inside. Some of those programs are banned to some people, those people are clasified into an MS access...
View ArticleVS 2010 Losing Class Variables
I have a class pro_6502 with a few private variables set as, I am assuming, globals within the class: Code: Private accumulator As String = "00000000" Private current_address As String =...
View ArticleVS 2010 Runtime Picturebox Help
So I'm trying to create a picture box at runtime, but my code just isn't working, no error or anything. Code: Dim componentVisual(10, 10) As PictureBox 'Global Variable Sub displayNewComponent() Dim...
View ArticleListbox 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. This is not the same as AllowDrop where you drop the file into the application while it is currently running,...
View ArticleVS 2010 loading multiple URLs at once
hi there :wave: i need to load multiple URLs in the background at once. the amount will not be certain. what is the best way to do this? thanks, brandon
View ArticleHelp with forms in visual basic
i have a question, so if i have multiple forms and i have form1 with a button click open form 2 and with that click form1 will go into hide mode so the code will be form2.show() me.hide() now the...
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 Article