Show message while progressbar is processing
So I want to make a Text while ProgressBar is processing. A text will show below the progressbar like. "Please wait...." then a second text if it hits the middle of the bar it will say "Verifying..."...
View ArticleMarshal.GetDelegateForFunctionPointer() Problem w/ Function returning Struct
Hello - I used to use DllImport to call an external/unmanaged function as follows ... Private Declare Function Function_Delegate_A Lib "C:\Program Files\ABC\XYZ.dll" Alias "External_Function" _ (ByRef...
View ArticleVS 2010 AxWindowsMediaPlayer Next & Previews Buttons
Ok i made a music program where you can search a artist in they song appears in the list view the play button in stop button works with no errors only error i have is with the previews button in next...
View ArticleVS 2005 Accessing class variable values of an array of type customclass.
I am attempting to efficiently (w/o looping) access all of the class variable values of a large-ish array of type customclass. The snippet below details what I want to do. Any suggestions are greatly...
View ArticleVS 2005 How to filter the DataGridView with the value of textbox
Hi. few days a ago, i visited a friend, who was working on an Oracle project, in which he had a helping form, which was to be appeared on the leave event of a textbox, from which a country was just...
View ArticleVS 2010 httpwebrequest/response - view the response in text on form
i am looking to add what amounts to a debug window on my form (vb2010)...so i can see incoming html/server status/re-direct replies etc. in real time between requests....how would i go about adding a...
View ArticleVS 2010 Another calculator question
I've been building a calculator program and I have it mostly working, except for a few test sequences. I'm at wits end as to how to fix these. They are: 1 + 2 + 3 + 4 = = = must be equal to 18 3 + 4 =...
View ArticleVS 2010 How to load dlls in anther folder
Ok i wanna put the dlls in anther folder in side the application folder how can i make them load the dlls
View ArticleVS 2010 Show value between 2 textboxes
Hello, I have a column called "VrijNummeriekVeld01" being datatyp "real" in a table in a sql server express 2008 R2 database. An example value in this column = 10,2 I also have a form containing 2...
View ArticleHi! i need tips creating audio file e-book reader
Hello everyone, I have question regarding tts, I want to create a program similar tts, instead of using speech synthesizer engine I want to create audio files of all words that exist in my home country...
View ArticleVS 2010 Simple little string manipulation
I am trying out VB Express 10 & what I used to be able to do years ago, all of a sudden are a task. I simply want to take a string "name.jpg" & remove the ".jpg" portion so that it returns the...
View ArticleOleDbException was unhandled: Object Invalid or no longer set
Hello All, I have written some basic programs in VB before but this is my first real go at writing software with databases attached. I am having problems with my code keep coming up with the 'object...
View ArticleVS 2010 How to set the File Name when saving an Image
Hi All, Hopefully someone can provide me with an answer to what i expect is a very simple question, but i seem to be having no luck with ... When saving an Image, i want to use the text in Textbox1 as...
View ArticleVS 2005 How to bring the DateTimePicker to its original values
Hi. I'm using DatetimePicke on my SaleInfo form, for inserting the Date and Time of Sale. The dataType of Sale_Date field in SQL Server 2005 is DateTime. I set the DTP format property to short and then...
View ArticleDecrypt docum. with x509Certificate2, preset passw. to suppress passw. dialog
Hi, I want to decrypt an Document with the matching private key under Windows high security conditions. But everytime the CSP asks for the password to grant access. I need to suppress the password...
View ArticleIf Statement VB via Excel
Hi Was wondering if somebody could help I am struggling with some code I have a form with a update button and once pressed i need it to do the following. Hope this makes sense If combobox1 = worksheet1...
View ArticleNeed help in ComboBox Custom Class
Hi I am using VB 2010 Express. I have the need for a Custom ComboBox where there is a TextBox placed on top of the ComboBox (replacing the ComboBox Text Area). I created the Class as shown: Code:...
View ArticleSetting curser position in range object
Quick question: When setting up a bookmark.range in a MS Word doc. Instead of setting a absoulte insertion point via code as in .range(0,0) how do I capture the current curser position so that the...
View ArticleVS 2010 Help:for each loop and for next loop
Hi, i am looking to display folders of a particular directory in a listbox. below is the code for the same using 'for each loop' Private Sub btnForEachLoop_Click(sender As Object, e As EventArgs)...
View ArticleI can't find why I can't get 'Text Align' to work.
Hi, I've been strugglin' with this bit of code for too long now... I can't find what I'm doing wrong or missing here... Everything else seems to work fine, but Line 16 makes no difference whatever...
View Article