| Thread | Last Post | Replies |
|
| Application versioning in VB.NET 2003 | 26 Oct 2004 18:05 GMT | 1 |
Ok, this is going to sound like a silly one, but: In VB6 there was the app object, which had things like the application's version information. I found the equivalent VB.NET object, the Application object. What I can't find is where in the IDE you get to set the version
|
| Image from (BLOB) in SQL Server | 26 Oct 2004 18:04 GMT | 1 |
I have a BLOB (Image) field in SQL Server. I need to be able to display the image in VB.NET Windows Form. What documentation/examples are a good place to start research for how to accomplish this?
|
| How do you set a value to Null in a DataSet when it's normally set to another table through a relation | 26 Oct 2004 17:46 GMT | 4 |
I currently have a relation set up between two tables in my dataset. Sometimes I'd like to set the value in the Foreign Key Field to NULL (if it doesn't refrence the other table at all). Currently i'm getting an error no matter what I try to use:
|
| Transparency | 26 Oct 2004 17:12 GMT | 2 |
Transparent textboxes? Is it possible? When I try to set the Alpha of the colour it tells me that the control does not support transparency. If not, is there any other way I can do this?
|
| Setting OnItemDataBound on RUNTIME | 26 Oct 2004 16:59 GMT | 1 |
I have a Datagrid within a Datagrid and I want to set a OnItemDataBound property of the 2nd datagrid, while on the runtime, how do I do it ?. And as I said, I have a 2nd datagrid created programmatically and
|
| Sendinput example desperately needed | 26 Oct 2004 16:28 GMT | 1 |
Hi, Can anyone send me a working example of using the sendinput API with VB.NET to send keystrokes and mouse commands to other active windows? I’ve been struggling with this for ages and just cant get it to work. Please don’t direct me to documentation on MSDN or elsewhere – I’ve ...
|
| Simpleton object returning Array problem | 26 Oct 2004 16:26 GMT | 1 |
##### I have a class clsQProductItem with function GetAllFromInvoice: Friend Function GetAllFromInvoice(ByVal Invoice As String) As clsQProductItem() ' Dim retObject() As clsQProductItem = New
|
| Databinding woes | 26 Oct 2004 16:25 GMT | 2 |
We are upgrading a VB6 app to VB.Net. It seems that when binding a dataview/datatable to a combobox, the property ValueMember and DisplayMember are case sensitive. So I must enter the field name with the same case as the database. This is very hard to maintain
|
| datagrid scroll bars | 26 Oct 2004 15:51 GMT | 1 |
When using a datagrid contol my scroll bars are always disabled. How can I enable my scroll bars on a datagrid control.
|
| restart windows service (itself) | 26 Oct 2004 15:48 GMT | 4 |
I would like to know what's the best way to restart one service. I would like to do it from the service itself. Is this possible? I try it with ServiceController.stop()
|
| progressBar synchronized to run with system clock | 26 Oct 2004 15:19 GMT | 1 |
ok fellas, it's the wannaBe again with another lame queation. I have a little program thats due in at school today and I'm still on it after 2 wks!!
|
| Max 2 simultaneously requests to a webservice. | 26 Oct 2004 15:07 GMT | 1 |
Somehow my Window service cannot process more than two requests to an XML Webservice. Is this behavior by design? Is there somehow I can workaround this? I need to process at least to 20 requests simultaneously... I have tried to changed the following in the machine.config where ...
|
| GetDiskFreeSpace | 26 Oct 2004 14:49 GMT | 2 |
I wanted to catch freespace of a net resource (i.e. \\pc\resource) but without having >2GB problem... Anyone knows how to do that? In VB6 we had LARGE_INTEGER type
|
| Rotating an Image with the Mouse? | 26 Oct 2004 14:45 GMT | 3 |
How do I do this. I want to click on an image, hold the mousebutton down.. and then move the mouse left or right to rotate the picture.. when I release the button the picture stays rotated.
|
| Dynamic controls | 26 Oct 2004 14:27 GMT | 2 |
quick question, Im using VB.NET Im creating a checkbox dynamically then I stick it on a panel. I give each one a unique id example: "chkLONDON"
|