Parag Kshirsagar's Q&A profile
Visual Studio Express Editions Code Request
Is there a code to send information that is typed into a text box by the user to your email thanks http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=227937&SiteID=1 ...Show All
Visual Studio Express Editions pls help me about mobile script...
hi you ! what do i do if i want to develope for mobile devices (send sms to mobile phone from website)... thanks so much To send Messages to a Mobile Phone you will need to find a provider that has a system that you can tie into so that you can communicate view there messaging gateway. Another option is to use a GSM Modem and have your application talk to the modem to send the messages. You might be able to check ot the communications forums for some answers. As the express products do not support the development of mobile devices you will have to purchase one of the full products to develop ap ...Show All
.NET Development how to open ur custom file format in ur application
hi, i am developing an application in C#.For saving the state of an application i am using a custom file format.Now suppose a user using the application want to save the state of the application he can save it as "savedstate.abcd" where .abcd is the new extension to be supported by my application.Now when he double clicks on this saved file named "savedstate.abcd" my application will open up and the objects being used in my application will be instantiated with the saved data. i have done addition in the registry so than when a user double clicks file with my extension ".abcd" the application will start.but how do i read the applica ...Show All
.NET Development Run on Macintosh
How to run an application Framework (1.1 or 2.0) on Macintosh It's possible Is it necessary to use "Virtual PC" Does it contain Framework Are all the functions usable Tanks Mono: http://www.mono-project.com/Mono:PowerPC Shared source CLI: http://www.microsoft.com/downloads/details.aspx FamilyId=3A1C93FA-7462-47D0-8E56-8DD34C6292F0 ...Show All
Visual C++ CEdit fails to set text on out-of-proc edit control
I have an application that allows client software to create a dialog box in the application. The application returns the handle to the created dialog to the client. I am running the client out-of-proc. The client is able to initialize all the dialog box controls except for the edit controls. For some reason, when calling the SetWindowText message, the text never makes it into the edit control field. If I later call GetWindowText, the CEdit does return the text set earlier. Using Spy++ on the edit control, I can see WM_GETTEXT, but not WM_SETTEXT messages being sent and processed by the edit control. I added extra code for one of my but ...Show All
Visual Basic VB in access
Hi, I'm a beginner in vb I have done following in access : i created a form with several (invisible) buttons and 4 choice buttons which are linked so far so good each button goes and retrieves a value within a list of types so far so good Now I need : 1) to make the corresponding buttons visible. I made a for next but it seems to go wrong with the buttonnames (buttonname.visible = true) 2)to make the text to the corresponding buttons change. same problem as 1 (buttonname.caption = string) 3) to assign a temporary value to each button. here i know i have to work with a variable which has a number on each button, but ...Show All
Visual Studio Team System Migrating Team System Project from one server to another
hi, How can i migrating a Team System Project (with all the relvant data and configuration) from one server to another Take a look to this article which has links about moving between servers http://blogs.msdn.com/vstsue/archive/2006/03/22/558178.aspx ...Show All
.NET Development How to monitor files in different folders using the FileSystemWatcher?
Hi This is what i came up with but it doesn't monitor these folders simultaneously Did you wire the events And you resert the Filepath every time in the loop. For each root directory you need a dedicated FileSystemWatcher object. ...Show All
Visual Studio Team System How to produce different graphs from load tests results?
Normaly we do not work with time/step-based graphs in case of load test results. Requests Per Sec over # Of Connections or Time to Last Byte over # Of Connections would be more interesting. But - how to produce this with VSTS Any help would be great! (by the way: this is nearly the only thing I'm missing...) Frank http://www.contentXXL.com Business Content Management with ASP.NET Hi Tom, we have a set of sample Rosetta reports that graph RPS and response time over user load. We are working on a way to publish these reports to GotDotNet. We will post to the forum when these reports are ava ...Show All
SQL Server How Do I Start New SQL Server 2005 Database?
I just installed SQl Server 2005 on my Windows XP Pro system. But I can't figure out how to start the Database Engine. In the MS SQL Server Management Studio I see one Database Engine, but not SQL Servers. If I do "Update Local Server Registration" nothing happens. If I do right-click "New Server Registration" I get a databse icon with a white open circle. If I the try "right-click, Connect, Object Explorer" I get "An error has occurred while establishing a connection to the server...". All this time the right Summary pane is showing "No Server Connection." The tutorials are no help and do ...Show All
Visual Studio Team System Unable to connect to the Analysis server.
I just can't figure this one out - two tier installation where I have followed the setup manual to the letter (i think). Analysis service is in fact running, I can even connect to it from a mgmt studio installed on the application tier. I tried watching the network traffic to see where it might be getting confused, but the servers were talking via soap, and then encrytped the conversation so I couldn't diagnose anything in particular. I would guess this is a permissions issue, but I am installing as TFSSetup, and this user is admin on both boxes + sa on sql server. Any guesses EDIT: after reinstalling everything I still get the error, but n ...Show All
Windows Forms Listview Control And Label Edit.
VS2005 - XP PRO ( SP2+) I'm editing the contents of list view items and I'm seeing only an intermittent ability to edit. The symptoms are that the correct item goes into edit mode but the text inside the rectangle is frozen and I cannot modify it. I'm wondering if there are states and properties I don;t know about. I've been over the documentation on associated properties many times. The state switching code is the click event from a context menu. Private Sub lvctxRename_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lvctxRename.Click lv1.HideSelection = False lv1.L ...Show All
Visual Basic Save user data
I'm certain that my relative inexperience with .net will become apparent with this question, but here goes. 1. What is the best way to persist user data between instances of an application I am using vb for some simple hardware control and need some setup values to be retained between instances of the application, and between different users. From what I have found, my options are as follows - but each carries a disadvantage. a: my.settings; This is really cool - but fairly useless in my case because I need to persist the same data regardless of the user. Global values cannot be saved to my.settings :( b: database; I can ...Show All
Visual FoxPro use the reccount
hello all I use "set filter to" and want to know how much record is match the filter condition. I use the "reccount()" but it return the result is not I want. it is all the record count This is how it works for me. Finally . Select * From Customers Where State = "NJ" Into Cursor NJ_Customers NOFILTER Then a second query can be taken, otherwise the runtime does not recognize NJ_Customers for anything but RECCOUNT() on NJ_Customers right after the Select statement. Select * From NJ_Customers Where City = "Trenton" Into Cursor CityCustomers Without the clause NOFIL ...Show All
Visual Studio 2008 (Pre-release) [DataMember] changes in September 2005 CTP
From looking at the September 2005 CTP docs, it would seem that DataMemberAttribute.IsOptional has been renamed to IsRequired and that the DataMemberAttribute.VersionAdded has been renamed to Order. Is the latter correct -- Galen ________________________ Galen Earl Murdock Veracity Solutions, Inc. Principal Software Developer Just to be clear. If you don't specify an order, we infer one from the type member names. In either case, we read elements in order -- so the perf is the same if you set the order or not. ...Show All
