| Thread | Last Post | Replies |
|
| recording from WindowsMediaPlayer | 27 Nov 2007 14:45 GMT | 3 |
Can you record from WindowsMediaPlayer anyway? Yes! how? Rinaldo
|
| VS 2008 compilation/running over a network | 27 Nov 2007 14:08 GMT | 2 |
We're trying to compile/run an application in Visual Studio 2008 for Windows Vista Business. The code of the application is located in a network drive and we're getting the following error: Failed to queue test run 'user@machine 2007-11-26 11:56:57': Test Run
|
| [general] multiple databases in a heterogeneous application | 27 Nov 2007 13:51 GMT | 2 |
Sorry for posting here but I belive that this group is read by a lot of people who could share their experience. I am facing the issue of large system built possibly in different technologies and using several databases. I am to develop the architecture
|
| add items to list<> | 27 Nov 2007 13:38 GMT | 2 |
I am trying to add SelectedItems from ListBox to List<string>. It seems like it's not working,any idea how to do it? Thank you!
|
| ClickOnce deployment | 27 Nov 2007 13:27 GMT | 2 |
Anyone know how you can initially deploy a clickonce application to say 100 workstations with out each of them having to go to the web site to get the applicaiton? What we do now is we deploy our application and updates via group policy in
|
| First Day in the Month | 27 Nov 2007 12:49 GMT | 4 |
The following code gets the first day in the current month, I don't understand how it works though, could someone try to explain it to me ?. DateTime FirstDayInMonth = DateTime.Now.Subtract(TimeSpan.FromDays(Month.Day - 1));
|
| How to, not display the tab in a TabControl | 27 Nov 2007 12:19 GMT | 7 |
Well basically i need to have a tab control but not show the actual tabs how to? there doesnt seem to be any property to do this either in teh tab control nor in each tab
|
| getsid for Workgroup Machines | 27 Nov 2007 12:12 GMT | 3 |
I can get the computer SID from any remote workgroup computer, by looking in the machines registry (RegistryKey.OpenRemoteBaseKey) Is the SID stored in the WMI database, or anywhere else? thanks,
|
| Multiple Forms bound to same BindingSource | 27 Nov 2007 11:56 GMT | 1 |
I got a forms library build from a data source with the designer. I want to use that as a custom widget (sevral instances). The designer included BindingSources for the controls in my forms library.
|
| divide image region | 27 Nov 2007 11:04 GMT | 3 |
Does some one knows a way or tool that knows how to divide image into regions with c# so if the image is like a table style i will now the positions of the columns? i can read the pixlels colors but it will be very slow.
|
| pulling mp3 file from database and randomly giving it an unpredictable name | 27 Nov 2007 09:49 GMT | 3 |
Is there a way to pull an mp3 from a database to the HD and then giving it one of these encrypted looking, at random type of filenames? Basically I am taking an mp3 out of a database to the file system on a website and wanting to rename it an unpredictable name that nobody could ...
|
| Lets say I wanted my C# program converted to client side Java? | 27 Nov 2007 07:30 GMT | 3 |
I need to make a reasonably big decision, and I need some advice. I have used C# to make some pretty nice and potentially very educational toys/animation. One does n body orbit simulations, another does gas molecules interacting according to the ideal gas law, and another ...
|
| Generated DataTables and handling null values | 27 Nov 2007 07:22 GMT | 2 |
Is there a way to handle null values for ints, DateTime, etc. in generated DataTables? It seems it is not something the Microsoft crew thought of. That is hard for me to believe.
|
| Function Keys Saving | 27 Nov 2007 03:21 GMT | 11 |
I am using Visual Studio 2008 Beta 2 for some application development in C#, but I presume that the following question applies equally well to any environment. I have created some data entry forms for customer details, transactions,
|
| Whats the name of this control? | 27 Nov 2007 02:20 GMT | 2 |
http://www.pocketpcthoughts.com/images/web/2003/parekh-20071123-LogoPocketPC.jpg When you look at the picture from that link, what is the name of the toolbar on the bottom? I want to use that toolbar instead of the soft button menu on the WM5 and WM6.
|