Search:

Type: Posts; User: AIS4U

Page 1 of 13 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    1,164

    Re: Client / Server Database application

    I would agree. But, just because someone uses a tripod account doesn't necessarily mean that their business doesn't put out a good product.



    Well, I never was too big on "screaming" Web sites....
  2. Replies
    4
    Views
    511

    Re: Need immediate help

    libertygirl:

    Welcome to VBForums!

    Your posting is a little confusing and it is kind of hard to figure out just what you need/want to do. However, it appears you have too many things going on...
  3. Replies
    12
    Views
    1,769

    Re: [2005] List of countries from Regional Settings

    Here are two:

    System.Globalization - contains classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates,...
  4. Replies
    4
    Views
    427

    Re: Please help me on my new program

    If you want someone to help you, you need to tell us what you will be using to create your program. By that I mean, are you going to use VB.Net, VB 6 or some other language? And, what are you going...
  5. Replies
    5
    Views
    750

    Re: Data in VB.NET DataGrid

    http://www.vbforums.com/showthread.php?t=460700
  6. Replies
    6
    Views
    1,164

    Re: Client / Server Database application

    So, what is wrong with using a Tripod account?
  7. Replies
    10
    Views
    709

    Re: immediate help wanted

    You don't need a Linux server. You can use Windows 98, 2000, XP, Vista or whatever. Just download PHP and MySQL and you are good to go.
  8. Replies
    10
    Views
    709

    Re: immediate help wanted

    You have already asked this once in the ASP section,
    why didn't you just continue on there instead of making a new thread?

    http://www.vbforums.com/showthread.php?t=460294
  9. Re: Automated DTR System (Daily time Record) VB6 Expert

    meax:

    The first thing you should do is to start your own thread and not try to hyjack another person's thread.
  10. Replies
    5
    Views
    654

    Re: Starting a database?

    http://www.vbforums.com/showthread.php?p=2828444#post2828444
  11. Thread: database help

    by AIS4U
    Replies
    1
    Views
    670

    Re: database help

    http://www.vbforums.com/showthread.php?t=460113

    Thank You for not double posting!!!
  12. Replies
    10
    Views
    709

    Re: immediate help wanted

    Your posting tells us absolutely NOTHING!
    You probably know exactly what you are talking about, but it
    is not clear from your posting.

    If you expect much help I think you will need to give quite...
  13. Thread: Fill a combobox

    by AIS4U
    Replies
    2
    Views
    538

    Re: Fill a combobox

    You asked this same question in the VB.Net Forum section.
    So, which language do you want to do this in.

    Making duplicate postings is frowned upon as well as being very confusing to the member who...
  14. Replies
    4
    Views
    494

    Re: Install Printers

    Not trying to be a smart a _ _, but I think it would be easier to offer your network user a good tutorial about simple printer installation.

    I'm not certain, but I think at a minimum they would...
  15. Re: Fill a combobox preserving characters format

    I think you can use the escape character \ to preserve your special characters.
    It has worked for me before.
  16. Re: importing/converting paradox db to VB6.0 enterprise edition

    Welcome to VBForums.

    I'm not exactly sure what you mean by "import or convert"??
    If your question is, can you create applications in VB 6.0 that can use data from a paradox database, then the...
  17. Re: [2005exprs]Checkedlistbox --> selected and not selected items

    I think you need to use:
    CheckedListBox1.CheckedItems
    and not:
    selectedindex
  18. Replies
    6
    Views
    686

    Re: addition help needed!

    Logophobic:

    You are absolutely correct, but since he/she was making a puzzle and it stated the entries were to be numeric I figured any person using the puzzle
    would in fact enter numbers.
    ...
  19. Replies
    6
    Views
    686

    Re: addition help needed!

    winterlight:

    You kind of got it, but not quite,

    Try this:


    Dim Sum1 As String
    Dim Sum2 As String
  20. Re: Generating a word doc and entering database info

    A good place to start might be with RobDog's FAQ's in this thread.
    http://www.vbforums.com/showthread.php?t=358585
  21. Replies
    2
    Views
    544

    Re: Attachments.

    Just click on the USER CP above and then in the Control Panel on the left, go to the bottom and click on Attachments. Then check the ones you want to delete and delete them
  22. Replies
    1
    Views
    936

    Re: Create MSChart in run time

    You need to add the Microsoft Chart Control to the toolbox.

    I have attached a sample VB 6.0 Chart app zip file.

    Good Luck
  23. Replies
    4
    Views
    556

    Re: Finding Lost Controls

    Yup, Rob you're right.
    Thought I was in the .Net thread.
    That's OK, I'm awake now.
  24. Replies
    4
    Views
    556

    Re: Finding Lost Controls

    Just go down the list of Properties until you get to Location and set it to something like 2,2 and that should put the control in the top left corner of the form.

    I'm sure there are other ways to...
  25. Replies
    19
    Views
    1,029

    Poll: Re: Should We Keep the Thread ToolTips?

    I find them very annoying and would vote not to keep them.
  26. Re: Data Migration from MS Access to MS SQL 2005

    cyberlance:

    Welcome to VBForums.

    Gee, I think someone just asked a similar question a few days ago. My suggestion was to make the MS SQL database so that it has the same Table names, field...
  27. Re: Form starts at 0,0 and jumps to center?

    fullwave:

    Welcome to VBForums.

    It is kind of hard to tell what might be happening since you didn't give much information.
    One guess would be that you are setting the form position property in...
  28. Re: Populating a combo box using ADODC control

    Kitkat:

    You can't use the regular ComboBox with ADODC, you have to use the DBCombo.
  29. Thread: A.s.a.p

    by AIS4U
    Replies
    18
    Views
    950

    Re: A.s.a.p

    Do you have a table named or should that be Reserved ???
  30. Re: Need help on Import and Export of data in sql 2005

    Well, I certainly am not a SQL guru, I still use SQL 7 for a lot of my stuff, but I think that if you create a database in SQL Express 2005 with the exact same Table names, field names and value...
  31. Replies
    1
    Views
    444

    Re: What are user defined functions in oracle

    it is kind of hard to understand just what you are asking since, for the most part, user defined functions in Oracle would be basically like any user defined function.

    If you are asking about the...
  32. Re: Euclidean Algorithm Program Pseudocode and Program needed

    Here are a couple of links that have to do with Euclidean Algorithm Program Pseudocode, that you might find helpful.

    http://primes.utm.edu/glossary/page.php?sort=EuclideanAlgorithm
    ...
  33. Thread: Install ? [2005]

    by AIS4U
    Replies
    16
    Views
    972

    Re: Install ? [2005]

    I think you can change that by going to the Tools menu and selecting Options.
  34. Replies
    2
    Views
    675

    Re: [2.0] Create an empty excel document

    I think these two links might help you.

    http://support.microsoft.com/kb/302084

    http://www.codeproject.com/useritems/Excel_Application_in_C_.asp

    Good Luck
  35. Thread: Bitblt

    by AIS4U
    Replies
    4
    Views
    715

    Re: Bitblt

    Sorry, but I don't know anything about and it looks like you have searched the Net pretty much.

    Maybe you should make a posting in the Game section of VBForums, possibly one of the members there...
  36. Thread: OCR technology

    by AIS4U
    Replies
    1
    Views
    592

    Re: OCR technology

    I'm certainly not an OCR expert, but I do know that OCR software involves the use of very complex algorithms.

    To get an idea do a Google search on OCR Algorithms and you will find a lot of...
  37. Replies
    14
    Views
    991

    Re: A few VB Issues (Debugging)

    I haven't looked at your project, but would be:
    txtDate.text = Now()
  38. Replies
    4
    Views
    638

    Re: Help in Auto Number

    I don't think that you can do that.
    An auto number means exactly what it says a number, AZ011 isn't a number in the true sense. It is a combination of letters and numbers and therefore you can...
  39. Thread: query on listbox

    by AIS4U
    Replies
    2
    Views
    351

    Re: query on listbox

    The better way of doing it is not to use the DataGrid bound control.
    Instead of using ADODC you should use ADO (ActiveX Data Objects).
    There are a lot of examples of previous posting if you search...
  40. Replies
    2
    Views
    341

    Re: Need expert guidance

    well, I'm not sure what you are looking for since you posted this in the Office Development area???

    Do you want information about Classic Visual Basic 6.0 or about Visual Basic.Net???

    Or maybe...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width