User Profile
Collapse
-
Is it only possible to access this from the most recent version of Visual studio, As i can't seem to reference timezoneinfo only timezone? -
Date formatting hell
Hi Forum,
I am having a tough time with dealing with formatting of times. I have seen so many posts about this on Google, but not one of them seem to provide me with the expected result.
My issue is in my code I want to be able to format all my times using GB culture formatting, however my program just falls over and crashes if its in the US format, I want a bit of code that will allow my program to always convert the value... -
RSA Software protection
I am trying to write a protection procedure, which will allow me to create a licence key for our users. This licence key will ensure that the software can only run on the registered system, and will allow the user to access only specific areas of my program which is relevant to them.
I am thinking of using an RSA style approach to this where I want to be the only person who can create the registration keys. But I want to allow the program... -
Program Licencing
Hi Forum,
I have asked questions about this before but my program has came to cross roads where I require more flexibility in my security procedures.
At the moment I generate a specific key based on certain details about the system, and I hash this data to file, which ensures it will only run on this system.
However it has now got to the point where I have a need for providing keys which will carry settings... -
XML to Word Document
Hi Forum,
I have been trying to create an automated report in word, using VB.NET.
I am trying to build a program, which will read an XML template of the word document, which should traverse through the XML document, and create the desired elements from the name of the XML tags.
My xml file looks like the following
Code:<Document> <Heading1> <Title> 1.0 Introduction</Title>
Last edited by Frinavale; Jan 25 '10, 04:24 PM. Reason: Please post code in [code] ... [/code] tags. Changed Quote tags into Code tags. -
Hi Thanks,
For your post, I actually gave up on this method, I wanted to stick with the tablelayoutpane l as I think it looks a hell of lot better than datagridview. All I did was that I created a reference to each control with an arraylist everytime I added a new item into the table. So it was easier to get access to each dynamically generated control. It works like a treat.
And to store all the variables I also used...Leave a comment:
-
TablePanelLayout Help
Hi Forum,
I have been fighting with this code for a day now.
What I have done is am have created a table in VB.NET using the TablePanelLayou t object. I manage to the build the table perfectly and it looks how I want it too look.
I load the formatting and headings in from a CSV file which I query using OLEDB.
My table basically has the following format
---------------------------------------... -
-
Set fullscreen using javascript
Hi
I am trying to work out if it is possible to write a bit of javascript, which will set a flash movie to fullscreen mode. As at the moment the player only provides a tiny button which will set the video to fullscreen.
I would like to provide a simple HTML link which when clicked will trigger the fullscreen mode.
Is this possible?
cheers
Boyindie -
exact word matching
Hi
I have been fighting with this lump of code for the last week what I am trying to do is that I am passing words into passages of texts, and I want the system to go and find exact word matches only and place square brackets around them e.g
word = car
PASSAGE:
the red car required a lot of care to prevent a scar
I only want it to place a square bracket around the word car and ignore... -
onunload event
HI
I am trying to use the window onunload event, so that when a user closes the window it will go and delete a text file that it uses to read contents from, so to stop my server filling up with loads of text files.
But i have problem that it will go and delete a file if i push a button as it considers moving away from that page as an onunload event.
i am trying to write the...Leave a comment:
-
-
onunload event help
HI
I am trying to use the window onunload event, so that when a user closes the window it will go and delete a text file that it uses to read contents from, so to stop my server filling up with loads of text files.
But i have problem that it will go and delete a file if i push a button as it considers moving away from that page as an onunload event.
i am trying to write the function so that it can detect... -
fasttemplate with drop down box
HI
I am trying to build a page using the fasttemplate class.
I am having problems getting it to populate a drop down menu using the templating
I read words from a text file and I read them into array, which I loop around and set to the template
all i am gettin is multiple drop down boxes being printed out, with a single word in each
anyhelp would be greatly appreciated... -
This is a cool idea, I have got it reading in a delimited text file into the IFRAME but I don't get how i can read the contents of the IFRAME into my page using javascript as there both coming from completely different domains.Leave a comment:
-
ajax problem
Hi
I have looked endlessly for a solution to my problem but I have found no solutions
I have a problem where I am using ajax to basically pull values of words out a text file stored on a server on a *DIFFERENT* domain, and I want to pull the words back into a drop down menu.
I was originally doing it by passing the words into the page from my server through the URL, but if the page has a lot of words which... -
thats it working thank you
i can't believe i haven't noticed that after almost two days!Leave a comment:
-
Appologies
I must of messed up the paste somehow
this is my drop down box
[HTML]<table border="0">
<tr>
<td>
<select id="wordlist" name="sel1" size="10" multiple="multi ple">
</select>
</td>
<td align="center" valign="middle" >
<image...Leave a comment:
-
the dropdown box looks like the following
[HTML]<table border="0">
<tr>
<td>
<select id="wordlist" name="sel1" size="10" multiple="multi ple">
<option value="">Word List</option>
</select>
</td>
<image src=""
onClick="moveOp tions1();"/><br...Leave a comment:
-
What do you mean by the select element?
The actual drop down box
sorry i am new to javascript...Leave a comment:
No activity results to display
Show More
Leave a comment: