sandeepy's Q&A profile
Smart Device Development .Net CF 2.0 How to Add Prerequisites (.net cf 2.0 . SqlClinet , Sql CE 2.0)in Setup(.msi )
Hi , I’m working in .Net CF 2.0, after completing my application development I created .msi setup file for my project it’s working fine. But now I wanted to check whether .NET 2.0 and Sql CE 2.0 is available in PDA if it is there I wanted to install my application and if not I have to install both First and then I wanted install my application. How can I do it If i wanted to check Registry entry Before_installation event which key and value I ...Show All
Visual C++ Trying to implement Current property for custom Enumerator.
I am porting some old managed c++ code to a new class under 2005, and in the process I was porting a custom enumerator but keep getting an error of: Error 1 error C3675: 'DataKeyEnumerator::get_Current' : is reserved because 'System::Collections::IEnumerator::Current' is defined d:\development\projects\Hashstore\HashStore.cpp 104 Here is the actual code I am using: // Internal class used to enumerate over key ...Show All
.NET Development Microsoft Access Question
Sorry I didn't know where to put this in the forum. Is there a patch that I can use so that I can view/edit/save my databases from Microsoft Access 97 and Microsoft Access XP. Regards, Bob Bamber A patch for what For Access itself, or for a development technology like ADO.NET Are you running into a problem that you are looking for a fix for If so, please post more information about the problem. This forum is geared to ADO.NET, so unless ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX Modeler
Is there any DirectX modeler, I if there are applications specially designed to model .x files and where ca I find them I'm not aware of any tools that specifically deal with .X files. You'll find that various modellers will either allow it as an "export" or "save" option, or you'll find a 3rd party conversion tool that will go from a common format to .X. The .X format is fairly specific to DirectX programming, and isn't used for many ot ...Show All
Visual C# winform flickering problem with Framework 2.0
Hi. I have a winform with a background image and a listview control, When i load the form i resize the form to the size of the primary screen on the form_load event. i get a flickering effect before the forms loads. I tried different ways but could not get a work around for this problem ... I appreaciate if anyone could suggest some wayout .... Btw i am using VS 2005 .NET 2.0 thanks ...Show All
Windows Forms why the binded datasource not changed?
I have a question in my winform app. first I setup a databind for a textbox like this: txt.databings.add(new databing("text",dataset,"datatable.columname") and it works fine, then the problem is: when I type some words in the textbox in lowercase, I click save, it will turn lowcase words to uppercase, but the datasource field is still in lowcase ... Can anyone pls help me how to ...Show All
Visual C# Messagebox.show
I am new at this so be easy. I have a messagebox.show that I want to display the result of a SQL select statement in. How do I do this please. I am using C# 2005. Here is a little dirty piece of code, you must use a StringBuilder, finetune the code and format the message. But it is a example: DataSet result = ...; string message = string .Empty; foreach (DataTable table in result.Tables) { ...Show All
Visual Studio Team System "Normalize strings to uppercase" rule
One of the new rules in 1.32 is the "Normalize strings to uppercase" which tells me to "replace the call to String.ToLower(CultureInfo.InvariantCulture) with String.ToUpper(CultureInfo.InvariantCulture)". I am missing the point of this new rule - why is a conversion to uppercase any more accurate than a conversion to lowercase when using the invariant culture Guy This would be an extremely difficult anal ...Show All
.NET Development accessing services at xmethods.net
-- There is alot web services at http://www.xmethods.net. -- When i click on "Try It" feature I get wsdl file. -- Can i use WSDL2Java to generate stub --> then call those web services (listed on xmethods) just like calling local java object / methods Is that all for using web services -- if using PERL / .NET as web service client, does it also generate stub / skeleton just like Axis (java) does thanks ...Show All
Visual Basic what about "can't change combobox height vb.net 2005'
In vb.net 2003 it was possible change the height of controls like textbox (with multline set to false) and combobox, now in vb.net 2005 I can't. there is a way to change that Hi David I don't want change the Height of the Items in the Dropdown Box! I will change the Height of the control! See Link to sample above. Horst ...Show All
Visual C# Having troubles with Randomness
I am new to these boards so not sure if I should post code snippets or how you guys handle things. Basically the issue can easily be seen here: http://www.thecodeproject.com/csharp/CsharpMersenneTwister.asp If you don't have an account there you can just download the binary called the demo. When you run this simple dice program you can see that it always has the same results. Do so by running it, memorizing the number of rolls for each ...Show All
Visual Studio Express Editions sql query help
hi m trying to run a query that fills a text box it works but i need it to work with a string SELECT Tech, Password FROM MangerPass WHERE (Password = 123) i wouldnt know the password is 123 till someone enters it Hi! I think you need parameter here: SELECT Tech FROM MangerPass WHERE Password=@Password Notes: 1. I don't think you need to select Password field, because you already know it 2. If you use ...Show All
Visual Basic Help with Left or Right Justification while printing text.
I have been trying to justify some text in a print function that I’m working on. I have seen the “stringformat” setting in that it has a left to right, but when I use this, it print the text backwards. Can anyone provide me with the correct way of justifying the text (left justification, right justification etc..) thanks in advance. William You will need to make a StringFormat and set the Alignment pr ...Show All
Visual Studio Express Editions Unable to uninstall Express Edition thoroughly
I am unable to uninstall Express Edition thoroughly. It left a bunch of things like file associations! I made the mistake of installing Visual Studio 2005 C++ Express Edition on a system with Visual Studio 6, thinking they could co-exist. Now I am trying to fix my mistake, but the uninstall left a lot of junk! --Jamie I'd also be interested to know if there is a utility out there that replaces files file ...Show All
Visual Studio Express Editions Can´t register or create new User in Demo Project
Hi! The application is running fine but I can’t create an admistrative user (or anything else). It always comes up with a red HTML-Dialog "Please enter a different password.". There must be some kind of error in here, because I can try whichever password I want, it won’t let me finish the registration. This happens in the basic application as well as in the ASP.NET Configuration > Security > Create User dialog. Any suggestions Bye, Brokit ...Show All
