Jonathan Finkbiner's Q&A profile
Windows Forms How To run Pocket TaskVision??
Hi all, Being primarily a web developer, i'm a newbie to both windows forms programming and pocket pc development. I had downloaded the pocket taskvision sample app and installed it on my desktop pc. However when I try running it in the VS.Net 2003& ...Show All
Visual Basic DLL PRoblem
Hi All, I'm newbies to create DLL file. I have wrote a custom class file, and I compiled it as a DLL. However, I just couldn't get it register with regsrv32. And I couldn't import or add this dll as a references to MS Access as well. Can anyone give me some idea on what's the basic step we have to do in order to create a Dll file and use it in MS Access REgards, silkkeng Hi, Just another quick question, as I create a sub New procedures, t ...Show All
Windows Forms number validation
Hi there, I am trying to have a validation control which accepts 16 numbers. After entering 4 digits a "-" character should appear automatically. Is this possible thanks guys Cheers Chris Thanks a lot. It work perfrct. I just want to ...Show All
Visual Studio Team System Can not Connect to TFS
I've been staring at this and I've narrowed it down to a machine-level issue...but I can't figure out what that issue is. When I try to connect to TFS, I get the following error: TF31002 - Unable to connect to team foundation server This is pretty much a generic message. Strange thing is that everyone else on my team can connect. Also, I can connect if I log onto one of their machines, so I know that the security is configured co ...Show All
Visual Basic Menu Item Checked Property Application Setting
I'm trying to bind the Checked property of a menu item to an application setting. But it just doesn't work. The item always has the checked state that I give it at design time. This works OK when I try it for a checkbox but not for a menu item. Here's the autogenerated code I have: Me .mnuasd.Checked = Global .WindowsApplication1.My.MySettings.Default.MenuChecked Me .mnuasd.CheckOnClick = True Me .mnuasd.Name = "mnuasd&qu ...Show All
Windows Forms Need help permanently maintaining the rectangle after a button click
Hi all, This is a very simple UserControl which only contains a button on it and when this button is clicked, it draws a Rectangle object. However, I am having a problem that this Rectangle gets disappeared after it's covered by some other windows form(I hope you understand what I mean by this ). I know that if I want to permanently maintain it I have to draw it in the paint method but I want to draw this rectangle only when the button is cl ...Show All
.NET Development RemotingConfiguration.Configure ensureSecurity parameter
The old .NET 1.1 Configure method is marked as obsolete, and recommends using a new override with a parameter ensureSecurity. The MSDN documentation on the ensureSecurity parameter is a bit laconic: " true to enable security; otherwise, false ." I want to maintain backwards compatibility, i.e. don't want to require security. But I may want to use the new security features at some time in the future. What should I set this paramet ...Show All
Windows Forms How to use pics in Controls
How can I use some pics in a User control hosted in html Embeding doesnt work because of security while I retrive the images from assembly Crirus One of the things that would trip up security is if the picture you're trying to  ...Show All
Visual C++ 2005 Resource Editor trashes non-English languages when you edit any dialog
I have an application that has resources in 11 languages, including Chinese (CHS), Hungarian and Polish. These three are especially challenging because they use a non-English code page - Chinese uses 936 and Hungarian and Polish use 1250 (English and western-European languages use 1252). I am not using Unicode but rather just single byte characters sets for all languages except Chinese which requires MBCS (two byte characters). MFC an ...Show All
Architecture designing an online & offline application... what methodology to use?
Hello, I am at a stage where I want to develop and application that will work the same whether if you are online or offline. I can always write an application that hooks up to a server while online (connected to a network) and queries a db for the interactions bewteen the user and the app. Then when offline have another app that looks at the local database... but i don't want to write two apps... I want to build an app like outlook ...Show All
SQL Server Changing the system (master) collation setting in SQL Server 2005 Express Edition
Does anyone know how to do the above without having to re-install SQL Server Cheers Simon. This is documented in the Books Online Topic located at ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/3242deef-6f5f-4051-a121-36b3b4da851d.htm or on MSDN at http://msdn2.microsoft.com/en-us/library/ms179254(en-US,SQL.90).aspx Cheers, Dan ...Show All
Visual Studio Express Editions Error: No Symbols are loaded for any call stack frame. The source code cannot be displayed.
Hi, I am a student working on a DirectX 3D game. I usually work with Visual Studio .Net 2003 but thought I'd try to switch to C++ Express 2005 for the improved compiler - and that the IDE seems to run faster on my PC.. However when I try to step through the code as soon as I hit the 'Break All' button I receive an error message - "No Symbols are loaded for any call stack frame. The source code cannot be displayed." I've tri ...Show All
.NET Development request.BeginGetRequestStream with FTP in ACTIVE mode problem.
Hi, i'm making an asynchronous upload function. When using .usepassive = true all is good, i can transfer and catch pretty much every exception thrown at it. When using .usepassive = false and the server and client are both configured properly, all is good too. The problem i have is when .usepassive = false and either the ftp or client are not configured properly to use active ftp connections. Here is the code that calls the BeginG ...Show All
SQL Server Package variables in case of an Exception
Hi there, I may be blind, but I'm sure that I have seen a post about package variables 'ExceptionMessage' and 'ExceptionCode' or somehow which are only available when an Exception occurs. I cannot find it anywhere :( If there isn't any then the question is: Can I read out the message and the code of an occurring Exception e.g. from a Script Component/ Custom Task which is controlled by an error constraint Can someone help Fridtjof ...Show All
Windows Forms can i use UserControl in WindowForm as Panel
i want to use a reusable form, and i can't do please.. Yes you can. I'm not sure if a UserControl is what you truly need. A UserControl is good for modularizing as well as re-use in multiple different forms. Wha ...Show All
