hello respected sir/ mam
how to check how many primary key, composite key in existing table using Visual basic 6.0 and msaccess as a database
thanks & rgds
nasir iqbal
09899583555
I can't find XamlPad anywhere after I installed .NET 4.0 / Visual Studio 2010 and Windows 7 SDK - v7.1.
I tried searching C:\Program Files\Microsoft SDKs\Windows\v7.1\bin
and did a dir /s xamlpad.exe to see if the Windows Index service didn't get to that folder yet.
And it's not under Start Menu - All Programs - Windows SDK v7.1 -- Tools.
Where has it gone? Did MS deprecate it? Thanks
Now that Visual Studio 2010 has been officially released has anyone used it for developing for the .NET micro-framework and if so do you have any tips to help a newbie to the micro-framework?
Tell me how to create a custom workflow in sharepoint designer 2010 to move a document/item in one document library(say "Proposals") to another document library(say "Approved") after the document/item gets approved.
Does anyone know of a TFS 2010 Dashboard that is able to utilize multi-project queries? Our group has several distinct projects that must be managed at the same time. TFS itself supports this. Simply by excluding the Project = @Project (or whatever) we can get back the results we're looking for. Our issue is that we would like to find a nice dashboard (like Telerik Work Item Manager) that also supports this.
I'm searching since hours how to insert the entailment symbol (http://en.wikipedia.org/wiki/Mathematical_symbols) into a MS Word 2007 document. Any hints?
I just installed VS 2010 and I like what I see. Can you guys share some cool things in VS2010? myself I like the Architecture explorer a lot. Looking forward to your tips.
Can I quickly disable and enable intellisence (and any other features employing on-the-fly interpretation of the code being edited) for a particular file in Visual Studio 2010? It works to slow on my laptop sometimes, causing the text I type to appear with one symbol per 3 seconds speed.
hi all,
i have to create an extranet site with specifi template through object model in sharepoint 2010.Please tell me how we can achieve this?
thanks in advance.
Is there a set of events, a service, or any other API in the Visual Studio SDK for Visual Studio 2008 and/or Visual Studio 2010 that allows you to hook into the background compilation service and listen for background compilation events?
hi all,
we were maintaining an MSAccess application. Person who actually developed the application used copyrighted code. Now we want to remove that code and re-write that logic.
Problem is we dont know what is the copyrighted code and what is not.
Is there any way or tool that can be used to scan through the existing code and flag the code that was directly got from internet and used?
Thanks in advance.
Hello, I have a simple project on C#.NET and have written it in Visual Studio 2010. I am a newbie in C# and Visual Studio.
I have written some unit tests, and they pass ok, but how can I test code coverage?
Thanks in advance.
halo,
After making the set up of the application(developed using VS 2008 and MS Access) the installation another system works fine. But whenever I try to change the Password or id it shows an error sayin "operation must use an updateable query"
Thank you,
Indranil
I'm trying to execute MS-DOS DEL commands inside a Win32 C program, and I already know that system and popen can be used for this. However, the problem is that both require string literals (type const char) for the commands, and I need something like the DOS equivalent of dir ~ | grep -P '/\d{7,8}\.exe$/' | rm, which obviously can't use string literals. Is there some other subprocess function in C that allows for char arrays as arguments for process names?
Am I doing something wrong here?
I have a text area on a view and am posting back the html contents. In VS 2008 and MVC 1.0 the following code successfully prevents input validation:
[HttpPost]
[ValidateInput(false)]
public ActionResult Index(int? id)
{
return View();
}
If I execute this code in VS 2010 / MVC 2.0 I always get this error:
A potentially dangerous Request.Form value was detected from the client (body="").
Any ideas?
I wonder how can I enable the nullptr in the just released Visual Studio 2010. (C++ project, not managed).
This is one of the new features but it is not available by default and looking inside the documentation at http://msdn.microsoft.com/en-us/library/4ex65770(VS.100).aspx it seams that it is enabled by /clr but this is managed!
Is this a feature added only for .NET?
i have following format of json in which i want to asscess 0.4 , kem , 2 , 2000 values
but it seems it doesn't have name index so how one can access it in jquery.
when i paste following code in json viewer then i am getting numerical index for 0.4 , kem , 2
"td": [
{
"@attributes": {
"class": "odd"
},
"span": [
"3",
"7"
]
},
"0.4",
"Kem",
"24\/04\/2010",
"2000",
"2",
"14000",
"Good",
"Buckley",
"56.0",
"2:05.32",
"36.65",
"54.5"
]
}
I am trying to Insert a record in MSAccess DB using OLEDB in windows application.
I am getting an error "missing semicolon at end of sql statement" there is no syntax error in sql insert statment.
Guys,
This is a quick one, i wanna parse a date that comes in this format "Sun May 23 22:00:00 UTC+0300 2010"
Is this a valid UTC DateTime? And how to parse it?
I updated a table in my MS SQL Server 2008 by accident, I was updating a table from another by copying cell by cell, but I have overwritten the original table. Is there a way that I can restore my table contents as it was?
I am looking for a way to implement "View as HTML" (as seen in e.g. GMail) for Microsoft Office and Adobe PDF documents stored in an intranet. Can anyone recommend approaches for this?
The intranet consists of multiple .NET sites, so I would prefer a .NET library (one that doesn't launch MS Word on the server) for this capability, but any kind of arrangement is welcome.
Good Morning,
I have an MS SQL database, of which there is a column that has an identity specification.
However, if I do a SQL query such as:
SELECT * FROM INFORMATION_SCHEMA.Columns where TABLE_NAME =
It doesn't tell me if the column is an identity specification - is there a query that will?
Many Thanks,
Joel
I want to know about the name of all currently opened MS-Word file by its unique id.
I found unique id for one file but when I gave its destination path in code.
My requirement is that when any user open Word file then the unique id of this file is passed into my code and through this code the name of this file is stored into database (but it is done backgroundly and for multiple files).
I have successfully configured FBA in SharePoint 2010 with client integration enabled. I can edit the Word document with Office Word. The ‘Open with Explorer’ tool bar is enabled, but I get the error:
\siteurl\DavWWWRoot\document is not accessible. you might not have
permission to use this network resource.
Is the 'Open with Explorer' option available with FBA? If yes, what are the missing settings?
After full fresh Windows XP system reinstallation, I've installed SQL Server 2008 R2 and Visual Studio 2010. Soon I've found that I also have some very handicapped version of VS 2008 IDE installed as a part of VS2010 or SQLServer. At the same time there are a lot of interesting projects on the Web still targeting VS2008. Can I install a full-featured VS 2008 now, without it breaking something (for example by replacing some files with older versions)?