Selvalakshmi's Q&A profile
Visual J# Mac Address
Hi ,, How Can i Get the Client Mac-Address using J# and thank you v.much For helping :) Not to be a booger, but I think the question that has been asked twice now in this thread is how to retrieve the CLIENT'S MAC address, not the machine ASP.NET is running on. Does anyone know how to accomplish the real quesiton being asked here ...Show All
Visual Studio Team System How to do a manual installation of Team Foundation Server Beta 3 Refresh?
Hi all, I want change the port 80 for Sharepoint Services and Repoting Services, I want made a manual instalation of Team foundation Server Does somebody know as do a manual installation Some documentation Thanks by their help Changing port 80 of sharepoint should be fairly simple. Just do the following: 1- copy msiproperty.ini from the AT or ATDT folder on the installation media (depending which one you are installing) to a local folder, 2- change the property: VSTF_WSSSQL_PORT from 80 to your desired port. And then 3- start setup.exe under the su ...Show All
Visual C# ShockwaveFlashObject
Hi. I have used "AxInterop.ShockwaveFlashObjects.dll" in my project. How can I handle write click on it There is't any mouse event for it. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 4 Beginners!
Hi, well i read post and post but all of them assumes than we know how to use directx, so I wondering about: Where can i found info, tutorials, about how to get started... In C/C++, or C# oriented to those how never in their lives have contact with DirectX before and their skill in programming are Intermediate... thx PS. Simple kind, because i found one, but in the begining it said.... Create a new project... ok, but in VS.NET 2005 C++ are a bunch of options to create a new project... please info for trully beginners... Hi, well at last I found 2 sites, with the necesary information to begin with directx, have go od examples, and ...Show All
.NET Development Sample certificate folder missing from WSE sample
Sample Certificate folder missing in quick start examples for WSE 3.0 released 11/07/2005. How do I get it I met the same issue yesterday. Luckily, I found the sample certificate today. I found it after I installed WSE 2.0 SP3. I donot know why I cannot find it in WSE 3.0 folders. So my solution is installing WSE 2.0 SP3. Good luck. ...Show All
Visual FoxPro Application Design
Ok I'm new to VFP all together so I am looking for some reassurance in a design issue I have currently. So far- I have to pull info from an ODBC connection (SQL server) yet that doesn't contain all the info that my boss wants for a personnel database. Nor is it normalized in my opinion. Yet I can work with some of the info that is in it. So I created a table that contains the info that doesn't exist in the ODBC table & then joined the two tables. I did this to eliminate double entry of the same info YET if I started over from scratch with my own tables, I would know that my database would be normalized & would “flow” easier in the ...Show All
Visual Studio Team System "The permission Destroy is not valid"
I created a Team Project and SCC branch and then realized that I wanted to basically start over because I did something wrong. While I don't realistically expect that I can actually delete the Team Project itself, I was hoping to remove and re-establish the SCC folders for that project (by blowing them away and re-adding the code solution to the Team Project). In order to do this I am trying to grant the "Destroy" permission to a user/group using h.exe. For example: h.exe permission /allow estroy /user:<domain\user> /server:<TFS Server> $/<SCC project name> when I execute this I get the message: "The permis ...Show All
Visual Studio Team System Assigning development tasks
I'm a bit conffused on the way I should assign the development tasks to my developers. Take an "Create Customer" scenario, for example. Should I assign the development tasks of "Create customer stored procedure", "Create customer service", "Create customer user interface" to one single developer Or should I assign de stored procedure to a database developer, the service to a class library developer and the user interface to a user interface designer Thanks. Hi Randy. Thank you very mucho for your help. Now I understand that it is not me that assign tasks to developers. They choose their tasks by themselves. OK. But, my confussion keep ...Show All
.NET Development How can I work with Windows Platform SDK?
HI I want to able to work with the windows SDK. How can I call the SetSystemPowerState function from the Kernel32.lib in C# I want to have control over shutting down and rebooting the pc from my app. Thanks You will need to use something called platform invokes, often called p/invokes: http://msdn.microsoft.com/msdnmag/issues/03/07/NET/ In your class you will need to put in a p/invoke signature. For this signature: BOOL SetSystemPowerState( BOOL fSuspend , BOOL fForce ); You will need to put something like this in your class: ...Show All
Visual FoxPro reading html file in foxpro
Hi I want to check an .html (or TXT if thats easier) file with foxpro for this line: src="cid:image001.jpg@01C67F47.26775C40" and replace it with src="image001.jpg" how can I do this, I can't figure it out :( look at using : STRTRAN() with filetostr(), append from\type or alines() Dave M. ...Show All
Smart Device Development Custom MessageBox on Pocket PC
Ok here's the case: I need to show a messagebox, that looks just like the ordinary Pocket PC (or smartphone) MessageBox. Only difference should be, that the messagebox should have timeout time and it could be playing sound in a loop. I can handle those, but the look and feel of the message box causes me problems. I have tried to make a form, that looks like message box, and show it using ShowDialog method. In Visual Studio 2005 designer it looks almost like message box, but when i show it, it fills the whole working area. When I set the border style to none, the size and location will remain, but the title bar is still in the top of the scre ...Show All
Windows Forms Datagrid clear
Hi, I use a datagrid to show a query's results. (datasource=datatable). But I need to clear rows before I get new query results. How can we do that Thank you... I cleared DataSet instead of DataGrid. It worked. Thank you. ...Show All
Visual Studio 2008 (Pre-release) A little unsure about how to use Command system
I've read several articles on the Command system WPF gives developers. While I undestand basic uses for this structure, I'm a little confused on how to implement it on a particular senario: I'm building a basic finance application to keep track of transactions, budgeting, etc... I'm using a basic NavigationWindow with Pages for different areas of the application. I have a page, Accounts.xaml, which lists all the accounts set up in a ListView. I want a "Command" way of allowing a user to select an account and navigate to Transactions.xaml, which lists all the transactions for that account. However, I want to use this same c ...Show All
Visual Studio "The specified procedure cannot be found" error when opening project from source control
Hi all, When I try to open an project from source control(VSS 6.0) in my vs.net 2003, the following message occour: "The specified procedure cannot be found" and it cannot be opened." I can open that project from local working folder.but whenever I try to checkout a file, that error message occours but I can procceed to check out that file. But I cannot still open a new project from source control! I have tried to 1)uninstall and reinstall VSS 2)uninstall VSS and reinstall vs.net 2003 and install VSS 2)uninstall VSS, uninstall vs.net 2003 and install vs.net 2003 and VSS bu ...Show All
SQL Server URGENT!! localisation on Reporting Service 2005
Hi, my company is doing localisation on reports generated by Reporting Service 2005. I understand from the blog http://blogs.msdn.com/bwelcker/archive/2005/07/03/435130.aspx that we can make use of Translation feature of SSAS for localisation of dynamic data retrieved from database. This is great. But, 1. Is there any other way for localising static text, other than using conditional expression when loading the text 2. Can we integrate localisation feature of .NET framework (i.e. by creating one resource file per language) with Reporting Service I think the toughest part for localisation in SSRS is the report parameter. ...Show All
