I have included DataFormatString formatting on some columns in a GridView.
These string are able to be setup by the end user but i'm having trouble finding a good list of examples i can inc...
Hello,
I have a textbox on my web page that is basically meant for comments/notes, but it gets updated to a DB2 database table/column defined as CHAR. If the user happens to enter a ' " or...
Greetings,
I am trying to write an application where I can keep track of the time worked during the day. Say I entered in 7:03am and finished at 12:21pm and then back 1:21pm and finished fo...
I have added a datagridview (DGV) to a windows form. I programmatically bind it to a data source. I added a few DataGridViewCheckBoxColumn columns. I loop through the columns of the DGV u...
I have a DataTable object containing data read from a XML file (that I cannot modify).
I have to filter on a field and sort on another one. The Select method let us do that but...
Those ...
Hey,
Can someone tell me how I can use the progress bar thingy? I have a search that runs that takes a while. While this is running is it possible to have the progress bar ticking over?
Thanks
Hi ! I am new to .Net VB (Studio 2005) and I need to insert into my form a window that would be able to capture a picture from a webcams (1 or more) and save it to a jpeg file as soon as I cli...
i have a timer that ticks once a second, and with each tick,
MasterTimer = MasterTimer + 1 (a public variable)
there is a place in my code where I need to simply wait for 5 seconds and...
I have the following script which is using 'Select Case':
Dim ctl As ToolStripButton = CType(sender, ToolStripButton)
Dim MoveUp As Boolean = False
Dim thisLV As L...
how can i display the datagrid row items in to textboxes when double clicked on that row.
Experts;
My first post in three years, so please bear with me!
I have a client based report (RDLC) which uses a dataset based on a stored procedure. I'm presenting the report to the cli...
Hi all,
I have just opened a project I completed a while ago in Visual Studio and I am suddenly getting a build error with the following message:
Unable to find manifest signing certificat...
Hi Experts,
I'm currently writing a VB.Net 2005 application on the Dot Net Framework 2.0. I have a Dataview with about 800 records that I use to poulate a treeview with. Each record in th...
I have a listbox with 3 columns on a form in VB.net
The listbox is called lstbx_sort.
I want tSort.IID in the 1st column, tSort.sName in the 2nd column, tSort.bAssignTable in the 3rd colum...
I would like to ask from some help related to encryption / decryption.
Is it feasilbe to get some sample code of a small application that has
a textbox and two radio buttons that does the fo...
Hello,
I have two DataGridViews both are filled based on BindingSources which are using stored procedure with different parameter values.
Now I need to move rows from one DataGridView to ...
VB.NET - Datagridview - Capture CheckBoxColumn click...
Hello. I seem to be having a bit of a problem programming in VB.NET 2005.
I have a form. On that form I have a datagridview contro...
I want to get all the values of the VB.net ListBox (multi-select) in a variable to construct my where statement.
When I do "sClass = ListBox_Class.SelectedValue" it only shows the first value...
Hi, please I would like some help in a little problem ... I have a datagrid binded to a dataset, and there are fields in this grid that are foreign keys from other tables, so I would like to b...
I have viewed tons of the listing for filtering by a datagridview but none seem to fix my problem. I have a Windows application that I am trying to filter by a combo box. The combo box is prog...
Hello Experts:
I know this question has probably been asked a gazillion times, but I can't seem to find an excellent resource to do this.
I'm wanted to create a class module that can be ...
Hello,
I'm kind of new to vb.net. I would like to know how can I see if a value inside an Array apears more then once?
this is how my array looks like:
value, 0
value, 1
value, 3 and...
the function goes as follows: it is scraping some page HTML to get a value within TAGS.
so it is searching from an URL a specific tag name and it takes the value.
but when I execute my for...
hi experts,
I see quite a lot of questions on this error but haven't figured it out.
Here's the situation
MAIN FORM-->User clicks on menu and is presented with new form "CalculationsForm"
...
Hi
I am writing Windows Application in VB.NET in 2005.
I have 1 form
on that form i have 2 DataGrids are there:DataGridView1 and DataGridView2
User Darg some rows from DataGridView1 then...