Dharmbir's Q&A profile
Visual C# BindingSource Filter with textbox.
Hi All! I have a question... How can I do filter the BindingSource and the TableAdapter under c# 2005 with textbox My database is mdb. Please help me! Thank's! Szia Monika! Can you send an e-mail to my address It's craigdeejay@freemail.hu . I have several question. Thank you the reply and wait to your mail! Imre ...Show All
Visual C++ how do i turn off translation LF to CRLF in Edit Control (or Rich Edit Control)?
when i see Some string including Line feed, Notepad show linefeed as any strange character. and then i copied the string and Paste it to EditControl. when i call GetTextWindow in my application, charcter LF is converted CRLF. how can i prevent this translating wrong info... just normal EditControl works correctly. but RichEdit Control expands LF to CRLF. ...Show All
Visual Studio Express Editions are methods called asynchronously in the same thread better than those called in another thread?
i was just wondering since calling methods asynchronously in the same thread acts just like calling the method on another thread. so which is better or preferred by you programmers out there are methods called asynchronously in the same thread better than those called in another thread Thanks for your explanation. It is a very good definition of the difference between multitasking and multithreading, but still not precise. In a multithreading system, the OS has indeed knowledge about the various threads in the same way as a multitask system has knowledge about the various tasks, and you can create new threads as you can create new tasks in a multitask system. Of course, if you make a program, which do not use I/O, you can forget ...Show All
Visual Studio Tools for Office Excel not refreshing http-deployed assembly
After updating http-deployed customization assembly, excel fails to get the new version of assembly via http. I have originally provisioned the document with a HTTP-based location of the customization assembly. Then I tested that it opens the document and loads assembly. Since then I modified the assembly to add some code, and: 1. Re-deployed the assembly to same http location. 2. Provisioned xls file to point to http location. However, the excel complains that it cannot load a certain type through this assembly. (a new user control I added). Could not load type '<My Assembly>.<new user control>' from assembly '<My Assembly>, Version=1.0.0.0, Culture=neutral, PublicKeyToken=hhhhhhhhhhhhhhhhhh'. ***** ...Show All
Internet Explorer Development Nested <div> issue
I have created a page that contains quite a few nested <div> tags. After a depth of 4 divs nothing is rendered. Can you fix this ...Show All
SQL Server using a text editor to open a SQL Database
is there some way to access a corrupted database with a text editor so that I can copy over my text database to a new database file I apparently have corrupted my file headers of both the online database and my backup copy. Thanks in advance for your help hi, please do not if you really need that data, open a case with your local Microsoft office in order to get all the still available data under PSS support regards ...Show All
Smart Device Development how to program the pocket pc to become a walkie talkie??
to be a walkie talkie that communicate amoung the internal network does rtc api support wm5 any other way to program more easilier Thank you so much Fire3.san wrote: to be a walkie talkie that communicate amoung the internal network does rtc api support wm5 any other way to program more easilier Thank you so much Try using TABLETmedia iTalkie: http://www.tabletmedia.com/italkie.html - walkie-talkie (1:M) with presence and 2-way voice direct calling (1:1) - P2P (serverless) - background operation - high voice quality ...Show All
Visual Studio Team System Used witimport and now getting 'Item has already been added' error
I just imported our latest customized workItem, which I've done many times already w/o issue, and am receiving this error message when trying to create a new WI or bring up an existing WI from the proj I just imported into: Item has already been added. Key in dictionary: 'label' Key being added: 'label' The only thing I changed was adding a constraint to one of the phases. Any thoughts on what else I can be looking for Thanks, Kel Posted too soon, the issue was with using the Process Template Editor, apparently it had stuck in an additional label in one of my controls on the workItem. After manually removing this and reimporting, problem was resolved. Kel ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Potential DX10 Hardware Problems [and blurb]?
Alleged info [floating around the internet] about nVidia's up-and-coming DX10 hardware suggests it will not be 100% unified architecture compliant. Now sure I understand the minimum DX10 requirements are steep and harsh when compared to 9.0c. But because of the guarantees of DX10 it has very limited CAPS support. So I was wondering how will anyone programmatically query the limits of DX10 hardware when it fails to be 100% DX10 compliant I was hoping to combine pixels shaders with the new geometry shaders to make a full-fledged raytracer (fully powered by the graphics hardware). Havok isn't the only one with interesting ideas :) ... but it may be a stretch if the first DX10 hardware doesn't meet the requirements. I've been waiting sin ...Show All
Smart Device Development Installed Programs is deleted after a cold reboot
Hello I have some problems with the deplyoement of an application on windows CE 5.0 on an Psion 7535. I install the SqlClient and the application and it's ok. The application run correctly. But!!! When i do a cold reboot, or put out the baterie for a long time, the sqlclient dll and the program (the schorcut to) diseaper. So, i test whith an install on the flash disk of the device. Dll an program stait in memory an works good. but after a cold reboot, an error appear again and the program didn't start. Funny, when i go to remove program to look at installed application, the program and dll are present in the list. Is someone know how to install correctly an application and be sure that it's stay in memory even the powe ...Show All
Visual Basic My.Settings Class
How does one use the MySettings class to save the state of a check box before a program exits When the check box is changed, I save the state of the check box: My .Settings.Item( "Choice" ) = True My .Settings.Save() And then restart the program and call the check box state back when the FORM loads: Me .RadioButtonEnableCH.Checked = My .Settings.Item( "Choice" ) However, it does not recall the check box state correctly – it is always checked. What am I doing wrong Did you mean to say that: My .Settings.Item( "Choice" ) = Me.RadioButtonEnableCH.Checked Because right now, you are always saving TRUE, which means your check ...Show All
Smart Device Development Aborting webservices
Hi From my emulator when i call a webservice some times it hangs.. I set webservice.Timeout=4000. So after 4 seconds the webservice should be aborted ..That is not happening..How can i solve this issue... I am using VS 2005, .NET CF 2.0, SmartPhone - WM 5.0 Thanks Thanks. I am calling the webservice asynchronously.. Application will be used with emulator and smartphone device Here is the code.... private void Form1_Load(object sender, System.EventArgs e) { WebService Ws = new WebService.Class(); AsyncCallback cb = new AsyncCallback(ServiceCallbacks); Ws.Begingethoroscope(StrStarName,"english",cb,Ws); } private void ServiceCallbacks(IAsyncResult ar) { Ws.Timeout = 1000; string StrHoroScop ...Show All
Visual Studio Tools for Office Excel : Where are menubar items created by add-ins stored?
Hi all.. A strange behaviour has occured. I have programmed an add-in for Excel which adds a menu item to the main menu bar. I made a mistake because I was not verifying whether the menu item already existed, so, every time I ran Excel, the menu item was appearing twice, 3 times, and so forth. I have deleted from windows registry all Excel add-in entries that were added by me, but curiously, when I run Excel, those menu items are still there (actually they are 8). It seems that Excel stored the state of the menu somewhere. Can you help me on this please how can I delete those remnants menu options Thanks a lot in advance Jaime ...Show All
Windows Live Developer Forums Driving direction coordinates not match the route in IE
Hello, I'm trying to take an example from MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/VEMapControl/HTML/M_Namespace_VEMap_GetRoute.asp <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script> <script> var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); map.GetRoute("Space Needle", "Microsoft"); } </script> </head> <body onload="GetMap();"> <div id='myMap' style="position:relative; width:400px; height:400px;&qu ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Screen shots on the Xbox 360
I'm simply wondering if there is a way to somehow capture the backbuffer contents to a file on the xbox 360 and then transfer that file back to the PC I've checked the framework docs and this forum and it doesn't seem to be possible, but I'm hoping that I am wrong. :-) A screenshot looks slightly less amateurish on a website than if I photograph my TV, even though it still looks like programmer art. The one solution I have come up with is to run the same code on the PC and capture the screen that way. The problem is that my PC GPU isn't on par with the Xbox 360 and I would prefer not to have to write separate shaders just to enable me to capture the screen. Plus, the screen shots would be uglier. Sh ...Show All
