VS 2010 Vb.net 2010 connectivity with MS Access 2007
I am using a form having 10 text boxes,1 register button & 1 exit button. I have created the database in MS Access 2007 and saved the file in desktop. I have connected by "Add New Data Source"....
View Article[RESOLVED] How to include "*.h" files
I'm trying to use a c .dll, is it possible to use/include the required .h-files directly in VB or do I have to rewrite all the declarations in VB itself?
View ArticleVS 2010 Searching strings and integers with a string
Hello, I have a DataViewGrid linked to a BindingList. I'm attempting to implement a search function which searches every iteration in the list to see if it contains what is entered into the search...
View ArticleVS 2010 Deletion of duplicate Entry from listbox using VB.NET
I want to make a very simple program that remove duplicate domain name from listbox. So, the URLs will be loaded into listbox. Must Be In Vb.net Then It has 2 more button Start and Save button. Lastly...
View ArticleVS 2010 PowerPoint 2010
Hi, I want to use this code to make a movie from PP Quote: Sub TestCreateSampleVideo() ' Change the file path and name as required. CreateSampleVideo ActivePresentation, "C:\TEMP\Video.wmv" End Sub Sub...
View Articleicons to load project
I use vb.net and vc.net for vb.net I use a pale orange background to the editor and for vc.net I use dark blue. I alternate often between writing code in either. but each time I change systems I must...
View ArticleVS 2010 Rich text box does not show text in text file-What am I doing wrong?
Hi, Now I am trying to read text from a text file and display it in a rich text box on my form. However nothing shows up in the box. I can select the file properly (extension .fm6) but no text appears...
View ArticleUsing FinText API from VB.Net
I would like some assistance with calling/setting up FindText from VB.Net. I am getting CDERR_STRUCTSIZE from the following code (it lives in a form with various controls/components namely a...
View Articlequestion about add a property under columns() property in Datagridview
hi yesterday i asked a question related by creating new class and inheritance. some friends answer . but in an exercise i have a problem. in Datagridview there is a property named Columns . it can used...
View ArticleRemoving specific chars from listbox
Hey Guys, i generally want to make an application, which loads a textfile (the file contains some number combinations and unwanted chars in each line, like "12335243</br>"), removes all...
View ArticleVS 2008 Decoding characters obtained from web pages
I am downloading pages from the web using a variety of methods, including this: Code: Dim URLString = "http://www.example.com/page.htm" Dim MyWebClient As Net.WebClient = New...
View ArticleDisplaying number in the textbox
There is a TextBox which have focus. If press number(0~9), that number should be displayed. I should do this in keydown event. If click number, currently pressed number should be displayed, not...
View ArticleNeed help with calculator app
I am new to VB and am stumped on how to get this calculator app to display a message in the result textbox if the user enters a principal amount less than zero. I am sure this is something simple, but...
View ArticleComapre 2 INI files
Hi all, I having a hard time to comapare 2 ini files here, can anyone please help me out with it ? What i'm trying to do it compare 2 ini files together where both are have same sections and same keys,...
View ArticleVS 2010 Working with text files to read/write configurations
I'm writting a program where I save the properties of the program in a text file. In the 4 combo-boxes I select the properties and I want the program to save the index of the combobox in the txt file....
View ArticleVB 2010 Express: Yet Another Stubborn Excel Process Won't End
I have been over this before in the forum and first off apologize for being so dense on this subject. I really thought I understood it after the first go round. The project I'm working on was recently...
View ArticleVS 2008 [RESOLVED] How to change the size of a label using code
Hello I have created a label called labelScreen, and placed it on my form at location 56,32. As you may have guessed this label covers up, one or two buttons depending on the selection of the user. To...
View ArticleFlash webpage won't load in WebBrowser control
My program's WebBrowser control does not seem to be loading a certain Flash page (Just says 'Loading' forever), but I can open any other Flash-based page without any issues - Would there be any...
View ArticleSerialization question
Currently I'm doing this: Code: Public Sub Serialization(ByVal file_name As String) Dim sw As New StreamWriter(file_name) Dim x As New XmlSerializer(Me.GetType)...
View Articleparsing an XML file- getting node attributes
Greetings! I have an XML file that I am trying to parse but I am having a problem getting the attributes of the nodes. Here is what the xml file looks like: <ILS_BULK_EXPORT> <Loan...
View Article