| Thread | Last Post | Replies |
|
| How solve "Error: The dependency 'xxx.xx.dll, version=1.0.2067.27633, culture=neutral... | 30 Aug 2005 22:50 GMT | 1 |
I keep getting this error message when I build my solution: Error: The dependency 'xxx.xx.xx, Version=1.0.2067.27633, Culture=neutral' in project 'xxx.xx.xx' cannot be copied to the run directory because it would conflict with dependency 'xxx.xx.xx, Version=1.0.2068.11260,
|
| Notification from a Console app | 30 Aug 2005 22:14 GMT | 1 |
Can a Console app manipulate the Windows API? Say I want a console app to do some work, and then, maybe just popup an alert to say "finished"? Is there a way to do that without having to create a Form app?
|
| Internet connection detection | 30 Aug 2005 20:42 GMT | 9 |
probably the question have been asked many times, but I can't find the answer anywhere. Is there a way to detect if an internet connection is active? just like Internet explorers detect you are offline when you try to open it when not connected (then asks if you want to connect or ...
|
| How to keep Console window open | 30 Aug 2005 19:46 GMT | 5 |
When I create a Console app in VS.net and run it, the Console window opens briefly and closes. If I was running a .bat command file, I'd append a pause stmt at the end. What can I do in VS? I'm a newbie and keeping that window open would be helpful for studying.
|
| DB Concurrency | 30 Aug 2005 19:43 GMT | 5 |
Visual Studio 2003 .Net / C# / SQL 2000 I am trying to work out the best way to ensure data concurrency in my application. All updates and inserts etc are done via stored procedures. When a user enters a screen i call a stored procedure which returns me a
|
| comboBox_SelectedIndexChanged | 30 Aug 2005 19:26 GMT | 5 |
I have 3 comboBoxes and the selectedIndexChanged event for all three call the same method (ShowCorrectDisplay())....basically, the UI elements change depending on which element is selected. However, the problem is that when my form initially loads, the initially selected index ...
|
| VB.NET windows application | 30 Aug 2005 18:32 GMT | 2 |
Hi All I have a VB.NET application, I would like to store the application files in a machine and share the files, the users from other PC must be able to run the application using the exe shared in a common machine, rather copying
|
| VS2005 data access question | 30 Aug 2005 17:48 GMT | 2 |
Hi, not sure if this is the right group - if not please point me in the right direction New to vs2005. Trying to build a form using the data objects built by vs2005. In my data Source window i have a dataset called FlyDataSet which
|
| Out of process DLL | 30 Aug 2005 17:37 GMT | 9 |
I want to write an exe that references a dll. At some point, i conditionally want the dll to shut down the exe and continue running some methods. Is that possible?
|
| Mic/Line-in Caputre in VB.NET (example) | 30 Aug 2005 17:34 GMT | 2 |
Seems impossible to find any example in VB.NET that does Audio importing from Mic/Line-in with the WaveIn... Apis in winmm.dll. There are load of examples and source code for VB56 and C# but why no for VB.NET ?
|
| command buttons | 30 Aug 2005 16:53 GMT | 2 |
Any reason why my command buttons stop working when i publish the application to my web server? They work fine on my development machine. thanks
|
| Programatically positioning control on form | 30 Aug 2005 14:15 GMT | 2 |
Using Visual studio 2003 and VB.NET, I want to programatically position a control (windows media player) on my form. For example, I want to position the control in 1 of 9 locations: topLeft, topCenter, topRIght, leftCenter, center, rightCenter, bottomLeft, bottomCenter, ...
|
| Listbox, DataView, DataTable, and System.Data.DataRowView | 30 Aug 2005 13:24 GMT | 1 |
I am experiencing some weird behaviors with the listbox and dataview. Here is a boiled down code snippet of what I am trying to do. <snippet> string MENUID = "MenuId"
|
| Need best practice on handling exceptions caused by the Dispose me | 30 Aug 2005 13:23 GMT | 4 |
What are the best practice on handling an exception caused by a Dispose method when its called from inside a loop? Wrap the entire loop in a try-catch or do the try-catch on each iteration to get as many of the object Disposed as possible?
|
| Windows Forms & Web Forms | 30 Aug 2005 13:05 GMT | 3 |
I have a database application and i need to manipulate the database from a Desktop UI and from a Web Browser ( located anywhere ). What's the best aproach to do this ? Thanks,
|