jgams's Q&A profile
Windows Forms Simple Control Binding to objects
Ok, I feel like an idiot but I cannot get simple control binding to work. I've set up a DataSource and mapped it to my custom object. Assigned the DataSource and the Databinding to several of the properties of the object on the actual control. But when I run the form - no databinding. What am I missing Apparently there needs to be something to trigger the binding, but looking through the method interface there appears to be nothing there. ...Show All
Smart Device Development Device deployment - How to prevent activesync?
When deploying PocketPC's, how does one prevent Activesync from loading (user from docking and modifying file system) Thanks! The simplest solution would be to deploy the PDAs without their docking cradles. Most have the ability to be re-charged without needing to be in the docking cradle. Or you could, on the PC side, disable all the USB ports and thereby prevent a connection. Of course, if you need to exhcange data with a PC, ne ...Show All
Visual Studio 2008 (Pre-release) WCF Webcast list
Hi all, I found a couple of intro webcasts for WCF, but does anyone know where can i find a whole list of WCF webcasts that dig into some more advanced topics. Something like what the WWF guys provided. http://windowscommunication.net/default.aspx tabindex=3&tabid=45 ...Show All
Visual C++ Where is stl.net? Is it included in beta2? I can't seem to find it.
Hi hdp203! I downloaded and installed VS2005 beta2. I can't seem to find cliext/vector, map, etc. in the installed dir. Where is it if I try to # include <cliext/vector>, I get C1083. Is it included in beta2 Yes. At least for me without any problem... (but it was aclean install ontop of XP-SP2). -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbac ...Show All
.NET Development Encoding Arabic(1256) to Arabic(864)
How i can Encode Arabic(1256) to Arabic(864) in c#.net I cannot encoding this code page ,please any body help me. ...Show All
Windows Forms control changed
There are several controls on the windows form (i.e. textboxes, datetimepicker, etc...) on clicking a button such as Apply button, how can I find out if the user has changed the values in the controls Thanks Hi, You have several ways of doing this. There isn't a instant kind of solution for this. First you could get all the values by default either in your form load or after you've populated your controls. And ...Show All
Visual C# System.Drawing namespace
Why (oh why) can't I access the System.Drawing namespace from my C# class library All I want to do is get to the Color class. Intellisense doesnt show "Drawing" in the list after I type System. When i type it out myself, "using System.Drawing", i get this error The type or namespace name 'Drawing' does not exist in the namespace 'System' (are you missing an assembly reference ) Help!!!! :) ...Show All
.NET Development Embedded pdf's not displaying
Hi, I am migrating from .NET 1.1 to 2.0 and have found my embedded pdf's will not display in a v2.0 web page. All I get is a blank page - when I try to view source, I get 'The XML Source is unavailable for viewing'. Why doesn't the code work in v2.0 Thanks, VB Code from the .aspx page is :- <% @ Page Language ="VB" %> < script runat ="server"> Private Sub Page_Load( ByVal sender As System. Object , ...Show All
SQL Server Newbie question - how do I specify a variable for the file location when using the Execute Package Task
There are two options to specify the subpackage location (SQL Server or file location). I'd like to know how I can specify a variable name that points to the file location so I avoid hard coding the file location which could change during production installation. thanks Hi Ovidu, Thanks for the reply. Yes, I am working in the connection manager. The problem I'm having is getting the connectionstring property to recognize a str ...Show All
Windows Forms How print all record/selected record in data grid?
How print all record/selected record in data grid pls provide any codes how to use this class.. im new here.. tnx so much ...Show All
Visual Basic VB.net program crashed under Windows Server 2003
Hi guys, I'm new to VB. I developed an application with VB.net 2003 under Windows XP, which runs ok under windows XP. But it crashed when I tried to run it under Windows Servers 2003, the error message says: "Class not registered". Could anyone give me some ideas about the possible cause of this error Thanks in advance! "Class not registered". Windflower, what this message almost always points to is a ...Show All
Visual Studio Express Editions Puting my form in StartUp
Hello everybody. 1. Can some one tell me how to put my form in start up when Windows XP booting (I also want to put my icon in Start -- All Programs -- startup) 2. Also i want to ask ppl here what are u using to make Windows Installer I use VB 2005 expres edition. Regards, Vladimir I must not understand what you are asking because it sounds like you know the answer and must be asking som ...Show All
Visual Studio Team System Problem getting performance sessions from unit tests
I can't performance sessions from my unit tests when I right click on a unit test. Sometimes I get: Instrumentation error while processing file <dll>: Error VSP1018 : VSInstr does not support processing binaries that are already instrumented. Code coverage in-place instrumentation: The binary <path> was changed during the test run and won't be restored. It may be restored manually from this directory: <path> Code coverage in- ...Show All
Visual Studio Print directly report without displaying
Hi, Is it possible to print report without displaying in the screen, print report directly (batch printing) to the printer whether possible in client report or in Server report If possible, please give example for the same. This will be supported in the final release (but not in Beta 2.) Sample code is available here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=22277 ...Show All
Visual Studio Team System difference between FxCop1.32 and FxCop1.35
hi, i would like to know teh difference between FxCop1.32 and Fxcop1.35. Thanks see my blog post at http://blogs.msdn.com/fxcop/archive/2006/04/04/567743.aspx ...Show All
