VS 2010 Making strings Reflector proof
If I look at one of my compiled programs in Reflector I can see the values of the strings I defined. Is there a way to hide or encrypt strings internally in my program so that they can't be read in...
View ArticleNeed advice on old car
Tomorrow, I will be buying a 1978 Ford Mustang. The the hatchback model. Does/has anyone here ever worked on any older cars? Doesn't have to be ford specific, I'm just looking for some advice. I know...
View ArticleAny 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 ArticleAnybody know of a good checked or multi-select drop down list....
...control out there? Preferably one I don't have to buy? Thanks.
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 ArticleVS 2008 NS Chart - How to have multiple bars for each Y axis?
Hello, Is there any way with a bar chart that I can have multiple Y axis> I have tried making a new series for each and that does not work. I get an error that bar charts and column charts cannot...
View ArticleVS 2008 Checking what key has been pressed in a MessageBox
Hi ! I want to make a program, that first shows a MessageBos (MessageBos.Show) and then in this message box, it checks what key is pressed, after he will press ANY key, close the MessageBox and set...
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 Articlehow to load diffrent image from one to another form
i m making a project . Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Documents and Settings\MASTER\Desktop\s3.jpg") cbomodel.AddItem "100" cbomodel.AddItem 101 cbosolution.AddItem "Ringer"...
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 ArticleHow to put a UDT inside of a UDT
I have a UDT that is dim'd as an array. Inside this UDT I need another UDT that is also an array. How do I construct this and how do I use this in my program?
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 Article