Hello Gurus,
i implemented the OpenFileDialog in my Windows Form Applications and it worked perfectly fine.However when it was run on a remote desktop i got the below error .
rt now im not sure where the problem is . is it something to do with any dll file which i need to include. if yes could u...
Hello ,
is there any possibility where i can extract the namespace (http://schemas.microsoft.com/project)from the xml file.
ie for eg
<?xml version="1.0" ?>
- <Project xmlns="http://schemas.microsoft.com/project">
<Name>test.xml</Name>
<Title>MS-Project2000- Kalender</Title>...
i am trying to extract the nodes from the File with the following code. However i am not succesfull in extracting the codes from the xpath given below...i do not know wht is my mistake in the xpath as i always get temp =0
would be gratefull for any help
try
{
XmlDocument xDoc = new...
hello everyone,
i am working on perltk where i need to browse on a directory for specific files (.sql extension).however it seems to be more complicated when i have to filter some files from these .sql files
ie for eg i have files :
test1.sql
test2.sql
test3.sql
test4.sql
test5.sql
test6.sql...
Hello everyone i have the following script (extract.pl)
#!/usr/bin/perl
# Purpose : This Program is used to extract a substring from a String
#use warnings;
scalar @ARGV ==2 or die "usage : There must be only 2 arguments";
my ($eingabe,$muster) = @ARGV;
my $index =...
Hello everyone ,
The following file is been created when i execute a sql query.. Here the third column (RELEASE_VON)is always given out in the next line ...where i would like it to put all of the values (ST ,SAG_SNR,RELEASE_VON) in the same line.. is it possible?
thank u in advance
ST...
Hello everyone ,
i would like to extract values(the next 3 values ) from a particular value ..for eg i search for a value 8 n the next 3 values should also be given out...i.e 8 ,7,6 ,5 or maybe i search for 1 and the following is displayed...1,2,3,4
1
2
3
4
5
6
7
8
9
10
is it possible
thank u...
Similar like the link below. Only that my specification in the alt tag is a bit long n i want it to have a linebreak(\n)
http://www.w3schools.com/js/tryit.asp?filename=tryjs_imagemap
hi,
im new to this ..but plz may i know wht is this tooltip n when is it exactly used for .. as far as i understood it is also used to display messages on images,text....
In my case i have one image n in this image there are many servers...so with the help of x,y co-ordinates i should...
Hi,
im supposed to have a diagram with Servers and workstations where when i have the mouse upon the Server image the Characteristics of this Server are stated (eg : server name,CPU type,MB,OS,date,RAM,....) .
i want to have the information stated one beloe the other. else its difficult...
hello Everyone,
is it possible to add new lines in the alt tag .. as /n doesnt seem to work inside the alt tag ..
im posting the code below
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Server</title>
<script...
Hello ,
i have this program for which i do not know yet where exactly the problem is . i guess it is something to do in defining a variable or maybe with my arguments which are defined maybe in a proper manner . would be gratefull for any advice
compare1.pl
#!/usr/bin/perl
use strict;
use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.