User Profile

Collapse

Profile Sidebar

Collapse
heiro
heiro
Last Activity: Feb 4 '10, 08:20 PM
Joined: Jul 11 '07
Location: Philippines
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • heiro
    started a topic convert static to dynamic pages

    convert static to dynamic pages

    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
    See more | Go to post

  • heiro
    started a topic PythonCard

    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.....
    See more | Go to post

  • heiro
    started a topic PythonCard

    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.....
    See more | Go to post

  • heiro
    replied to C or C++
    in C
    with your replies i think i should use C++.Thanks guys...
    See more | Go to post

    Leave a comment:


  • heiro
    started a topic C or C++
    in C

    C or C++

    What is better for a file manipulation? C or C++ ?
    See more | Go to post

  • heiro
    replied to folder protection
    No. Just in a Stand-alone PC....
    See more | Go to post

    Leave a comment:


  • heiro
    started a topic folder protection

    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.
    See more | Go to post

  • heiro
    replied to drive letter
    thanks for reply guys...
    I hope that there's someone here knows how to do this stuff....
    See more | Go to post

    Leave a comment:


  • heiro
    started a topic drive letter

    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
    See more | Go to post

  • heiro
    replied to Pendrive
    even a simple setting of permissions will do...
    See more | Go to post

    Leave a comment:


  • heiro
    started a topic Pendrive

    Pendrive

    Hi,

    Is it possible to lock your pendrive and unlock it if you want to transfer or copy files using vb6?

    Cheers
    See more | Go to post

  • heiro
    replied to Accessing variables
    Here is the example.
    Code:
    def foo():
         i = 10
         i = i + 10
         return i
    print foo()
    See more | Go to post

    Leave a comment:


  • heiro
    replied to Speech!
    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 -
    ...
    See more | Go to post

    Leave a comment:


  • heiro
    replied to Simple UnZip Script, help
    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))
    ...
    See more | Go to post

    Leave a comment:


  • heiro
    replied to Speech!
    posting again with code tags
    See more | Go to post
    Last edited by heiro; Jul 3 '08, 06:00 PM. Reason: no code tags

    Leave a comment:


  • heiro
    started a topic pdf printing

    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...
    See more | Go to post

  • heiro
    replied to Date Addition
    yeah much thanks for this.. i will do some modification.....
    See more | Go to post

    Leave a comment:


  • heiro
    started a topic Date Addition

    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....
    See more | Go to post

  • heiro
    replied to Crystal Report Problem
    in .NET
    yeah..but i cannot see my report in the report source property its empty.Do i have to import anything?or add a reference?...
    See more | Go to post

    Leave a comment:


  • heiro
    started a topic Crystal Report Problem
    in .NET

    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!
    See more | Go to post
No activity results to display
Show More
Working...