User Profile

Collapse

Profile Sidebar

Collapse
Reena83
Reena83
Last Activity: Apr 3 '07, 01:14 PM
Joined: Sep 21 '06
Location: Melb, Australia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Reena83
    replied to Windows XP
    Hi guys,
    Thanks for all your help...Ahem Sashi... it didnt work i nearly died... I followed everything step by step and it took me a while...coz I was afraid id lose all my work. But I got stuck on step 11. It just wouldnt let me get passed it, kept saying the user was not recognised. I cant believe it I spent hours on it. I kept restarting when I knew I was actually re-installing XP I freaked but nope all my work was there, phew!
    ...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to Windows XP
    Hi guys,
    I tried the safe mode, but it asks for a password. I tried to do what you guys said but it still wont work. Is there any other way to override the settings? It keeps saying password incorrect but I dont know what it is, we were using the same password, then when we went through some problems she changed it and wont tell me, I dont think the brat remembers either.

    I hate siblings, their useless, so much for the speed...
    See more | Go to post

    Leave a comment:


  • Reena83
    started a topic Windows XP

    Windows XP

    Hi guys, I need to know, recently I added a user account on my PC because of an invasion of privacy. But on my PC there was already another user, my stupid sister, who just uses my work and messes with my files.

    So when I added a user account my user account type was computer administrator, hence I can update any programs I wanted, and set my password etc.

    But it seems that now my user account type has changed to limited...
    See more | Go to post

  • Hi Kumar,
    Just want to know did the information help you? Did you have any problems or was everything ok? Actually if you let me know then I can see about finding some other ways to help you out in terms of links etc!

    Reena...
    See more | Go to post

    Leave a comment:


  • Reena83
    started a topic Crystal report formula Help Needed

    Crystal report formula Help Needed

    Hi guys,
    I am having heaps of problems with crystal reports and vb6.
    Basically I did a sample project and that works fine. Where I have a print button and

    rptCRControl.Re portFileName = "BooksInCat.rpt "
    rptCRControl.Se lectionFormula = "{tblCategories .CatNum}= " & mrsCategories!C atNum
    rptCRControl.Ac tion = 1

    Because we view by categories and each category...
    See more | Go to post

  • Ok from what your saying, I make out that you want a link that opens up images. Well you can add a link to any word but do you have a html page that has all your pictures in it. This way if you click the link you can navigate to all your images.

    <a href="http://yourhtml.htm>cz iarel</a>

    Hope it helps you...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to Preloader Problems: Newbie
    You might want to try these links:

    http://www.mix-fx.com/ourpart.htm
    http://www.webwasp.co.uk/tutorials/preloaders/index.php
    http://www.covenantanimation.com/preloaders.htm

    I did use samples from a site previously but can not remember at the moment, If I find it anytime soon will let you know.

    Good luck...
    See more | Go to post
    Last edited by RedSon; Dec 12 '07, 04:03 PM.

    Leave a comment:


  • Hi Yogi...
    Did you mean to ask for the scroll function? Just lil confused here, coz usually when I get data from the database into a listbox when you have lots of data the scroll function is there! I'm just thinking right now perhaps thats what you were after!!!...
    See more | Go to post

    Leave a comment:


  • Why are you trying to add a command button in your listbox???...
    See more | Go to post

    Leave a comment:


  • You can try these links:

    http://www.bleepingcom puter.com/tutorials/tutorial61.html

    http://www.friendsinte ch.com/index.php/archives/90

    http://windowshelp.mic rosoft.com/Windows/en-US/help/323ef48f-7b93-4079-a48a-5c58eec904a1103 3.mspx...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to flex grid in vb
    Hi Nirmal,
    Ok you need to have a connection to your database as a reference in your Module. StartUp object has to be set and the ActiveX objects(2.5/above).

    You need to have set up your flexgrid. and then have to call a function that opens your connection and sql.

    eg. pstBooksSQL = "Select ISBN, Title, Author, PurchasePrice, DatePurchased " & _
    "From tblbooks " & _
    "where...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to animated gif file to vb form?
    Hi there, Sashi's just being immature:)
    Please refer to: http://www.thescripts. com/forum/thread541316.ht ml

    Actually I did spend hours trying to find references myself. Hope it helps. ANd good luck!...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to How to animate my gif
    Please refer to: http://www.thescripts. com/forum/thread541316.ht ml...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to Help im doing a calculator
    Hi, are you still having problems. I have a calculator program its so simple and all in good working order. Just send me an email. And Ill help you out...
    Reena...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to What is animated bitbit?
    If you are going to add your animated gif to VB:
    select the Microsoft Internet Controls
    component. When you do, the WebBrowser control appears on Visual
    Basic's toolbar. Drop the control onto a form, then in the form's
    Load() event place the following code:

    WebBrowser1.Nav igate "C:Internetanim .gif"

    you can turn this scrollbar off :

    WebBrowser1.Nav igate "about:<html><b ody...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to SQL connection
    *************** *************** *************** *************** *************** *************** **
    How do we access an external database from Visual Basic?
    To access an external database, we need to have the following items in our project:
    1. The Microsoft ActiveX Data Objects Library (version 2.5 upwards)
    2. A global variable that is used to connect to the database
    3. A command to associate the global variable with the...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to how to add date time picker in VB6.0
    Hi Anupriya
    Are you after a calendar? If you are then I have some coding that I just did recently which I can send to you. Just confirm if thats what you want!

    Reena...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to What is animated bitbit?
    HI. I found some sites that maybe of use to you. Havent tried it myself yet!
    http://www.devx.com/vb2themax/Tip/18551


    http://www.experts-exchange.com/Programming/Programming_Lan guages/Visual_Basic/Q_20549193.html

    Reena...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to How to code a form open upon load
    Can you be a little more specific. Its really vague!...
    See more | Go to post

    Leave a comment:


  • Reena83
    replied to create a new field
    www.businessand law.vu.edu.au/bco3150

    Week 6, 7

    Good luck. I just finished one project. Took me hours....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...