Using 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 Article[RESOLVED] regex question
I have a regex expression, that matches decimal numbers, but I also want it to recognise currency or a percentage. Code: Dim rx As New Regex(String.Format("({0})?((\d+\.)?\d+)\%?", currencySymbol)) the...
View ArticleFinding the framework version an application is compiled in.
Dear all, To get the system framework: System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion Is there any code to find out for what framework your code is compiled? Nice regards, Michelle.
View ArticleFile IO help!
So I am using this to put information into a file: Code: Dim Stub, text1, text2, PW As String Const FileSplit = "@#$%SWAGDAYZ%$#@" Private Sub Button1_Click(ByVal sender As System.Object,...
View ArticleLoading a URL in Child Content page and not loading Master page- Details below:-
Hello Everyone whosoever sees this- Important- I am new to Asp.net (VS) I have a small project to complete, in which a user will do the following actions:- 1) He choose a criteria from the Combo Box 2)...
View Articlehow to design chart diagram
Sir:wave: i am using Visual basic 2008 express edition. what i want is to design line chart. the program is going to get value from the serial port and plot it on chart in real time. please tell me...
View Articlehelp needed with function
hello all! I have a specific problem and I do not understand it, thus i can't get arround it. the context: trying to build a small utility that will remotely restart 2 services: "cpsvc" and "spooler"....
View ArticleHelp With ListView.BeforeLabelEdit and ListView.AfterLabelEdit
Hello again! I come with the following code (in ListView1.AfterLabelEdit event): Code: second = ListView1.Items.Item(e.Item).Text 'it is staying at what the text was BEFORE the label edit, this I DO...
View ArticleRichTextBox Multiline to RichTextBox Singleline
Hi all :wave:, I have a small problem, I'm loading a file to RichTextBox1: Quote: Number: 1' Location: DVD' NrLocation: 1' Name: Movie 1' Year: 2013' Number: 2' Location: DVD' NrLocation: 2' Name:...
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 ArticleDownloadFile is not working with url containing ?'s
I have a program that I am trying to write an update script to update certain files that the program uses. The files are located in google drive. I have a link that brings you drectly to a download...
View ArticleI will like to build Reminder System
A reminder system that would scan through a database in every 24hrs to fetch records of employee documents that would expire in the next 45 days and then throw up these expected results via email or...
View ArticleVS 2008 print landcape vs portrait problems still
Dunfiddlin gave me an idea the other day on how to print in landscape mode: PrintDocument1.DefaultPageSettings.Landscape = True But it doesn't work. I know the printer will print in landscape mode as I...
View Article