all groups > dotnet general > march 2006 > threads for thursday march 9
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How To: Application wide KeyUp
Posted by cnickl at 3/9/2006 8:14:57 PM
I have a multi form (not MDI) application and I would like my program to
intercept keyboard input regardless witch form is active. I tried the usual
KeyUp event hander on the MainForm on the App first, but it didn’t do
anything because one of the controls of the form always seems to be selec... more >>
MVS 2003 project and framework 2.0
Posted by martins at 3/9/2006 7:13:55 PM
Hi,
I have a project built on MVS 2003 with framework 1.1
Why can't I use my executable project on systems with framework 2.0 ? is it
incompatible ?
mus I rebuild my project for framework 2.0 ?
... more >>
Increased build time converting from VS 2003 to 2005
Posted by Dan Munk at 3/9/2006 4:31:10 PM
Hello,
I have a large project exclusively made up of interfaces (several
hundred) that define the business objects used in our system. Heavy
inheritance and aggregation are used in the project. In Visual Studio
2003 the project takes ~30 seconds to build. In Visual Studio 2005 the
project ... more >>
IndexOf on bound ComboBox not working??
Posted by Rob R. Ainscough at 3/9/2006 3:39:45 PM
I know I must be going crazy, but for the life of me I can't figure out why
IndexOf is always returning -1?
With MyComboBox
.ValueMember = "Field1"
.DisplayMember = "Field2"
.DataSource = SomeDataTable
End With
MyIndex = MyComboBox.Items.IndexOf("myValue")
MyIndex is always -... more >>
asp.net 2.0 datagrid - update cannot get text out of textbox
Posted by cindy at 3/9/2006 2:50:35 PM
New to 2.0, using code that works in 1.1, and all works well except cannot
get the text out of the textboxes for updating the database.
My template column looks like this:
<asp:TemplateColumn HeaderText="Notes"
ItemStyle-HorizontalAlign="Center">
<ItemStyle VerticalAlign="To... more >>
Garbage collection, Unmanaged code and SafeArrays
Posted by R. MacDonald at 3/9/2006 1:23:50 PM
Hello, all,
I am currently working on a .Net (VB) application that invokes routines
in unmanaged (Fortran) DLLs. The unmanaged routines then communicate
with the .Net application by means of a call-back mechanism. These
calls pass a string that contains a "command" and a pointer to a
Sa... more >>
How to: Access the Managed HTML Document Object Model
Posted by Filippo Bettinaglio at 3/9/2006 9:52:28 AM
Hi,
I use, VS2005 C#
I have a Windows Forms UserControl hosted within Internet Explorer
According to MIcrosoft documentation:
http://msdn2.microsoft.com/en-us/library(d=robot)/ms171712.aspx
or
the local MSN (Installed with) VS2005.
....
You can access the HTML DOM representing t... more >>
Programatically force a user to change their password
Posted by CLEAR-RCIC at 3/9/2006 8:17:26 AM
Does anyone know how to programatically force a user to change their password
on next logon?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
POSTing to another server
Posted by VK at 3/9/2006 5:05:26 AM
Hello:
Having some issues with HttpWebRequest and HttpWebResponse.
1. We migrated from ASP to ASP.Net
2. We have a third party company, a credit processing company which
integrates with our web site. Working fine with ASP, since CC company
requires "name-value" pairs in form which is POST ... more >>
convert a 24bit colors .BMP image in a 8bit colors BMP
Posted by Filippo Bettinaglio at 3/9/2006 1:10:27 AM
Using C# 2005
How can I load a 24bit colors .BMP image and convert it in a 8bit colors BMP,
and save the new one on disk?
Many Thanks,
Filippo... more >>
Error Deserializing DataSet Schema When Enum Column Uses Default Value
Posted by PeterWellington at 3/9/2006 12:00:00 AM
I have a column in a data table that stores enum values and assigns a default
value:
Dim dc As New DataColumn("TestEnumField", GetType(DayOfWeek))
dc.DefaultValue = DayOfWeek.Thursday
When I try to serialize/deserialize dataset schema, I get the error below
during deserializ... more >>
how can I change IP address and DNS address from my program?
Posted by Eric Zhao at 3/9/2006 12:00:00 AM
how can I change IP address and DNS address from my program?
thanks in advance.
... more >>
|