VS 2010 How to find memory address with an value ?
[code] Imports System.Runtime.InteropServices Imports System.Reflection Imports System.Collections.Generic '------------------ 'Creator: aeonhack 'Site: elitevs.net 'Created: 11/9/2011 'Changed:...
View ArticleVS 2012 Is it possible to add controls to the print dialog
Hi Guys, I want to add a textbox to a printdialog control. basically when a user prints, they must enter their name into a textbox on the Printdialog Control. I will then log the name to a database....
View ArticleVS 2010 Calculator problem !
Hey I am new to Visual basic, I learnt some things and I want to make a calculator I want it with buttons so I made the 9 buttons of the 9 numbers and I made 2 labels what I actually want is when I...
View ArticleInstantly populate and depopulate a ListView?
How is this possible? I want to populate/depopulate a ListView (or something that looks like it/provides the same basic functionality of a ListView with columns and items) very quickly. For example...
View ArticleVS 2010 Use of a text file as code inside a program?
Hi all! I am working on a new program to create a punching sequence for a CNC punching machine (parametric). I would like to have the codes for the parts inside textfiles so I can edit them easily...
View ArticleVS 2010 [RESOLVED] stopwatch and timer
Hi folks. I want a stopwatch to start as soon as the form is loaded, and after 3 seconds, a message box displays "Hello World". But why isn't the message box being displayed? Thanks in advance. Code:...
View ArticleVS 2010 Dynamically (at run-time) add chart control to RDLC report - Is it...
Hi There, :wave: I have a project where I am creating charts based on a collection of results, I wish to Pareto these results in a RDLC report and view it in the report viewer. I can achieve this with...
View Articlereading an excel file
hi i have a list of account number that i want to put into an array or something like that they have to be hard code in as there are not in excel file. i have kind of rules for each different acc...
View ArticleWeird behaviour with a combobox selection color
Hello everybody, I want to have a combobox that has different colors for it's items. So here is an example. New Form with an added combobox. 'STRUCTURE THAT HOLDS THE DATA FOR THE COMBOBOX ITEMS Public...
View ArticleVS 2010 Another code problem !
One more problem I am trying to do another calculator: here is the code: HTML Code: Public Class Form1 Private Sub PLus_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleAssembly version information in AssemblyInfo.vb and .vbproj file
In a vb.net project i have got a assembly version information in both .vbproj file and assemblyinfo.vb In .vbproj file i have got following <AssemblyMajorVersion>1</AssemblyMajorVersion>...
View ArticleVS 2008 The file cannot be opened with the selected editor....
Hi everyone, Actually this is the first time I face with this problem. I can create a new class, module everything except windows form. It shows me this. So anyone knows how to fix this, please help...
View Articlevertical alignment of text box or richtext box
In text box or richtext box vertical alignment possible? If possible how to do it?
View ArticleVS 2008 [RESOLVED] Drag And Drop
Does anyone have a link that illustrates a simple drag and drop of a control What i need is at run time to click on a button on the form and drag it to another location on the same form I will then...
View ArticleCustom controls
So I've made my first basic custom control, it nice but looks average. I think I need to make it and use it in a wpf application Can you make custom controls and use them in wpf as well just like in...
View ArticleVS 2010 Process.Start System32 Directory Error
So I'm using a listview and a button to launch the selected program the user chooses. Though I'm having an issue with snipping tool and msconfig but with notepad it launches fine. I noticed that it...
View ArticleVS 2010 Getting CreationDateTime of File on FTP
Hi, I hope someone can help. I am scanning Clients FTP's to see if they have placed files for us to use - Which is working 100% - Getting the File Names ect. However, I now need to get the actual...
View ArticleVS 2010 How to make statistics using a small database?
I've written a program where I introduce random integer values (0 to 20). I've configured a "database" (ini file) where it's stored the settings of each of the 21 members. For example... Number 1: odd,...
View ArticleVS 2010 Excel 2010 --> Excel 2013 problem
Hi I have an application that writes log data to an excel fill to print. This works with the C:\Program Files (x86)\Microsoft Visual Studio 10.0\Visual Studio Tools for...
View ArticleVS 2008 How to play .3GP audio files in .NET?
Hi everyone, I need to play a .3GP audio file in my .net app. This is a sound file that was recorded on an Android phone. I am unable to find anything for this. I read that windows media player can...
View Article