Manipulating Java Applet Fields Within Webbrowser
Hello, I'm currently designing a program to automate the submission of data to a Federal regulatory agency. It will pull data from excel sheets and populate the corresponding fields online. I had no...
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 ArticleRight Click event
I am either terrible at searching or the solutions I am finding are way harder than they should be. How do you get something to react to a Right Click???? The normal click event works perfectly as: PHP...
View ArticleStore data from textbox in DLL
Is it possible to write and read data from textbox to a DLL file ? When i write data with Streamwriter to the DLL, it is corrupt en is unreadable with for example a reflector. Is there a other way ?
View ArticleIssue with Arrays
Ok in my practice game I am making I am trying to load all the rectangles I've created on Form into an array I started with Dim recWalls(9) as Array Now all my rectangles I've named R1, R2, R3 and so...
View ArticleWhy do you call variables like this ?
Hi ! I want to ask a simple question, why some people call variables like _Name or szName ? I saw it in C++ also, does it mean something ? I saw things like this: Code: Dim _Name As ... Dim szName As...
View ArticleHow do I save selected listview items to user selected text file?
Hi, This is a follow on from this post http://www.vbforums.com/showthread.p...osen-directory Thank you .paul and IanRyder for your help so far. This is what I've got so far Code: Public Class Form1...
View ArticleVS 2010 [SOLVED] fit image into picturebox
Hi all. I have a picturebox, but the image is too big to fit into it. Even if the form is maximised, the image is still to big to fit into the picturebox. Changing the sizemode property does not...
View ArticleVS 2010 strText + anything else (Get inside for my info)
Hey everyone. I'm working on a spech reognition module to put in my software for easy use. Now. The speech recognition works fine, but I have a question on something I want to do. I have a String...
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 ArticleSearch and Replace Strings in a Text Box
I need to upon the click of a button(I can induce via click event) take several sentences (lets say 5) that are stored within 5 variables (CLASS LEVEL) and replace certain sentences within a text box...
View ArticleVS 2010 [SOLVED] maximised form covers taskbar
Hi folks. Windows 7 starter(for netbooks) does not allow wallpapers, so I am trying to create my own wallpaper app. I want the form to have no borders and to fill the visible desktop but not cover the...
View ArticleVS 2010 Get the visibility state setting of a control when the form is not...
Hello everyone, I'm working on a project where I need to try and get the default visibility setting of controls on a form while the form itself is not visible. It's for a security type feature that can...
View ArticleJust 1 question > little help
Hi every one > i have this code Code: Dim p As Process() = Process.GetProcessesByName("game") ' I'm assuming p is a Process object that represents the game process....
View Article