| Thread | Last Post | Replies |
|
| Retrieve formview control value | 21 Nov 2006 16:24 GMT | 2 |
Naive developer needs help. how to retrieve a dropdown value inside a formview in VB? Is findcontrol the way to go? Thanks in advance. Hugh
|
| INSERT SELECT with Stored Procedures? | 21 Nov 2006 14:58 GMT | 3 |
A cool feature of SQL is that I can use a SELECT statement and pass values into an INSERT -- great for moving a few records between tables. Question, is there a way to use a SELECT to pass values into a stored procedure?
|
| Changing SQL connection at runtime | 21 Nov 2006 14:20 GMT | 3 |
Im writing an app that needs to let the user choose which SQL server they want to use froma drop down box, then connect to that server. I've been searching for ages to find a way to do this, anyone have any ideas?
|
| textbox and size. | 21 Nov 2006 14:10 GMT | 10 |
Is it possible to have dynamic size on a textbox? If the context is only one line then the box is only one line, but if the context is 10 lines then the box adjust to this? /Per W.
|
| Call from VB6 program to .NET assembly on network drive. | 21 Nov 2006 12:59 GMT | 5 |
We built VB6 application to work with Reporting Services server. To connect to reporting server has been created a special assembly with .NET VS2003. While we execute our program on local machine, every thing works. But when we put the whole program on network drive, the VB6 ...
|
| CASE tools for .NET developers? | 21 Nov 2006 08:08 GMT | 3 |
I am learning .NET 2.0 (C#, VB, ADO.NET, ASP.NET). I have a question to experienced .NET developers: do you use any CASE tools? I have downloaded set of Visual-Paradigm application but I haven't tested them yet.
|
| I have problem whis Windows Media Services 9 Series. | 21 Nov 2006 08:06 GMT | 1 |
I have problem whis Windows Media Services 9 Series. I have videostream, which will consist of two streams(512k/bit and 256k/bit).I need to allocate a stream 256k/bit. In SDK is written: Supporting Multiple Bit Rate Files
|
| Debug in Zone??? What's that? | 21 Nov 2006 01:47 GMT | 1 |
Hi, Im trying to get command line arguments into my VB windows application. I've set some arguments under the 'debug' tab underproject properties. When running the program I get the following message: "The current project settings specify that the project will be debugged with
|
| DataGridView - Differnt Column Widths | 21 Nov 2006 01:36 GMT | 5 |
I am trying to do a 'simple' task in a DGV control. The problem is this. I have an unbound DGV with all 'AllowUser' options disabled. RowHeader.Visible=False
|
| Working with HashTable | 20 Nov 2006 22:48 GMT | 1 |
I am working with VC++ 2003.I am having a problem HashTables.How do i get a value for a specifc key without enumerating through all the key value pair in the HashTable. Any help will be appreciated.
|
| Customize treeview control nodes ??? | 20 Nov 2006 20:52 GMT | 6 |
I was wondering is there is a way to customise the treView control in order to get any Control as a Node. What I try to do is having a Progress bar as a treeview node object. Is that possible ?
|
| borders | 20 Nov 2006 20:22 GMT | 1 |
I cannot get borders on pics b/c when I go to effects and then edges all I get is highligted and soft but not borders. What can I do?
|
| Finally, hosting plans that's dedicated to .NET developers | 20 Nov 2006 19:52 GMT | 1 |
Finally, affordable, fully-featured .NET hosting designed specifically to meet all .NET developers need presented by .NET developers. Check out our supreme features: - Host UNLIMITED domains with one account
|
| I must be dumb or something | 20 Nov 2006 18:46 GMT | 20 |
I am new to vb.net (I am an old vb6 programmer). I cannot figure out an easy way to watch variables. In vb6 all I did was right click and could chose to stop execution when a variable chances as well as how extensive a "universe" (context) I want it to watch. In .net I must
|
| Joining Threads vs. Monitors | 20 Nov 2006 18:12 GMT | 4 |
Hope this is the right group for asking this. Didn't see a threading specific newsgroup here. I currently expire unexpected dead-locks within some trivial C# code. Now I wonder if it is expected behaviour, that monitors do no wake up,
|