| Thread | Last Post | Replies |
|
| Default Audio Device | 31 Jan 2007 23:47 GMT | 1 |
How can I get my headset to be my permanent default playback device? Every time I reboot it reverts to my USB phone (C-Media USB Audi Device).
 Signature Jeceris
|
| DataGridView how move to last record? | 31 Jan 2007 23:39 GMT | 3 |
I have form that have Datagridview. I want that grid stand on the last record when form open. then user can move down one line to add new record. I not find Property like current_index thet can be set to last record. How I do that?
|
| Issue with Databinding. | 31 Jan 2007 23:37 GMT | 11 |
I am struck up with a problem and want anyone here to help me out. I am a beginner in .NET trying to learng DataBinding concepts. I have binded 4 text boxes with a dataset but when I say adapter.update it gives me 0 records updated! I am not getting any exceptions. Below is the ...
|
| Class Design question | 31 Jan 2007 21:06 GMT | 1 |
We use Public properties in our business classes to represent field values from databases. So in Vb, I might have something like: Public Property Emp_Id() As System.Decimal Get
|
| Https form post using Httpwebrequest brings back the same page. | 31 Jan 2007 18:08 GMT | 6 |
I am trying to post form values to a https web page programmatically using Httpwebrequest but no matter what I do the same login page is returned instead of the next page. I would very much appreciate if someone could show me what is it that I am doing wrong. Below is the
|
| Programaticly call a method from a different object? | 31 Jan 2007 18:06 GMT | 10 |
I'm looking for a way to programaticly call a method from a different object and associate the two objects at runtime. Example: Object A exist and is unknow, I want object B to be able to call a method on object A whenever needed.
|
| What's the difference .. ? | 31 Jan 2007 13:41 GMT | 5 |
Can someone tell me what the difference is, if any, there is between a Software Architect and a Software Developer? TIA, Jim
|
| Need to create a .NET object that will be serialized into a specific XML format | 31 Jan 2007 09:16 GMT | 2 |
Hi I need to create a .NET object that will be serialized into the following xml structure ( I can't change the XML schema) <Root> <Record>
|
| Outlook 2003 won't start | 31 Jan 2007 08:11 GMT | 2 |
I am getting an error message when I try to download updates "the expected version of the product was not found on your system". Outlook now generates a need to close message as soon as it opens, and I cannot get into it!! When I check for updates on microsoft, it says I don't ...
|
| Windows Live Problems | 31 Jan 2007 07:50 GMT | 1 |
I have win XP Professional and Internet Explorer for my browser. However I cannot get Windows Live to run. I get to the window where it is loading but as far as I get. It just sits there loading. I do not have problems with other sites.
|
| "\n" at the end of a TextBox line displays as a small [] | 31 Jan 2007 04:32 GMT | 3 |
I have a windows forms application with a TextBox display. I use the following code to display a line in the TextBox: ..... statusTextBox.AppendText(message + "\n");
|
| WSE 3 | 31 Jan 2007 04:17 GMT | 1 |
How can I programmatically test for the installation of WSE 3? Thank you, Gary Miller
|
| CType Not Working on System.__ComObject | 31 Jan 2007 03:18 GMT | 6 |
Using VS 2005 and VB.NET. In the sample code below, GetFirst returns an Item Object, but it's wrapped in the System.__ComObject type. When I try to use CType to get a MailItem object, I get the error "No Such Interface Supported". And if I try to use lobjItem properties directly, ...
|
| any tips for trouble shooting databinding? | 31 Jan 2007 01:14 GMT | 4 |
I'm writing an application in C# and I've used the IDE to bind a checkbox to a boolean in my app. The properties for my checkbox in the Visual Designer indicate that my databinding for the "Checked" state is correct, but when I run my app, my button does not update to reflect the
|
| changing the title of modal popup dialog | 31 Jan 2007 00:44 GMT | 3 |
Is there a way to change the title of the Popup opened using window.showModalDialog. I have specified the title in the HTML of the popup. At the end of the title, it is attaching Webpage Dialog. If possible I would like to remove that and just display the text that assign to ...
|