1 - 20 of 2313
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>

How to get the PID if you know the Image Name

For a program to work I need the PID of an other program, of wich I only know the Image Name.The reason I need the PID: I want to activate/'bring to front'/focus the other program, to do this I need the PID (or an other way of doing this).I'm makeing my program with VB.NET 2005 (Express Edition),...

View Answer   |  May 16 2008   4:33 PM GMT   |  asked by Magnificus
VB.NET 2005 Express Edition, Batch, COMMANDS


Accessing MOSS 2007 subwebs via subdomains.

I have 26 sharepoints sites that need to be accessed via subdomains i.e. site1.domain.com, site2.domain.com,siteN.domain.com etc.The obvious way to set these up are as separate Web Apps.For Administrative purposes I would prefer to set these up as subwebs and was curious if there was any easy way...

Answer Question   |  May 16 2008   2:19 PM GMT   |  asked by Kantrip
SharePoint 2007, MOSS, Subdomain


How can I display an attachment as an object in a Lotus Notes field?

How can I display an attachment as an object in a Lotus Notes field on the web side? In the field, I should be able to display the file name and the image of the attached file.

Answer Question   |  May 16 2008   12:47 AM GMT   |  asked by Domino Ask The Experts
Lotus Notes, Lotus development, Web development


Keep formatting when pasting source code

When writing a report in Writer, I want to paste all my source code (Matlab as language in this case) as different appendixes in the end. How can I do so, and keep the formatting as shown in Matlab? Courier as format type and comments to be green for example.... Linux users seem to have it...

Answer Question   |  May 16 2008   10:10 AM GMT   |  asked by HenrikP
MATLAB


OWA permission attribute in AD

I need to set up a massive enabling OWA permission in vbs or anyother lang.What is the attribute to set in the active directory to enabling OWA access???Do you have any script as example??

Answer Question   |  May 16 2008   6:15 AM GMT   |  asked by Danielgz77
Active Directory, OWA, Outlook Web Access


sharepoint and redirect with

sharepooint/default.aspx ->in master.cs file check cookies -> not available ->redirect to intermidiatepage.axpx placed in root directory, which will take user's local gmt offset value and create cookie and want to redirect to default.aspx.This works with browser settings as trusted site...

Answer Question   |  May 15 2008   4:16 PM GMT   |  asked by Avl n
JavaScript, SharePoint


API information

I have very limited exposure to API's, where can I find info as what API's are available and what they do?

View Answer   |  May 15 2008   2:12 PM GMT   |  asked by Abbey
API, Application Programming Interface, Software development


Convert time as text to datetime

I've got a stupid table that I have to work with (and no, I can't change it) that stores times of certain events as text (example: '10:25 pm' or '3:02 am'). This table has an actual date to work with, which is essentially just the date with no time component. Know what I'm going to ask yet? You...

View Answer   |  May 15 2008   11:53 AM GMT   |  asked by VentureFree
Microsoft Access, DateTime


How shared functions work

Hi,Very recently I had a passion for Shared methods. I have read many articles regarding usage of Shared methods and variables and now I am confused whether it is a good choice or not. Let us discuss bu using a simple example. Consider the class belowClass User Public Shared Function...

Answer Question   |  May 15 2008   5:34 AM GMT   |  asked by Anishgk80
ASP.NET, Memory management, Shared functions


Damaged software

If a company's software product credibility has been damaged, do you think they can salvage it?

View Answer   |  May 15 2008   1:04 AM GMT   |  asked by Tsmith7
Software


2D arrays

how can i find sums of each column in 2D arrays of vb ?

Answer Question   |  May 15 2008   0:31 AM GMT   |  asked by Rgyi
VB.NET, Visual Basic .NET, 2D arrays


Software Testing

What is string testing

View Answer   |  May 14 2008   6:20 PM GMT   |  asked by Bambibir
Development, Testing, String testing


VB.NET ans ORACLE database

Hi all. I know, that there is a big risk of asking a silly question, but I try to connect to a ORACLE 10g database witch MS Visual Basic 2005 Express Edition and all programming examples I found do not work. Is this a configuration that does not work? Or what software do I need exactly? What should...

View Answer   |  May 14 2008   6:59 AM GMT   |  asked by Flyer
Oracle 10g, VB.NET 2005 Express Edition, Database connectivity


run vbscript on remote computer from java

How do I run vbscript on remote computer from java application?

View Answer   |  May 14 2008   6:09 AM GMT   |  asked by Ilana
VBScript, Remote computer, Java


Index Tuning Wizard shows error occurred while executing SQL statement but I can’t find the problem

I am facing a strange problem while using the Index Tuning Wizard (ITW) in SQL Server 2000. It shows error occurred while executing a SQL statement. I've checked every thing like trace is okay, as they show no problem with SQL Server 2005. Kindly give me some solution, URGENT.

Answer Question   |  May 14 2008   3:36 AM GMT   |  asked by SQL Server Ask the Experts
SQL Server performance tuning, Index Performance, SQL


How to install a passive node on an active/active SQL Server cluster

We have a SQL cluster server running with SQL Server 2005 Enterprise Edition SP2 on Windows 2003 Enterprise Edition. Currently the cluster has 2 nodes with Active/Active. Now I need to add a new node as a Passive node. So once I’m done, the cluster will be a Active/Active/Passive cluster. ...

View Answer   |  May 14 2008   3:09 AM GMT   |  asked by SQL Server Ask the Experts
SQL Server clustering, SQL Server availability, Installation


access2k unicode text column even # of bytes error

a certain row(s?) in an access2k table is corrupted. it causes the application to fail quite often requiring a messy procedure of bringing it up to date each time and it's been like this for years so no older backup exists. archive and fix fails for the same reason (unicode text column width must...

Answer Question   |  May 13 2008   7:38 PM GMT   |  asked by Santa
Access 2000, Unicode text column error, Data recovery


send HTTP POST REQUEST

hello users,can anybody tell my, how to send a HTTP POST to a Webservice an receive the answer.(no PHP an no JAVA)by jogi

View Answer   |  May 13 2008   4:44 PM GMT   |  asked by Jogisarge
HTTP POST, SOA, Web services


“GET DIAGNOSTICS” SQL Procedure

I am currently writing an SQLCBLLE Program on a V5R2 box. I would like to use the SQL Procedure "GET DIAGNOSTICS", however each time I enter it into my code the both SEU and the compiler complain about it. I receive the message GET was not expected. I know the procedure was supported in V5R2 but...

View Answer   |  May 13 2008   2:37 PM GMT   |  asked by FCARPENTER
COBOL, GET DIAGNOSTICS, SQL


Overwrite previous record with VBA code

I am doing a training exercise. All works OK as per the notes with a new record being added when the OK button is clicked. Now I want a script that overwrites the previous record and not to add a new record / row on pressing OK. Pls help with code

Answer Question   |  May 13 2008   1:28 PM GMT   |  asked by Battler
Excel, VBA, Excel macros


1 - 20 of 2313
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>