| Thread | Last Post | Replies |
|
| DataGridView make some rows read only | 03 Jul 2007 14:29 GMT | 1 |
I have a datagridview that has one column it is of type DropDownListColumn but I only want the user to be able to add new rows by making a selection from the dropdown. I want all the other rows to be read only. I tried to handle this on the row level but I have no
|
| Adding New Record - SQL Expres DB | 03 Jul 2007 13:48 GMT | 1 |
vb.net 2005 express I havnt posted in a while but I have been busy doing the tutorials on the SQL Express and the first VB.net videos. ( Basically started from scratch and gave up the idea of mdb tables and
|
| vb6 - vb.net 2005 | 03 Jul 2007 13:32 GMT | 7 |
I have inherited this vb6 code which i am trying to rewrite using vb.net 2005 I need to be able to get this working as we cannot issue out new end user software at the moment Public Function Decript(String1) As String
|
| Forcing the ComboBox to show it's dropdown. | 03 Jul 2007 11:18 GMT | 3 |
If i put this on the form Private Sub cboManager_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles cboManager.Enter CType(sender, ComboBox).DroppedDown = True
|
| Date Diff problem | 03 Jul 2007 10:16 GMT | 1 |
Can anybody assist me in fixing this code to return the number of days idfference DateDiff("d", Date.Now, CDate(FILEMOVEDATE)) FILEMOVEDATE = '05/07/2007'
|
| RSACryptoServiceProvider Question | 03 Jul 2007 08:01 GMT | 4 |
I have a x509Certificate that I exported and I am using for testing called wsTest.cer.pfx. I want to use this cert to send a public key to anyone who requests it, and then use the private key to decrypt any incoming messages. In the code below you can see I can grab the ...
|
| TopMost within application only | 03 Jul 2007 04:35 GMT | 3 |
My question is best explained by example. In the VB.NET 2005 code window, if you do a ctrl+f find, the find window stays on top when you put focus back to the code so you would think that the find window is always on top. However, when you drag another application
|
| Creating graphics in background | 03 Jul 2007 00:48 GMT | 1 |
My application requires user interaction with a graphics interface that is changing (data is being collected and plotted). Sometimes the graphics updates are slow and the user is locked out until completion for tasks like scaling and reading the cursor and all that.
|
| Control for putting items in sequence? | 02 Jul 2007 23:00 GMT | 1 |
Is there an intinsic or 3rd party Windows control you would recommend for the following? I'm wanting to create a form where a user can set the order of hundreds of pens. I was thinking about some sort of drag and drop that automatically
|
| Drawing an Image from the cursor | 02 Jul 2007 19:17 GMT | 2 |
I see a lot of posts about creating a cursor from an image but is it possible to do the opposite? We have added code to allow a text box on a statusbar to be dragged to allow dropping an open window on another icon, grid, etc. It would be
|
| Remove unwanted NewLine characters when using the XmlWriter class | 02 Jul 2007 18:36 GMT | 1 |
I'm writing XML in VB.NET 2005 using the System.Xml.XmlWriter class. It's all working fine but I'd like to remove a few NewLine characters. For instance if I use the following code: Writer.WriteStartElement("Name")
|
| Windows service and outlook | 02 Jul 2007 18:21 GMT | 6 |
I am trying to write a windows sevice that will send emails. The data is stored in a database and the service scans the database for new entries It work well as a stardard windows app, but when you make is a service
|
| Conversion from string "" to type 'Integer' is not valid. | 02 Jul 2007 18:20 GMT | 10 |
Hi all Using VB2005 on Vista with a Norwegian locale setup. The test program has 3 textboxes the sum held in txt3. Using the code below, txt2 conversion causes an error when it is left
|
| Using ActiveX Controls on VB2005 Form: Where is VALUE property on Microsoft Forms Toggle Button | 02 Jul 2007 18:19 GMT | 1 |
I have been experimenting with adding Microsoft Forms ActiveX Controls to a VB2005 Form to be used as a Windows Application (i.e. compiled to a "*.exe") and can't get them to work properly. For example I added the ActiveX Microsoft Forms Object toggle button,
|
| Format Percetage | 02 Jul 2007 17:09 GMT | 2 |
Why when using the FormatPercentage method I get a figure which is 100 times what in the database and what is the common approach to resolve that? Thanks, Sam
|