Hi,
I have an package which needs to be installed first.
During the installation, I would like the user to enter the password.
I would like this password to be based on a NUMBER. I will have an equation/technique to make the password based on this NUMBER.
What I'm looking for is, is there any such NUMBER that is system/computer specific which can be retrieved from the Registry and based on this retrieved...
User Profile
Collapse
-
System Specific data that can be retrieved from the registry
-
System Specific data that can be retrieved from the registry
Hi,
I have an package which needs to be installed first.
During the installation, I would like the user to enter the password.
I would like this password to be based on a NUMBER. I will have an equation/technique to make the password based on this NUMBER.
What I'm looking for is, is there any such NUMBER that is system/computer... -
System Specific data that can be retrieved from the registry
Hi,
I have an package in C# which needs to be installed first.
During the installation, I would like the user to enter the password.
I would like this password to be based on a NUMBER. I will have an equation/technique to make the password based on this NUMBER.
What I'm looking for is, is there any such NUMBER that is system/computer specific which can be retrieved from the Registry and based on this... -
Hi,
I got the solution.
the thickness will increase.Code:myCurve.Line.Width = 3;
RaviLeave a comment:
-
how to increase the thickness of the curve
Hi,
I have created the graph using zedgraphs. The graph has 3 curves.
Now, I wanted to increase the thickness of the curve.
This is the code i have used while printing the graph.
I dont want any symboltype as the curves are little closer to each other.Code:LineItem myCurve = myPane.AddCurve("Ch1", list1, Color.Blue, SymbolType.None);
Any... -
how to change the style of Grid lines.
Hi, I wanted to change the style, width and color of the grid lines for my X/Y scatter graph.
Basically, I want to distinguish the minor grid lines and the major grid lines.
Any help is appreciated.
Thanks,
Ravi -
Please check the attachment to view the type of margins i am looking for.
Labels at the x-Axis are 300 and 600, but other vertical lines are present.
Similarly, labels at Y-axis are 100, 200, 300 and so on, even though horizontal lines are present for 50, 150, 250...
How can we design this type of graph.
Thanks,
Ravi...Leave a comment:
-
Plotting X/Y graph in VB.NET.
Hello Friends,
I'm new to VB.net, but have been programming from a long time in other languages.
I wanted to plot a graph for one of my application in VB.net.
I want a Time (X-axis) Vs Temperature (Y-axis) graph, where
1. X- Axis has vertical lines every 10 minutes. So there are 6 vertical lines between 1 hr. The labels on the Axis should be written at every hour even though the vertical... -
Downloading an Excel File
Hi.
I want to download an Excel file from the server and am using the following code.
On clicking this button, I get the following Error.Code:<input type=button value="Click To Download" onClick="location.href='Logs.xls'">
exec of /tmp_mnt/org/www/cgidir/dev_cgitools/Codeplug/Logs.xls failed (Exec format error)
I read about Exec Formet... -
Download an Excel File.
Hi.
I want to download an Excel file from the server and am using the following code.
On clicking this button, I get the following Error.Code:<input type=button value="Click To Download" onClick="location.href='Logs.xls'">
exec of /tmp_mnt/org/www/cgidir/dev_cgitools/Codeplug/Logs.xls failed (Exec format error)
I read about Exec Formet... -
Questions relating replacing a variable and file parse.
Hi,
I'm trying to replace a character in a string. was facing problem in it.
$string = "D:\Folder\TEST \abc.txt"
i wanted to transform this string to "D:/Folder/TEST/abc.txt"
this is wot i tried, but doesn't work
$string = ~ s/\\/\//;
Another Q is related to fileparse.
...Code:$value = D:/Folder/TEST/abc.txt my ( $name,
-
Installing NET:SCP!!!
Hi,
To use NET::SCP, do we need to install it?
How do I do it?
Any help is appreciated.
Thanks,
Ravi -
how to copy a file from the local hard disk to a mapped server
Hi,
I have mapped a server to my computer (called it H drive). all my perl scripts run on the server.
Now, i would like to copy a file from my local hard disk (C drive) to this server.
As my scripts are running on the server, so while copying the file, the server is not able to recognize the location of the C drive (which is my local computer)
So, how do I make the server recognize my local computer and... -
Splitting a string!
Hi,
How to split this string:
I wanted the filename and directory path in two different variables.
I tried this, but it doesn't work
...Code:my($filename, $directories, $suffix) = fileparse("C:\WM603\PUBLIC\stdlib.h"); print "<br>Filename : " . $filename . "\n"; print "<br>Directory : " . $directories -
Hey Kevin,
It works and fits my requirement too.
Thanks a lot.
RaviLeave a comment:
-
Problem reading a text file.
Hi,
I'm facign a strange problem in reading a text file.
The contents of my text file is:
A1;B1;C1;D1
A2;B2;C2;D2
A3;B3;C3;D3
i want to split the contents based on the ";" (semi-colon).
I use the following code for it:
...Code:open (OUT, "report.txt") || die "Can't open the File $!\n"; my $data
-
Problem in copying a file from Local HD to server!
Hi,
My perl scripts run on a unix server which i access from a windows machine.
I wanted to copy a file from the local HD to this server.
But the problem is, whenever i try to access a file on the local Hd, it dosent allow at all. I discovered that, as the perl scripts are run on a remote machine, it is not possible to access the files on the local HD because of security issues. (correct me, if im wrong here)... -
Hi,
Well, i realized y the file was not opening...
actually, my perl script runs on the server side. and the path im giving, is mapped to a network drive.
So, The H:/ drive is actually a network drive, and not on my Local hard disk.
This mapping Perl script doesnt recognize and hence it can't open this file.
I have looked for an option. Save the file in my soruce code directory,...Leave a comment:
-
-
Hi,
I tried the following thing :
Code:open (OUT, $filename) || die "Can't open the File $!\n"; while(<OUT>) { print "$_"; } close(OUT);
the value of file name is "H:\cgi\cgi\cgi \Klocwork\clear quest.txt".
this doesnt open the file. and Displays :
Software error:
...Leave a comment:
No activity results to display
Show More
Leave a comment: