[RESOLVED] How can I delete a structure from a list of structure.
I need to remove an instance of a structure from a list of structure after I have processed items. I am unsure how I can accomplish this. for instance : vbNET Code: Public Structure EmailDetails...
View ArticlePublic Shadows Event
I am able to override subs in a class but I cannot get an event to fire? (user controls) Public Class myTest Public Shadows Event TestEvent() Public Overridable Sub TestSub() end Class other class......
View ArticleVS 2010 Invoking external application form's button event.
Is there a way to A. Determine what controls an external application's current form contains and B. invoke their events? Thanks, Justin
View ArticleVS 2012 [RESOLVED] Get ComboBox item name
Hi Guys! I googled like "combobox get item name" but I couldn't find. I can't believe. OK, anyway. How to say: MyString = ComboBox1.Index(0).Text Thanks a lot!
View ArticleConvert Script to Exe
I am stuck with one point , I developed a micro recorder which will record and play back user action form IE for example action Go (http://google.com) action set q="hiop" click button = scr I am saving...
View ArticleExport Sequence Diagram to an image file
Hello, I apologize in advance if this question has already been answered. I'm looking to export a sequence diagram generated from a method in VB 2012 to an image. I've tried copy/paste and saving as a...
View ArticleVS 2012 ToolStripProgressBar Event
Hi Guys! I am not shure if this is possible but I want a progressbar loading when a datagrid is filtering results. This datagrid gets its contents from database bindingsource. I have a simple textbox...
View ArticleVS 2010 Detect system board speaker beep
Hi all, Is there any way of detecting when the system board speaker is used? I'm using a piece of software that when it alerts out it sends a beep continuously to the system board speaker to warn the...
View ArticleVS 2012 Need Help in Apply ContextMenuStrip during runtime: when Adding of...
Hi.. I need help with my usercontrol, by adding contextmenustrip in every panel i create. (newpanel) Public Class Card Dim panels As New List(Of cardPanel) Dim x As Integer Private Sub...
View ArticleConsole Application ReadConsoleOutputCharacter or .NET alternative?
I'm working on a roguelike similar to nethack (a console game where the graphics are simply unicode characters). However, I have reached a barrier when trying to identify what character the cursor is...
View ArticleShowDialog on another process?
Is it possible to do so? I want to show a form dialog on another process, in the center of it, so the user won't be able to click on anything in the process until the dialog closes. For example, let's...
View ArticleVS 2012 Filtered Binding Source. How to Update/Delete my DataTable?
Hi guys. This is my first post here. Please guide me in posting here. :wave: I have a Datatable that is filled in from user inputs which i got from different forms. Code: Dim temptable as Datatable...
View ArticleVS 2008 How to make friends list in a instant chat messenger?
Hey Vbforums, As my subject states how do i make a friend list system for a instant chat messenger in visual basic?I have developed a very basic version of IM.its like you have to input the servers IP...
View ArticleVS 2012 (VB.NET) and SQL SERVER 2012
I am new to VS and I am trying to use VS 2012 (VB.NET) with SQL Server 2012. I have been developing using Access for many years and need something scalable. I am looking for some hands on tutorials...
View Articleconversion from string to type 'integer' is invalid error from text file
Hello again. I can't find my error in this code. Anyway, the assignment problem is to create a application that generates hundred numbers from 1 to 1000 and save the numbers to a file. The chapter only...
View ArticleLaunch Code From A Text Box
Hi, I'm trying to see if I can launch a bit of code (program directory) from a textbox. I'm looking to do this so that the user can chose the location of a directory of a program on there pc and type...
View ArticleHave img from memorystream
Hello all! Once again I'm here to ask a dumb and simple question that is really bugging me. I have this code to download the image, take its hash and save it. If I hash the image while it's in the...
View ArticleVS 2012 [RESOLVED] Resume from empty primary key
Hi Guys! I read at many places that it is impossible while autoincrement is on but I'll give it another shot. How to: PKs 1,2,3,4 After deleting 2, 4 I don't want it to continue like 1,3,5,6... I want...
View Article[RESOLVED] [VB2010] - Getting and Setting the text cursor position
i build these property for set\get the cursor position: Code: Public Property TextPos As Point Get Dim index As Integer = Me.SelectionStart TextPos.Y =...
View ArticleVS 2012 Referencing a class in another classes
As you may already know, the default class for Kinect application in VB environment contains the following method: Code: Public Sub New() InitializeComponent() End Sub In this class (MainWindow.vb)...
View Article