Hello!
I use Windows XP Rus and want to know, what name has Cursor.name property in MS Accessibility for cursor when it looks like hand in Windows XP En.
Hi
I show my business objects in a MS datagrid, containing "country", "city", "street", for example.
I can set a tooltip for each column showing its content using a style, so I get the "country" as tooltip when hooverinmg over the "country" column and so on.
But I did not succeed
1) to show the content of "country" when hoovering over "city"
2) to show the content of some other property (not even displayed in the datagrid) when hoovering the datagrid
Any clues?
Regards
I have VS2010, and I've opened up a web site. How can I now use MS Deploy to deploy to a zip file, which can be installed in a remote IIS site?
I've searched through all the menu options, but can't seem to find out where to get started.
Thanks in advance
hi there,
I'm using MS Sql Server and I want to use identity constraint in it
I know how to use it in following manner
create table mytable
(
c1 int primary key identity(1,1);
)
the above code works fine but what if i want the identity column to have values as EMP001, EMP002,... instead of 1,2....
Thanks in advance,
Guru
Can anyone explain if it is possible to have a web server for all of these technologies:
ColdFusion, PHP, MS SQL Server, MySQL
I have a web developer insisting that they require all of the above however it doesn't quite make sense to me.
Any help or clarification is appreciated.
I constantly find myself sending .NET code snippets to other developers using MS outlook email. Is there a code editor plugin I can use that can help in formatting and copy/paste (something like SO editor?
Hi,
While working with DB, I find useful using some tools, that help me to solve DB problems.
Some of them are:
1) Insert generator
2) A tool that can execute a script on a list of DB's
3) Finding a text in stored procedures and functions.
4) DB Back up scripts
My question is, what are most useful tools, scripts(anything else), that help you to work with MS SQL?
Thanks in advance.
Hello All,
I want to connect to MS SQl server 2005 using hibernate in java. i am unable to find the jars and the hibernate.cfg.xml file for the same. can someone help me with the same
Thanks in Advance
Regards,
Rima
I have developed two MS Word macros and assigned each an icon. I have also added a custom toolbar, named after the project, and added the two macro icons to that toolbar. Now, how do I package the whole thing (macros, icons, and custom toolbar) to send it to my customer?
Anyone know where I can get a copy of ESQL/C 2.10 which will work with INFORMIX-SQL 2.10.06E running on MS-DOS 5.0 or 6.22?.. I would also need to find Microsoft C compiler Version 6.
How to convert doc to pdf using java api. where document contains various formats such as tables in ms word. when converting to pdf using iText. where actual document looks different to converted pdf. please provide any api not an exe installed for converting . must be an open source
I know there are third-party tools available but why must I go to another vendor for something as trivial as auto-formatting my SQL statements?
What prevents MS to provide a SQL formatting tool in SQL Server Management Studio? What's the catch?
And btw, is there a FREE tool available that would plug into SSMS?
Is there any message forum/board software (open source or commercial) that allows one to post a question from MS Outlook? I read Kubi Software Inc had this feature. However, a google search for their website seems like the company is no more.
Thanks,
I'm trying to install Install MS Visual Studio 2008 Team Foundation in XP but during the installation the setup request Windows Server 2003 Service Pack 1.
I have install TFS 2008 SP1, but nothing have change. I can not install Windows Server 2003 Service Pack 1 because because the OS is in XP.
Any ideas?
We've started looking at getting MS certifications at my job, trying to get a more even level of skill and knowledge in our teams.
So I'm left wondering if there is any "roadmap" or guide from Microsoft that you can look at/follow to know what certifications are applicable to your organization, what the contain, cost, etc. ?
I have a paper submission in about 12 hours. I have written references in a separate .bib file in bibtex format. Now please tell how to merge the references with my paper written in MS word in the simplest/ easiest possible manner. I am looking for some automatic tool that does this.
I have never used bibtex before. In fact I came to know about bibtex few hours ago only.
I have a paper submission in about 12 hours. I have written references in a separate .bib file in bibtex format. Now please tell how to merge the references with my paper written in MS word in the simplest/ easiest possible manner. I am looking for some automatic tool that does this.
I have never used bibtex before. In fact I came to know about bibtex few hours ago only.
In my project, I want to build Windows mobile application into installation files automatically without human click on MS.
How can I achieve it? Please help me! Thanks!
Here is a table patients in MSaccess database, There is 20 records, I want to select first 0 10 records and after 11-20 records for pagination. How to solve this problem
I'm a consultant, helping a provider of small medical practice management software move to the web. We're looking for a host that has experience with HIPAA-compliance, and supports the MS Web stack (IIS / .net / SQL Server)
Can anyone here provide a recommendation of such a hosting company?
Thanks,
Andrew
What's a good SQL client for Mac OS X that works with MS SQL Server? I don't really need a GUI, but it's nice to have for the color coding and resultset grid.
I need to make DISTRIBUTED TRANSACTION between two MS SQL Server 2005,
it drops an error that NO ACTIVE TRANSACTION IS PRESENT or smth like this.
DTCTESTER programs drops an error that transaction could not be done.
btw 135 port is open on the firewall.
Maybe anyone knows what a problem, or have a suggestion?
Hello Guys!
I've two MS SQL tables: Category, Question. Each Question is assigned to exactly one Category. One Category may have many subcategories.
Category
Id : bigint (PK)
Name : nvarchar(255)
AcceptQuestions : bit
IdParent : bigint (FK)
Question
Id : bigint (PK)
Title : nvarchar(255)
...
IdCategory : bigint (FK)
How do I recursively count all Questions for a given Category (including questions in subcategories). I've tried it already based on several tutorials but still can't figure it out :(