BMoore's Q&A profile
Windows Forms defining and binding specific Columns in Datagrid
I'm trying to bind a datagrid with some fields of a table of customers. When I was working with ASP .Net, I used to fill an ArrayList with the instances of the customer class (each instance of the class 'clsCustomer' contains properties correspondin ...Show All
Smart Device Development WinSock Program: Windows version of Server works but not embedded??
Whidbey is something new to me, and i think i'll need a little more time to switch over to try... By the way, i've got another question on the WinCE emulator... How can i verify that the emulator is able to receive incoming messages From the WinCE emulator window, i couldn't find any network connection/adapter devices presence. And i had tried changing the emulator's connection to NAT, virtual and fixed IP but none of them works. ...Show All
Smart Device Development Cannot establish a connection
hi i am mehmet i am deployment smart device application solution on vs.net 2003. and i am using Active Sync. but when i am connecting to device PDA later solution is error : Cannot establish a connection.Be sure the device is physically connected to the development computer can i do ok i did. but i did different. i am create user on WebService computer. and i am go to IIS later i add users On WebService folder. ...Show All
.NET Development Updates through OleDbCommand are not written to database
Hi, i am trying to update an access database with the OleDbCommand.ExecuteNonQuery function. ..... lintRows=lobjOleDbCommand.ExecuteNonQuery("UPDATE TableX SET ColumnValue=9 WHERE ColumnId=1") ..... The function returns value 1, indicating that 1 record have been updated. After closing the OleDbConnection and requerying however, it looks like the update has been rolled back or has never been written to the database. Any sug ...Show All
Visual Studio Team System Visual Studio Beta 2 - Errors related to .net framework?
I am working with a development team in a fairly large software team. We have been using Visual Studio Beta 1 and I am testing Beta 2. I have two machines, one is running Beta 1 and the other is running Beta 2. On my Beta 1 machine, if I try to compile a solution it compiles with no errors. On the Beta 2 machine, I get all kinds of errors. One in particular says "The type or namespace name 'IKeyComparer' could not b ...Show All
.NET Development How to implement GetFunctionPointerForDelegate function in .NET 1.1
I try to wrap some native win32 api, but it is need the callback to be the parameter of SendMessage. I solved this by using the new GetFunctionPointerForDelegate function in .NET 2.0, but in .NET 1.1, I found no way to do the same thing, I also found the Delegate.Method.MethodHandle.Value, Delegate.Method.MethodHandle.GetFunctionPointer() and the return value of GetFunctionPointerForDelegate function are different. I was confused. How can i impl ...Show All
Windows Forms How can I force a label edit in a treeview control to be upper case only?
I am currently using a treeview in a form. When a user right clicks on a node I have a context menu which has a rename option in it. When that is selected I call the BeginEdit method for the selected node. I can edit the label wihout any problems but I need to force the edits to be upper case text. Does anyone know how to do this I have looked at the AfterLabelEdit event but the text for the edited label is a read only property and I cannot cha ...Show All
.NET Development Event (OnChange) of (SqlDependency) object occur like the timers , not only on the change appear in the database
Hi I have Use this Code snippet to apply the concept of notification in SQL Server 2005 Developer Edition April CTP and Also I use VS.NET 2005 Beta2 But the problem the Event (OnChange) of (SqlDependency) object occur like the timers hundreds time not only on the change appear in the database … Why and How can stop this event to occur only when the change in the database using System; using ...Show All
.NET Development Where to report .NET 1.1 bugs?
Hi, Where can I report a bug for current MS software The only place I could find on MSDN is for pre-release bits (http://lab.msdn.microsoft.com/ProductFeedback/). I would like to report this System.Threading.Timer bug with Win2K3 SP1 as it is preventing me from launching a production system: http://groups-beta.google.com/group/microsoft.public.dotnet.framework.clr/browse_thread/thread/772a5528aba714fa/60dff009a8ed43c1#60dff009a8ed43c1. Thanks ...Show All
Visual Studio Team System Estimating time and assigning scenarios...
1- Isn't a scenario always broken down into one or more tasks for developers to impelement 2- If the above statement is true, then why do we assign scenarios to individuals Why do we assign scenarios to anyone at all, since implementing the scenario would actually mean implementing each of its individual tasks 3- Is it correct to estimate a time for a whole scenario Shouldn't we actually estimate the time for each task requried to be done to aco ...Show All
Smart Device Development Event for hard buttons in Pocket Pc
Hi, I'm trying to include an event to pocket PC buttons. Example : If i click first button grid field must be incremented by one. I donot know the keycode of those buttons I need suggestions regarding, 1) how to find the key code for each keys 2) how to control them programmatically. (via events) My PPC: DELL AXIM Pocket PC If anyone knows ,kindly respond me. ...Show All
Visual Studio Express Editions ___RTC_Shutdown??
Hi, I recently downloaded the Express VC++ free edition to try it out. I've been working with VC++ 6.0 for the last couple years (even though it's out of date). I just created a test program called CardGame using a walkthough from the express VC++ site. I compiled and got a bunch of link errors that I've never seen before. I've been programming for a long time. the errors I get are: ------ Build started: Project: Game, Configuration: Debug Wi ...Show All
Visual Basic Background image
How would you set a forms background image through coding not selecting it. Thanks ...Show All
.NET Development GUID error - Object reference not set to an instance of an object
I am out of ideas, can someone please provide their input I am runing a stored procedure: public static XmlDocument GetServiceRequestByEntityID( Guid oEntityID) { SqlConnection oConn = new SqlConnection (( string ) ConfigurationManager .AppSettings[ "ConnStr" ]); oConn.Open(); SqlCommand oCmd = new SqlCommand ( "uspGetEntityServiceRequestID" , oConn); oCmd.CommandType = CommandType .StoredProcedure; oCmd. ...Show All
Software Development for Windows Vista Where is msxml.dll in Vista?
If I try and complile the following on Vista it complains that it can't find msxml.dll. #include <windows.h> #import <msxml.dll> int main(int, char*[]) { return 0; } Has msxml.dll been deprecated in Vista and should we now use msxml3.dll as our lowest common denominator Cheers, tom Hi yes, thanks for that. I could just use a more current version - but I was really looking for something from Microsoft i ...Show All
