copy disk file (MS Works), into a VB 2010 Text Box.
I am using VB 2010 Express. I want to copy/read a MS Works word processor (not "Word") file (contains graphics), from my drive (C:\stuff.wps), and display it in a TextBox1 on a form. The purpose is to...
View ArticleVS 2010 Sort Arraylist based on File Creation Stamp.
Hi All, Suppose you have an array list containing the list of File paths, then is there any way we can sort the array list based on the creation stamp for the file??? Regards, Susheelss
View ArticleVS 2010 Option Strict for Excel Interop
Hi guys, This: vb.net Code: Dim xlApp As Object = CreateObject("Excel.Application")Dim xlBook As Object = xlApp.Workbooks.Open(TextBox1.Text) Has worked pretty fine until now. I have not needed to use...
View ArticleVS 2012 Populate a Combobox from a Filtered DataGridView.
VS2012 Express - SQL Express - VB Coding. ============================ Good Evening. I'm certain my Inquiry has been answered numerous times before, but my search through the VBForum Threads did not...
View ArticleVS 2010 Datagridview sorting
Hi using this code i am able to load excel .xlsm into a datagridview but how would i use a textchaged event on textbox1.text to display only rows that contain what is in the textbox thanks Code:...
View ArticleDictionaries?
Can someone tell me why the following code is always returning false? I have to populate a dictionary but if the key is already in the dictionary I should not. A list called MagazineTitles contains...
View ArticleVS 2010 [RESOLVED] Get value from DataGridView on form load
I am trying to get a value fro a DataGridView 'DGV' when my winform loads ie, Forms2_load. DGV is bound and I am using the code below to Fill the DGV. My question is, how do I get a value from 'DGV'...
View ArticleVS 2012 Compare 2 listbox ?! Please help me is very important for me.
How to compare two listbox and paint differences (wrong items) ? listbox1 ______________listbox2_______________listbox2 after press a button item1________________item1_________________item1...
View ArticleVS 2013 [RESOLVED] How to Add Click event to User Control
Sorry if the title is a little confusing. I have a family tree displayed on a windows form using a number of user controls like so: Is there a way I can add a click event to each user control, as a...
View ArticleVS 2010 [RESOLVED] Parameterized TableAdapter Queries, Wildcard?
Hi, I gave up again, so I came here ... again! I have a Parameterized TableAdapter with three "OR" parameters, so I fill the datatable (X) with something like this: Dim ID AS Integer = 1 Dim NAME AS...
View ArticleVS 2010 Reading a string from a process memory
i have been experimenting with this module i found, but for some reason i'm unable to read a string from the memory. Code: Option Strict On Imports System.Runtime.InteropServices Imports System.Text...
View ArticleEmail sending printscreener
Hi there! I'm currently working on a email sending screenprinter in visualbasic. And it's almost complete, I only got 1 problem. It is ment to send one printscreen each minute but it can't send the...
View Articlevideo lan VLC error VB2010 VB.net
Hi people.i am trying to integrate videolan activeX Plugin (vlc) and play a song. i have following specs HTML Code: VB 2010 Videolan vlc activeX plugin V2 Version 1.0 vlc player 1.1.19 a)I have...
View ArticleVS 2010 Function does not return a value on all code paths.
Just wondering what the proper syntax would be for something like this so it does not return the error above: Code: Function DlookUp_In_Access(ByVal strLookUpFieldName As String, _...
View ArticleVS 2010 Counting special characters in a string?
Hi! I am trying to create a code that counts characters in textbox(including whitespaces) and checks if it contains specific characters: |^€{}[]~ All these symbols mentioned above will increase the...
View ArticleListbox problem :(
Hello I am working on a project and I have a problem. HTML Code: http://gyazo.com/92aed6aa5efbc6584583b9c4a8075d3e When I type something in the textbox (Name of site or program) it goes into the...
View ArticleHelp! How can I find the textbox handles in a web page.
Sorry for the bad English xD I'm currently working on a program(like a chat bot) that SendMessage(SETTEXT) to a textbox in a webpage (e.g. twitch.tv). I don't know how to send message to the textbox....
View ArticleHow do i encrypt my source code?
I have a project, can people decompile my program and get the source code? If so how can i prevent this?
View ArticleVS 2010 How do I put a background image behind a Aero glass Form!
Can someone please help me on this! I want to know how to load an image and an aero form simultaneously when a button is clicked. I want the aero form front and image at the back so that the aero...
View ArticleVS 2010 My Global Connection method is correct ???
Dear All, I am doing a project in vb.net with back end ms-access 2003, I decided my application to works on LAN (Database in one node(server) and many nodes (client) accessing the DB... through LAN and...
View Article