VS 2012 Mouse click in DirectX Game/Application.
How would i make a vb.net application, class, or module that would do a mouse click like every 60 seconds or something like that in a directx game/application. If needed to inject the module/class into...
View Article[RESOLVED] My.Settings.Item()
I have a tabControl full of check boxes that I am using in three way mode to keep space minimum from Radio buttons. When a check box is clicked it sets a Tag setting of a 1, 0, or sets a custom string...
View ArticleGet text between tags..
Hi all, I try to get some text between the tags, is this possible and how can this be done? Code: <ul class="listbox item-frame" tabindex="0"><li class="item active" data-val="1">...
View ArticleVS 2010 [RESOLVED] Constructors - How Do I?
I'm working with some 3d stuff, and to start I'm going to create a new structure. It's very simple: Code: Public Structure Point3d ''' <summary> ''' The horizontal position '''...
View ArticleVS 2012 Hashing
Here is my Hash code: Code: Private Function MD5HashString(Input As String, Password As String) As String Dim origBytes() As Byte Dim newBytes() As Byte Dim sFinal As String...
View ArticleDownloading Multiple files with DownloadFileASync and then Identifying The File
I am running this line multiple times Code: WebClient.DownloadFileCompleted, AddressOf DownloadCompleted WebClient.DownloadFileAsync(New System.Uri(ImageURL), OutputFileName) But I have no idea what to...
View ArticleVS 2012 Get exact number from string
Hi all, I have a number of rows in a datagridview that i want to go through and get the string. The string will consist of letters, numbers and punctuation. But all will have a eight digit number...
View ArticleVS 2012 Serializing and Deserializing Encrypted Objects
I am having some trouble with deserializing an encrypted object. Here is the Serialization Class: Code: Imports System.IO Imports System.Runtime.Serialization.Formatters.Binary Imports...
View ArticleVS 2012 XML File (Save, Open and Append)
Ok I have been reading tutorials and searching Google but it just seems like there's 10 different ways to save and open xml documents and I'm getting confused on how to apply this to what I'm trying to...
View ArticleVS 2012 Printing a receipt. How can I make the code work?
There is a problem when printing a receipt. The rows are not printing correctly on the paper. Let me show you the code: Code: Private Sub SalesReceipt() Dim barcode As String Dim item As String Dim qty...
View Article[RESOLVED] Creating empty array
This line of code Code: Dim strOne() as string has been working well in Vb6. I tried importing it to VB.net and is giving me problems. I would have use a specific number here like Code: Dim strOne(5)...
View ArticleVS 2012 VB Error Handler Event
Code: Public Sub jogo_abrir(ByVal sender As Object, ByVal e As EventArgs) Dim nome As String = "a" MsgBox(nome) End Sub Private Sub Form1_Load(ByVal sender As Object, ByVal e...
View ArticleVS 2008 question about controlling internet explorer object
i've had no problems working with internet explorer using VB through access and excel. When I try to transition the code to VB.net I get a COMException error on the line of code doc = ie.document I try...
View ArticleVS 2010 Visual Basic 2910 Publish for Win XP
Hello, a few posts back we had some discusion about publish project created in Visual Basic 2010 would also work for window XP, but with instaling .Net Framework 4. True, but there is one problem. I...
View ArticleC1 Flexgrid Help
Hi All I'm using the C1 Flexgrid for .net and I just cannot figure out how to set different cell fonts, I'm populating a notice board and the user can select different fonts like bold, underline etc....
View ArticleVS 2012 how do i publish as .exe
how do i publish my program as a .exe instead of a one click application ?
View ArticleVS 2012 VBA to VB.net syntax conversion
First let me say that I am slowly progressing with my knowledge of visual basic. I know a little more about visual basic for application then vb.net. I would like to to know how to convert this snippet...
View ArticleVS 2010 Sql server and local files - Speed or lack of it
I currently have an application that writes data to an sql database after reading it in from a text file. The file is extremely large and contains 100000's of records, so speed is important. In...
View ArticleTimer
Hi guys, as the title say, can i make Something that repeat it self without a timer ? Like Sendkeys.Send("{A}") without using a timer ? is it possible ? Please don't tell me something like Code: sub...
View ArticleVS 2010 DataGridViewCheckBoxColumn with Button appearance
I would like to have a DGV with a data-bound column that works like a normal checkbox control with the appearance set to "button". That is to say, I want the button to "latch" on and off based on the...
View Article