VS 2010 [Resolved] File Size/Design Question
I've been creating a football game as a basement project. Each play that is called is shown on screen as bitmaps crashing into each other. It's a low tech game- even a throwback, but it's very...
View ArticleVS 2010 Page title in tab instead of URL. & Tab title issue.
Hello, I am having 2 small issues and need a bit of help Firstly, I have set up a tabbed browser, which works great. I am also using MS Web Browser instead of the normal Web Browser for specific...
View ArticleI need help with this because I don't understand it.
I am currently learning VB and I need help with this assignment. Create a project called WorldWar2. a. Add a MenuString with the above items. Add an empty ListBox. b. Add Facts Menu Item i. Use a For...
View ArticleVS 2010 Enumeration Error
Hello to all, I have this problem in my application. It works normaly, but eventualy it shows this mistake: If I click continue application works normaly, but it is annoying error, does anyone know how...
View ArticleVS 2010 Looping a webbrowser
Hey Guys, What i'm trying to do here is loop a webbrowser control to go to the next page of a site: Code: Â Â Â Â WebBrowser.Navigate("http://site.com/?start=200&flimit=200") Â Â Â Â '// CHECK...
View ArticleVS 2012 I need pro HELP with HTTPClient or HTTPWebRequest!
I'm building a windows application that will connect to a website using private proxies and do stuff on that site. I want to use the new HTTPClient to do that. I have the next scenario for the login...
View ArticleVS 2012 How to Decrypt data from xml file
Hi all I am saving sum Encrypted data to XML, then I'm reading that file in to a dataset. How do I Decrypt it before applying my filter. Only one column is encrypted there are 3 total. NOTE: I have sum...
View Articlestring.split, first char of similar characters.
HI. Usual non string person here. I have some values like "asdasd, 1234,3" and "xcvzxcv", 355,44" I would like to split them but only take in consideration the first "," character. So the above will...
View ArticleGet Drag & Drop File Process Name
I currently have a script which allows you to drag and drop a file into a box, and it displays the path of it into a list box. I would like to be able to get the process name of the file so that I am...
View ArticleVS 2010 How to pass a (variable size) custom datatype array to a usercontrol...
Hi, I am making my own chart control, in which a data point at location x,y is coloured according to a third parameter. My vb solution has two projects : the usercontrol project, and a testapplication,...
View ArticleVS 2012 update datagridview after changing datasource in another form
Hi! I have two forms. First form where user can put data in (via datagrid) and send it into the sql-server second form that has a datagridview that gets it data from a stored procedure. I did...
View ArticleError when open Excel file just in case regional date format is Bulgarian...
I try opening Excel file using OleDbConnection like following. Code: cn = New OleDbConnection("Provider=Microsoft.jet.oledb.4.0; Data Source=C:\Test.xls;Extended Properties = ""Excel 8.0;HDR=Yes""")...
View ArticleMore Novice Questions
Im trying to write a program that displays the time between start and stop of a stopwatch. I don't obiously know what I'm doing because I don't understand the syntax use in an example from the...
View ArticleMemory Leak? GarbageCollector Gen0 Objects are only increasing
In my application the number of GC Gen0 objects is constantly increasing, nearly none are moved to Gen1 nor are any released by explicitly calling GC.collect. Where/How could I look for the cause?
View ArticleVS 2012 What Am I missing, WebClient
Can somebody tell me what step I am missing here, a code example please, not a vague description such as "you need to check the force of the pie hitting the tree, then calculate how far the debris will...
View ArticleVS 2010 [RESOLVED] Can't update picturebox image from a module
I have form with a picturebox on it. I have a global bitmap variable. If I draw something on the bitmap, like this: Code: ' GbmRX is a global bitmap variable ' pbRx1 is a picturebox control on frmRX...
View ArticleHow can I make the background image move?
Right now I have a form like this The image in the BG is a long image and I want it to move from left to right...which I got it to do with a picturebox but...that kinda messes up my labels and stuff So...
View ArticleChat
I'm trying, for a week now, to make a chat room not lan only but i can't make it work, the best i done is lan only but its pretty much useless, I searched on google found some examples, but nothing too...
View ArticleBest way to talk to a service over LAN
So here is my situation: I have created a service application that was installed on all the computers by group policy on a domain. Service looks for a file sitting at a shared location in a text file...
View Articlevb.net How to keep gui functional while webbrowser is navigating
Hi, i'm italian , so first of all sorry for my bad english. I want to keep gui functional while webbrowser is navigating. When I run my program, the gui freeze until webbrowser is completed, so the...
View Article