VS 2010 [RESOLVED] VS 2012 issues with webbrowser Go_Click -...
Attachment 98253I've attached my code below. The browser opens fine, but when I try to enter an URL, for ex. www.google.com It takes me to: Private Sub BtnGo_Click(ByVal sender As System.Object, ByVal...
View ArticleNeed help making Console App program
Hey, Thanks for reading I am currently trying to make a Console App that will compile a Lua script or assembly i have, then write the assembly to a process using WriteProcessMemory. I'm not sure of how...
View ArticleWindows Service
I have never tried writing a service before and I'm little stuck on how to start it!! I need the code to run: Every 30 seconds get an ip from an mdb (or ini if it's easier) then ping the ip. Then move...
View ArticleNeed a little help with Data/Sorting/ Grouping
IT has been Awhile since I have done anything in VB (and I wasnt an good at it before) and Need a little help/kickstart to get me moving in the right direction on some datasorting. I have a Table of...
View ArticleFTDI in Form and Console Problem
Hi all, I have been trying to use Visual Basic Express 2010 to create a GUI for displaying data streams via USB port using the FTDI chip and the D2xx driver which interfaces between the computer and a...
View ArticleSum column in datagridview???
I have datagridview with column "date" and column "numeric". date(datetime)............ numeric(string) 1/2/2012 ..................... 4 2/2/2012 ..................... 5 2/3/2012 ........................
View ArticleVS 2010 Displaying code in connection with progress bar
Hi guys i have some problem. I'm writing a program right now and I want to do a place which will show my code phrase in connection with progress bar. I think this screen shot will tell you more of what...
View ArticleVS 2010 Skipping Problem Lines
Hey Guys, I have coded a small file formatter: Code: Module functions '// Keep our functions here... Function fixAccountFile(ByVal strAccount) '// First split the HOST/USERNAME/PASSWORD...
View ArticleVS 2010 Distributing items across several listboxes.
Hey guys, long time since I posted here. I've been working in C#, and have yet to find a decent *ACTIVE* C# forum for help... So, heres my scenario: ListboxQueue 1: 80 Items. (Queue) ListboxWork...
View ArticleWhats the code for compiling an assembly? please help
Thanks for reading, I need to know what the coding is for compiling in vb 2010. i need to compile an assembly then write it to a process
View ArticleVS 2010 Issue with code
I'm having issue with importing theses codes Imports I_Music_Player.Extensions Imports I_Music_Player.Utility.Http Imports I_Music_Player.Utility I need help can you guys help me
View ArticleVS 2010 time format
Hi all. I have a timer control, a label and 3 buttons(start, stop, reset) on my form. In the label I have 0 as the text. The timer interval is 1 second and the handler increments the label text by 1....
View ArticleHow do I work a pun
How do I work like this game a pun that picture attached Attachment 98265 Attached Images
View ArticleVS 2010 Facebook Login Issue
I'm having this issue with this Facebook login that i made what can be the error Code: Dim logincookie As CookieContainer Sub login(ByVal email As String, ByVal password As String) If...
View ArticleVS 2010 Disable Mouse Input
Dear Programmers, I need your help for a complete code that will disable only my mouse input completely. This means I can move or click the mouse buttons and nothing should happen on the computer. I'm...
View ArticleVS 2010 declare/dimension multiple object using for, possible?
forse mi sono espresso male i have to declare multiple ojject, in this particular case streamreader/writer whitout declare all manually for i=0 to 50 dim variablename(i can use i value too) as new...
View ArticleVS 2008 regsavekey
Hi everyone , I've been messing with this api : http://www.pinvoke.net/default.aspx/advapi32.RegSaveKey And I know you have to open it first with RegOpenKey. I tried few solution but yet I can't figure...
View ArticleSavings account Class
I am new to the site and I am having trouble with my code. below is the question and the application I am trying to do. Create Class savingsaccount. Use a shared class variable to store the...
View Articlepicturebox
Hi All, I have a question about a picturebox. I have 52 pictureboxes (cards 2 to A) 4 x below of my program i have 7 pictureboxes hand (2) Flop(3) turn(1) and river(1) Now when i click a picturebox for...
View ArticleVS 2010 End of statement expected???? help please
ok, so i made 2 panels with atletic jerseys and electronis and 2 check boxes. If you click a check box it is suppose to show panel 1 only and if you click check box 2 then its suppose to show panel 2...
View Article