hi Everyone,
Can you please help me on how to convert dynamic pages to statics web pages like in php without affecting your dynamic page?
I'm using CGI Python...
Thanks
User Profile
Collapse
-
convert static to dynamic pages
-
PythonCard
HI,
A have a question about parent and child form. How can I make the child form dock on parent form? And make the child not sizable?
Hope I can get the answer here...
Thanks..... -
PythonCard
Hi,
A have a question about parent and child form. How can I make the child form dock on parent form? And make the child not sizable?
Hope I can get the answer here...
Thanks..... -
with your replies i think i should use C++.Thanks guys... -
-
-
folder protection
I dig the net but i can't find a correct way to do it. Here's my problem: Can I set a password when someone opens a specific folder or drive using vb6? I want to make a program for my pendrive so that no one can see my files stored in it and i want to program it myself.Pls guys help me. -
thanks for reply guys...
I hope that there's someone here knows how to do this stuff....Leave a comment:
-
drive letter
I want to make a vb6 project that could disconnect the pen drive from my computer and i could change the drive letter its using (i.e , from F:\ to Z:\)? Do you have sample codes that could do this stuff?
Pls help me -
-
Pendrive
Hi,
Is it possible to lock your pendrive and unlock it if you want to transfer or copy files using vb6?
Cheers -
Here is the example.
Code:def foo(): i = 10 i = i + 10 return i print foo()
Leave a comment:
-
Code:from win32com.client import constants import win32com.client import pythoncom class SpeechRecognition: """ Initialize the speech recognition with the passed in list of words """ def __init__(self, wordsToAdd): # For text-to-speech self.speaker = win32com.client.Dispatch("SAPI.SpVoice") # For speech recognition -
Leave a comment:
-
Hi,
if you want to preserve the time stamp of the file you can also use this code.
This can also unpack zip files with folders.
Code:def unzip(src,dst,name=''): if not os.path.isfile(src): print 'Zip file not found' else: archive = ZipFile(src,'r') #src = os.path.basename(src) if name=='': name = os.path.basename(os.path.dirname(dst))
Leave a comment:
-
pdf printing
Hi,
I have a question on how to print a pdf file with comment summary (CTRL T using adobe acrobat professional). I can print a pdf using win32api but it will not include the COMMENTS in printing.
I am using this code in printing normal pdf.
win32api.ShellE xecute(0, "print",fil e path, None, "", win32con.SW_HID E)
Hope you can help me guys... -
-
Date Addition
Hi,
how can I add calendar days in which it will exclude sundays?
ex: date today is MAY 1 then i will add 6 days, so it will return MAY 8 since sunday was excluded..
thanks guys.... -
yeah..but i cannot see my report in the report source property its empty.Do i have to import anything?or add a reference?...Leave a comment:
-
Crystal Report Problem
Hi there!
I have a problem on my report.
I can make crystal report(.rpt) but the the problem is when i connect it to report viewer, I cannot see my report in the report source property.Can anyone here knows how to solve this?
Thanks in advance!
No activity results to display
Show More
Leave a comment: