| Thread | Last Post | Replies |
|
| Add check box to Binding Navigator control? | 09 Jan 2007 01:15 GMT | 1 |
how can i add a check box to binding navigator control? thanks
|
| How to differentiate between a program launched manually and launched by a windows task scheduler ??? | 08 Jan 2007 22:20 GMT | 3 |
I am writing a VB.NET application. It is a Windows application at the moment. The application contains a button. the click event of button perform a long running task.
|
| my list of wanted features in .NET | 08 Jan 2007 21:44 GMT | 10 |
Here is a list of features I've wanted in .NET as pulled from my lab notebook. If some of them are already there, maybe somebody could point them out to me. If you have an opinion positive or negative on any, I'd like to hear it. Thanks. They are in no particular order
|
| .NET: Naming convention for a column with "AS" in stored procedure | 08 Jan 2007 20:50 GMT | 2 |
I have a stored procedure that looks like the follows: ------------------------------------------------------------------------------------- SELECT ClientName AS 'Client Name',
|
| Bits To Bytes | 08 Jan 2007 15:42 GMT | 5 |
I have a bool array representing the 32 bit dos datetime format and i need to translate those 32 bits into 4 bytes so i can save.
|
| Taskbar Problem | 08 Jan 2007 05:37 GMT | 1 |
When i minimise a program normally it will dissappear but i will be able to click on the icon on the taskbar and it wil reappear.However now there are not icons for the current programs running! PLease Help xx
|
| Enterprise Library Jun 2005 (.Net Framework 1.1) | 07 Jan 2007 11:34 GMT | 4 |
I'm trying to download the Enterprise Library (June 2005 version) from the MS download centre, link: http://www.microsoft.com/downloads/details.aspx?FamilyId=A7D2A109-660E-444E-945A -6B32AF1581B3&displaylang=en It asks me for my passport details - fair enough - if I put them in, I
|
| Winforms datagridview - allowing editing. | 07 Jan 2007 02:58 GMT | 1 |
I have a datagridview (Winforms vb.net) whose datasource is a class I have constructed. I want to allow users to edit the cells in the grid and I can't. The MS documentation states that for this to be done the underlying data source should support editing. (I have enabled the ...
|
| Pass Generic::List in C++ Library to vb.net | 06 Jan 2007 17:30 GMT | 2 |
I want to access the Generic List of the following c++-class inside a vb.net app. Is this possible/how can I do that? Atm, I get the following error in the vb.net app: "Field 'GeoElems' is of an unsupported type."
|
| Problem with button click event handler | 05 Jan 2007 21:59 GMT | 2 |
Hey guys, I'm doing something similar to the example below (c# version): http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/asppl us/samples/apps/cookies1/cookies1.src&file=CS\Cookies1.aspx&font=3[^] Basically this sample has two different pages (cookies.aspx ...
|
| Get Dotnet Version Installed on a site | 05 Jan 2007 19:52 GMT | 2 |
I've written an ASP.Net code running under a site. Is there any way, I can get the version of dotnet installed on this site, under which my code is running from within the ASP.Net code. Regards
|
| WPF inheritance | 05 Jan 2007 14:55 GMT | 1 |
Is it possible to inherit page(System.Windows.Controls.Page), like Visual inheritance on a WinForm. any help is highly appreciated. thx in advance...
|
| An Issue with GAC | 05 Jan 2007 12:43 GMT | 3 |
In our application, we are using certains shared .net dlls (developed in c#) . We have installed these dlls in GAC, so that client applications (these client application can be in a different path or even in different directory) applications can use them... Everything
|
| Help trying to login to myspace programatically in vb.net | 05 Jan 2007 07:38 GMT | 6 |
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in the past in other places, and while the help was much appreciated, it seemed everyone
|
| Using third party dll in VS 2005 | 05 Jan 2007 06:24 GMT | 1 |
I'm fairly new to VS2005 IDE and have come up with a problem I haven't been able to solve yet. I created a dll that depends on a third party dll. When I try to run my dll without the TP dll being the same directory I get a "This application has failed to start because TP.dll
|