Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
217 views

How to check Windows edition in Java?

I want to check Windows edition (Basic or Home or Professional or Business or other) in Java. Please let me know the solution. Thanks much in adv.
4
votes
2answers
54 views

Design pattern for application with multiple editions

I would be curious to know if there is a design/architectural pattern for creating applications that have multiple editions (for example how Windows has Home, Standard or Ultimate editions). The main ...
4
votes
3answers
182 views

How to obtain Vista Edition programmatically?

How to obtain Vista Edition programmatically, that is Home Basic, Home Premium, Business or Ultimate ?
3
votes
6answers
141 views

Is it necessary to test my application on all Windows OS's AND all editions of each?

I will be testing an application that claims to run on Windows XP, Windows Vista, and Windows 7. I know that I have to test the application for each of those on 32-bit and 64-bit (if it exists), but ...
2
votes
2answers
153 views

Oracle DB 11g XE, how to import file with SQL commands?

i have a simple problem, but for f.. sake i cant find how to solve it. I have a file which include many sql commands, like this: insert into .. ; insert into .. ; ... And now is the question.. how ...
2
votes
4answers
111 views

Insert line on the fly in a file with PHP

I want to make a .php file downloadable by my users every file is different from an user to another : at the line #20 I define a variable equal to the user ID. To do so I tried this : copy the ...
2
votes
2answers
105 views

Identify Windows Editions with Python

I am writing a function which prints out detailed Windows Version informations, the output may be a tuple like this: ('32bit', 'XP', 'Professional', 'SP3', 'English') It will be supporting ...
1
vote
3answers
1k views

How can I check what version/edition of Visual Studio is installed programmatically?

I could read registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0". However, it doesn't give me any information about the edition of it - Professional/Ultimate or whatever. How can I ...
1
vote
1answer
64 views

Is it possible to add reference to a version of Excel if it's not currently installed? - VB Express 2008, Excel 2000

Greetings all, Using Visual Basic 2008 Express Edition 2 PCs are involved: PC1 has VBEE and Excel 2007 installed PC2 (target machine) does not have VBEE installed, and has Excel 2000 What I am ...
1
vote
1answer
2k views

How to edit a ListPreference value from java code in Android

I know how to change the value of a CheckBoxPreference, but I can't get it to work for a ListPreference. Here is how my preference screen is built: one CheckBox for the default A ListPreference to ...
1
vote
1answer
1k views

Visual c# Express Edition - can't get Acrobat pdf reader to work

I'm trying to open a PDF document inside a C# application using Acrobat Inter Application Communication (IAC) in a Visual C# 2008 Express Edition project. When executing the following code I get an ...
1
vote
2answers
477 views

dotfuscator community edition

I have been trying to use the dotfuscator community edition. I created a simple component with 1 method. I run it through the dotfuscator community edition in .net 2.0 by basically just choosing the ...
1
vote
3answers
764 views

Opinion on TFS Database Edition

Database edition seems appealing but does anyone have any experience with it and how effective it is and how easy to manage? Does it work well for you in terms of source control of schemas, sql procs, ...
0
votes
2answers
47 views

Magento EE 1.11 - Customer Attributes Not Visible

Our client wants to add an 'Industry' dropdown to customer registration. We have created a new customer attribute, 'industry' and entered in the appropriate values. It was not showing on the ...
0
votes
2answers
65 views

Shake Icons on Longpress [EDIT MODE]

I have an Android application with some ImageButtons, just like icons. I would like to know how I could implement a function to "shake" icons after user long-presses them. Like iPhone icons on edit ...
0
votes
0answers
123 views

SQL CE Private Deployment & Out of Browser Silverlight

With silverlight 4 we get access to COM and with SQL CE 4.0 we get Enitity Framework and nice little database server. I have a need for a standalone application (executing from a external jump drive) ...
0
votes
1answer
287 views

Salesforce Professional Edition : Installing this package requires the following feature and its associated permissions: Apex Classes

I'm trying to install a MANAGED PACKAGE from my developer org to TRIAL Professional Edition, and it is resulting in following error: Installing this package requires the following feature and its ...
0
votes
0answers
74 views

Windows Web Server 2008 - Good choice for development VPS?

I have a choice for a single developer development VPS. Windows Web Server 2008 R2 Windows Server 2008 Standard R2 Since the VPS will be limited to 1 GB RAM I was leaning towards the Web Server ...
0
votes
2answers
1k views

Java EE 6 Design Patterns

I would like to know about the design patterns that can be applied in Java EE 6 implementation. MVC. GOF. DAO Persistent relational mapping pooling CEC Entity control boundary (ECB) and many others ...
0
votes
1answer
161 views

How to check that system have Mysql x86 or Mysql X64

I want to check that which type of Mysql my system have. means X86 or x64 [32 or 64 bit]. any way to check that this thing in MySQL
0
votes
3answers
216 views

Java Desktop application

This is a single question, but with a couple of sub questions. I am planning a Desktop application using Java and I am using NetBeans as the IDE. Questions: Why so many Javas? Java, Java SE, Java ...
0
votes
1answer
39 views

what edition of db is best for primavera?

If a user wishes to run Primavera on SE database instead of EE, what are the pros and cons he is looking at ?
0
votes
2answers
54 views

managing software editions created in java

I plan to create 3 editions of a piece of software in java from existing code base. what's the best practice? should I create 3 different projects one for each edition? Also any tools for managing ...
0
votes
5answers
903 views

How to check if pdf was modified

I have a pdf generated by 3rd party system. Using pdf editor or els software I have modified it. Is it possible to detect if pdf file was modified, without original file? 0 vote down check I will ...
-1
votes
2answers
135 views

Remove “<Student Version>” prefix on Student Version? (Ubuntu) [closed]

Is there a way to remove the prefix <Student Version> on each window? It is quite cumbersome causes the figure names to take up a bit of space. I am open to any possible window renaming ...