Hi
I have a user that is visually impaired and who cannot read textboxes content when they are disabled.
I have tried to inherits from the Textbox and overwrite the Paint method but I ha...
Hello,
First of all, excuse-me for my English level. It's not my first language.
I want to send an e-mail from VB. NET with user default email program (essencially could be Outlook Expre...
Hi, I wasn't sure what to title this one.
So I have a DataGridView that has a column bound to a datetime field in the dataset. My customer wants the ability to enter 32408 as the date and h...
I've been trying to figure this out for quite some time now, to no success.
We're developing an app in VB.net on VS2005.
For instance, we have a main form and we want to create a on scree...
Hi,
I use checkedlistbox control on a form.
I use code below to fill the control:
I want to get the user selected (checked) value.
Please help how to do it.
Thank you.
I'm working with windows forms. On one form the link between an event, e.g. textbox_leave and the sub TextBox_Leave got broken and the sub name no longer shows in the event text box.
If ...
Hi,
My string will be in the format of 19.59.I want to convert it into integer so that,i need to insert it in a database field which is Numeric type.
I tried doing val(str)
but it is maki...
I have a VB.NET form checking the status of something in a database every 5 seconds. If TRUE I want the form to become visible over everything on the screen.
How can I do this? Right now it...
Hi there,
I have a datagridview and I have one column of data in particular where I need to word wrap the data and make the cell multi line.
How would I go about doing this?
many than...
How to add combobox in a bound grid? The grid is bound to the dataTable.
I creating crystal reports in in VB.net I have a report which I use the following code to fire the report..
cr.DataSourceConnections.Item(0).SetConnection(lcServerName, lcDatabase...
Hi,
I have attached the code in question. I'm trying to export the dataset into excel. I have used this code in the past and it seems to work well. The trouble I'm having is that the pc I a...
I'm working on an ongoing project that checks a folder (and subsequent sub-folders) at a specific time (timer). I'm having difficulty setting up the code that returns the newest file over a ce...
I am receiving the following XML string from a webservice. I want to convert it to a usable dataset. Or I want the best way to locate the email between the <mail> </mail> tags.
<?xml vers...
Hello Experts!
I need to print a pdf file to a non-default printer on the network through my vb.net program. I need to do this without taking up too many resources because the speed of my ...
I have an output text file with a hex sting, which is the result of capturing a signature image.
Does anyone have any insight as to how I can convert this file into a viewable Bitmap image ...
Hi, I'm writing a financial application and can't seem to figure out how to properly format numbers for display. In the code snippet below, you can see two methods that I am using to format n...
I have a program that is to pull element values from a XML document. The code that I have loads the document and I can see the elements but can't find the right codeing to grab the data from ...
I am messing around with the autocomplete extender in Visual Studio 2005. I created a webservice called GetPolicyNumbers.asmx, which I go directly to invoke the service enter my prefixtext and...
I just started to fool with VB.NET - I program in other languages.
Curious why this code won't work. The Status Strip does not update. It just shows as Gray without any text at all in the...
I currently have two forms, the first with a tool bar with a save button (form1) and the second consists of a datagridview, populated by a dataset (form2). What i am trying to achieve is bein...
How can I change the regional settings (decimal separator) inside a vb.net program ?
I wonder if anyone can help me - I want to access MySQL from my VB.Net application.
I know I can get an ODBC driver which will allow me to use ODBC - I have this working on my home PC but t...
Hi there, I have c# vs 2005 windows form app which writes to the Eventlog, the problem is when I look at the written entries in the EventLog the "User" column is never populated always N/A wha...
My Report.rpt has two parameters "datestart" and "dateend", and
the form has two DTPickers to filter result.
Following codes work well on VB6, now I am learning VB.NET, could someone help m...