Any help on writing string to a process
I have used this class file to write Integer's to a process of my choice. Code: Module ReadWritingMemory Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Integer, ByVal...
View ArticleVS 2010 Picturebox Collision Issue
I am making a simple game where a Rocket has to get to the top of the form by dodging meteors, i have one particular issue. Attachment 95651 You see, when the rocket clashes with the meteor, the game...
View ArticleGet LV column index by column header text?
OK this works..., Code: ' setup LV ListView1.View = View.Details ListView1.AllowColumnReorder = True ListView1.Columns.Add("A") ListView1.Columns.Add("B") ListView1.Columns.Add("C") ' Get column index...
View ArticleVS 2012 Premium or VS 2010 Premium for a beginner?
Hi All. I installed 2012 and then went looking for tutorials and books. Of course, there aren't many for 2012 yet. Should I install 2010 instead? I have an MSDN, so no matter to me. I'm a bit new to...
View ArticleVS 2010 Updating program toVB 2010 - storage of user-type information
I am reviewing the need to update an old program I wrote back in VB6 days. I am working with VB 2010 and am trying to determine my best approach. It's basically a reporting program that will display...
View ArticleHow to Show IP in a TEXTBOX, Using a WebBrowser HTTP Connection?
Hello everyone... I am very new in VBNET but I do have some knowledge. A friend of mine requested me to help him make a webbrowser that has an Proxy IP Changing option + that he wants the Browser to...
View ArticleVS 2010 Socket with Internet IP
I'm trying to create a chat with sockets, but when I use the connect function, an error message is displayed, 'saying' that the ip address is not valid. ip I'm using is: 177.64.42.142 But if I put a...
View ArticleVS 2010 Progress bar not updating when BackgroundWorker ReportProgress from...
Consider the code below for a simple form with a progress bar, a button, and BGW is a BackgroundWorker with Modifiers = Public. This works but if I change blnRunInModule to true it doesnt update. Yet...
View Articleproblem with vitual safe source setting
Hi All , I am working in dot net 2005 with three level (data acess layer, business logic layer, and prentation layer).When I add this project in save sorce it could not copy /update dll files from data...
View ArticleProper Loop for Listview Column Scan?Error: InvalidArgument=Value of '0'
I have this code that scan all IP in SubItems(4) but im receiving this error Quote: System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index...
View ArticleVS 2010 [RESOLVED] How do I Add this Effect to a Textbox?
SOLVED! Thanks for the help but it's been solved now! Attached Images
View ArticleVS 2008 Changes made not reflected in the database after restarting the...
:confused: Hi friends, I am new to this forum and posting my problem for the first time after getting stuck at a point and trying to resolve it for the last 5 days but all in vein I am using Visual...
View ArticleVS 2010 Form Theme Problem HELP
Ive put a New theme on my Form 1 with DotNetBar to look like this Attachment 95681 But when I Publish it, it looks like this (I have Windows 8) Attachment 95683 HOW DO I FIX THIS? Attached Images
View ArticleVS 2008 Double Click
Hello I have a simple program that has a label and a button. What I want to happen is when I click the button the label.text becomes "click". When I double click the button for the label.text to become...
View ArticleVS 2010 Web Browser Questions
New to VB and am working on several different projects to help familiarize myself with the program. One of them is a basic web browser - and I have some questions on this topic: A) I noticed that you...
View Article[VB2010] - about properties\events\methods
i know that VB2010 usercontrol(after created) have some padron properties\events\methods and i know override them;) but, for example, i don't whant(for a example) the AutoSizeMode. how can destroy...
View ArticleVS 2010 Writing to file
Could anyone help me with the following tasks? It'd be much appreciated. It would have to be done using console. Thanks! 1. There are 2000 tickets available for graduation. When given the number of...
View Article[VB2010] - usercontrol transparent
i have tested, and the backcolor=transparent isn't real transparent(but copy the parent image):( can i clean complety the usercontrol(then i draw what i need, inclued a transparent bitmap)? i have...
View ArticleVS 2010 Week Dates for Month
Hello, I am trying to get an array of dates for a given month. For example, the user enters the month they want e.g. September 2012. I then need to find the first and last date of that month. (Done...
View Article2010 Express vs 2012 Express
Im new to vb and have been using 2010 Express for about a week now. Curious - are there any differences between 2010 and 2012 that I should be concerned with? I would have to assume the 2012 version is...
View Article