Hi,
Is it possible to change the width (and possibly color) of RichTextBox vertical scrollbar?
The reason for my question is that in order to make something else work I need to enable vert...
I have a webusercontrol which is dynamically being loaded onto a tab, because of this its ispostback is always true, how can I run something on first view of the control, not when it is created
Hi,
I have a web service function that my vb.net app calls and passes it a file to upload,
I am getting an security/permissions access error on my test machine but not on my dev pc, its driv...
Hello,
I need to populate a control with data from a database. I thought to use a datagrid. However, for each row I need another column which will allow for uploading files relevant to the ...
im using windows vista
is there a way to disable the fullscreen lock mode of a windows media player control in vb.net 2005?
This is again a continuation of an earlier question. I found a problem. I have created a datatable that holds my columns. Then I created a module to hold the connection (so they will all be st...
Good Day:
I am creating a WinForms application using VB.NET 2005, SQL Server, and the DataGridView control. My current requirement states the focus must start at the Cust P/N which is the ...
I have a form that has bound data on it via a DataSet. When I use the dataset.update command on a save button that I have created, changes do not get commited to the database. The database i...
Hi,
I want to able to zoom like google earth.
For example we have a big image and show it in small picturebox as default.
Then when we left mouse click, the image is shown bigger and stil...
dr = dtGKSkills.NewRow()
dr(0) = 1
dr(1) = "Others"
dr(2) = "O"
dtGKSkills.Rows.Add(dr)
...
Experts,
A beginner indeed...I have just completed the instructions in coding my first VB application. To create an exe file I was instructed that On the Build menu, click the Configuration M...
I have a HTML-file from witch I need to ekstract content from a META-tag.
Ex.: <meta name="dc:creator" content="Christie, Agatha" />, I need "Christie, Agatha"
I use vb.net but if you h...
If I drag an ODS onto a form, how do I pass a value to the constructor in my class file?
For example, my class has the constructor....
Public Sub New(ByVal memberId As Guid)
_...
I'm looking for WYSIWYG editor for HTML for a windows application. Not ASP.net !
This is probably simple. I generate a printdocument "printdoc" and set up all my printing. the printdialogbox is then invoked and the user prints or cancels. However if the user cancels, and...
I am using the DBFactory and the following code below (see code snippet). When my web.config is setup with OLE DB provider type everything works great. However when I change the provider to ...
Hi,
I use windows form using two datagridview.
I succeed to move data from on one grid to another.
The problem is at the target grid, the order is reverse order from source grid.
I me...
Hello All
I have a datagrid on a form that is used in 2 subs. A button click tells the code what sub is populating the grid. So far so good. There is a bit of cade that makes certain rows i...
Hello
I am trying to run psexec on my computer to install a js file that I have also copied to the remote computer. Here is the batch file that I am getting the error with....
cd\
c:
psex...
I am trying to load a dataset into an array but I get the error Additional information: Public member 'String' on type 'String' not found. How can I load a dataset into an array. thank you
I have two rich text boxes
based on the line clicked in one ric textbox
I wwant the second box to scroll to that line
in vb.net 2003
In formview with defaultmode insert, I can get insert data into the database but then the page just shows an empty insert table. I want the data to input and then the page to go to another UR...
My users asks about data that is huge ( 100,000 s of rows).
Even that users have to apply a condition before submitting the request, but it takes too long and sometimes an error message appea...
The code below connects to a database and runs some SQL. I want to give users the ability to update the data and insert rows. I'm thinking of using an MSFlexgrid in VB2005. When the user wa...
I have gone round and round with this for a while and I want to redesign my XML file. I want to design it like this but how do I populate the datagridview with the data. It only populates with...