Software Development Network Logo
  • Windows Forms
  • Visual J#
  • VS Team System
  • Visual FoxPro
  • Microsoft ISV
  • Game Technologies
  • Architecture
  • Visual Basic
  • Visual Studio
  • Smart Device
  • Visual C#
  • Visual C++
  • .NET Development
  • Windows Live
  • Windows Vista

Software Development Network >> ankitshah112's Q&A profile

ankitshah112

Member List

KamikazeMicrowave
pgorbas
Dave Speck
HippyCraig
NyaRuRu
TravisXXX
Bo Yu
Mike Riley
Sanchi
Anar
Amit Kapoor
Anders J
ursfriend
Ravikumar KPV
Richard Back
ChaitanyNaveen
Girts Kra
SergioTorres
psk
livonthedge
Only Title

ankitshah112's Q&A profile

  • Smart Device Development Opening xml file

    Hi, I have an xml file in the form: < xml version="1.0" encoding="ISO-8859-1" standalone="yes" > <root xmlns:dt="urn:schemas-microsoft-com:datatypes"> <MyData> <MyOrders> <orders orderid="1"></orders> </MyOrders> <MyData> </root> It opens correctly in IE6, but when I try to load the file on a device by doing the following: moRecipes = New Xml.XmlDocument moRecipes.Load( "\My Documents\Personal\pmb.xml" ) I get the this error: XmlException XmlTextReader::Throw+0x32 XmlTextReader::Throw+0x32 XmlT ...Show All

  • Windows Forms Expanding a ListItemCollection

    How can I resize an existing ListItemCollection I have a listview that I wan't to populate using ListItemCollection.Insert(). I am using Insert the Instead method of the Add method because I wan't to control where the item is inserted. I get an exception when I try to add an item at an index that is beyond the size of the ListItemCollection. How can I expand the ListItemCollection before I call Insert I am missing a Resize method. Do you have any suggestions Thanks, Bo Did you mean ListBox.Items ListBox.Items.Count is read-only, so, use ListBox.Items.Insert() or ListBox.Items.Add() ... ...Show All

  • SQL Server I need some information regarding Windows Mobile5.0

    i am using windows mobile 5.0 .Now iam downloading the total database from remote system using synchronization.but it is a huge database.so i want to download only some part of the databse.i.e in employee table somany employees will be there.from there i want to download only one employees data from that database. Can we do this using synchronization concept.Here i want to use XML schema.That XML file will be downloaded into the PDA and will be converted to SQLCE.And while uploading the XML file will be uploaded and the data will be stored into the SQLSERVER of the remote system. Can anyone give me guida ...Show All

  • Visual Studio Express Editions Programmatically giving focus to Particular Cell in DataGridView

    How does one give focus to a particular DataGridView cell programmatically so that after some action a user can be presented with a DataGridView where a particular cell already has the focus and is already in Edit Mode allowing the user to directly edit the data in that cell (or add new data if it is any empty cell) without first having to navigate to the cell to give it focus Thanks in anticipation. If you know the cell, like having a reference to it from the variable desiredCell you can simply do the following: dataGridView1.CurrentCell = desiredCell; dataGridView1.BeginEdit(true); ...Show All

  • Visual Studio Express Editions Which version of Visual C++?

    Hi Folks, I would like to buy Microsoft Visual C++ to do write some simple Windows applications perhaps using DirectX in them.  I am not really interested in .NET or web development, and would just like to write C++ applications using resources such as graphics/icons/sounds that compileto executables. I am a bit confused about what product I need to buy. Looking at past products, I can see that I would want something similar to Visual C++ 6.0 Professional. Now with the .NET at the end of everything I am notsure what I should get! If I am correct, for my requirements I probably can get away with downloading the beta of Visual C++ ...Show All

  • Software Development for Windows Vista A problem with the sample "playwnd" in platform builder

    When I using the function CoCreateInstance() in EVC4, the return value of the funtion always equals -2147221164.How can I deal with the problem I have already use CoInitializeEx(NULL, COINIT_MULTITHREADED) to initialize com. Thank you! I built a new sdk including directshow component, then the application can run on the new sdk platform. ...Show All

  • Visual C++ Does anyone know how to convert a WCHAR * to a char *? (Part 2)

    Well, sort of. The reason I ask the same question as someone else is because my problem is in a different context. I'm trying to create my program by reusing two other programs' source codes (I'm giving credit where it's due!), but one uses wide character strings and the other is using ASCII character strings. As such, conversion is necessary to use the function calls for both programs. (And I don't think regular type conversion will work here...) ...Show All

  • Visual Basic Databinding to a Checkbox

    I have a simple form with 2 checkboxes which are Databound to an object, the properties of which are of type boolean. The problem I have is :- I am using the CheckChanged event. When I check the Box, the value of the UI control is correctly changed, but the value in the object does not reflect the change i.e. the Object seems to lag behind the form. If I subsequently click on another control, and then check the values of the control and the object, they are now in sync. Anyone got any suggestions Cheers, Paul Could you explain how the checkbox is bound to the object In a databound or propertybound sce ...Show All

  • Visual Studio Express Editions Visual Web Developer multiple errors on start

    I've installed VWD on three machines. One, with XP Home and never had beta versions, runs OK. Two others, with XP Pro, that did have beta versions and have Web Matrix, exhibit a host of problems. Both machines have had all beta stuff removed. On one, I've loaded and reloaded VWD. Problems: (1) On program start, multiple instances of error: Package "Visual Studio Explorers and Designers Package" failed to load properly . . . and also "Common IDE Pasckage". (2) Developer News: "Content will be downloaded once an Internet connection is established" the machine is on cable modem. (3) No .Net controls, only HTML controls in the toolbox. The objec ...Show All

  • Software Development for Windows Vista November CTP

    Does anybody here or at Microsoft knows if there will be a November CTP of Vista Normally the CTP`s where released around this week so I was hoping to get one this month before the grant new Beta 2.. Thanks in advance http://winbeta.org/comments.php id=3633&catid=1 Appears MSDN subscribers will get the shaft. Chad ...Show All

  • Software Development for Windows Vista 3D Animation over Running Video()

    Hi Friends Greetings to every one! I am posing this question after getting too frustrated .. I am Sorry If my language is not correct because I am  really in depressed state of mind. I have a problem I want to show 3D animation over Video. Yeah other term could ne animation overlay . I have tried IVMRMixerBitmap9 but it is useless when you have something dynamic  to be drawn onto the Video and its performance really sucks! Yuck! And hell lot of nights  and Days have been spent on internet to get some light ,hope or piece of code by someone who has done something similar which could guide me to do the same but ...Show All

  • Visual C# button links

    How do I set a button to bring up another form box when it is clicked hi, in your designer double click the button and add something like this in the event handler MyOtherFormName f = new MyOtherFormName f.show()// or ShowDialog() hope this helps ...Show All

  • Visual Studio Express Editions VWD requires SQL Server Express 2005 ?

    Please correct me if I'm wrong, but it seems that VWD Express can connect to SQL Server Express, but not to SQL Server 2000 This is rather surprising, as I've always seen that new IDE products *expand* on the database providers available, not provide *less* connectivity. Going the other way, i.e., *requiring* SQL Server Express in order to connect to data, will make VWD's usefulness very low for many developers. Can anybody explain this to me Does this mean, since I have installed Visual Web Developer Express edition beta 2 that I dont need SSE which doesnt seem to want to install on my system.    SO can I use SQL 2000 ...Show All

  • Windows Live Developer Forums Meet the MSN Messenger Team at the PDC (9/12 to 9/16)

    If you are attending the Microsoft Professional Developers Conference (PDC) in Los Angeles this week, you can meet members of the MSN Messenger Team. MSN Messenger has a demo station in the Microsoft pavillion.  Stop by and say, "Hi". Attend the COM301 breakout session on Wednesday, Sept 14,  at 1:45pm -  Room 406 AB, to learn the details of building an Activity API application. "Ask the Experts" on Thursday, Sept 15, from 5:30pm to 9:00pm.  Drop by our discussion table to talk about the Activity API or anything else about MSN Messenger you care to discuss. Daily Hands on Lab - Come to the Hands on Lab area ...Show All

  • Software Development for Windows Vista WorkflowRuntime.CreateWorkflow overloads

    I have not been able to find any information about two CreateWorkflow overloads in the WorkflowRuntime class: CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues) and CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues, System.Guid instanceId) I have two questions: 1. Given that there are issues with argument passing and Xaml-only (or "no code") defintions, do these methods have any purpose 2. If yes, can you provide some information about the "rulesReader" ar ...Show All

©2008 Software Development Network