Search:

Type: Posts; User: taxes

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    20
    Views
    2,816

    Re: ComboBox Multiple Fields [Resolved -Superbly]

    Hi,

    I thought this one was long dead!

    Look at posts 10 & 11 above
  2. Thread: backup of code

    by taxes
    Replies
    11
    Views
    942

    Re: backup of code

    HI,

    Sorry Koolsid. I didn't miss your comment but didn'tknow that could be done.

    Thanks isnoend07 & dee-u for the links. I have looked at them briefly and will try them tomorrow.
    ...
  3. Thread: backup of code

    by taxes
    Replies
    11
    Views
    942

    Re: backup of code

    Hi Guys,

    Sorry, but I still have not made myself clear. By manually copying the entire directory and pasting it to the flash drive, I get all the files. BUT I, being very lazy, want to do it...
  4. Thread: backup of code

    by taxes
    Replies
    11
    Views
    942

    Re: backup of code

    Hi,

    Sorry, I did not state my problem precisely enough.

    In my project, I have a file menangement form which gives the options of backing up the data and the code separately. The backup copy...
  5. Thread: backup of code

    by taxes
    Replies
    11
    Views
    942

    backup of code

    Hi,

    In trying to copy/paste from my computer to a flash drive the project files ( forms, modules etc) are not transferred. Presumably a reference to thos forms is transferred but that does not...
  6. Thread: project location

    by taxes
    Replies
    6
    Views
    1,582

    Re: project location

    [QUOTE=si_the_geek]You should not ever be saving files to Program Files, you should be storing them elsewhere instead.

    I suspect you are using Vista, as it gives all kinds of grief for that kind...
  7. Thread: project location

    by taxes
    Replies
    6
    Views
    1,582

    project location

    Hi,

    When I load up VB6 and check the properties of the available projects, I see they are in

    c:/Program Files/Microsoft Visual Studio/VB98

    But when I look in that location I cannot find...
  8. Replies
    15
    Views
    1,145

    Re: Maths.

    Agreed. But my point is that, if you look up the ASIN() description in MSDN, it nowhere states that the function is limited to a specific language. So, being naieve, I assumed that it was...
  9. Replies
    15
    Views
    1,145

    Re: Maths.

    OK.... WARNING TO ALL. The ASIN() Function) clearly detailed in MSDN Library Visual Studio 6.0 is NOT recognised by VB6. The ARCSIN can be replicated using the procedure detailed in MSDN...
  10. Replies
    15
    Views
    1,145

    Re: Maths.

    Hi guys,

    I have it now. I have to use Atn(x/Sqr(-x*x+1))


    !!!!

    Thanks everyone.
  11. Replies
    15
    Views
    1,145

    Re: Maths.

    According to MSDN Library Visual Studio 6.0 the ASIN() function returns a numeric expression.
  12. Replies
    15
    Views
    1,145

    Re: Maths.

    Hi

    No, As I said in the first post, it is VB6. I am a little rusty in VB6 but am amending an old program.
  13. Replies
    15
    Views
    1,145

    Re: Maths.

    Hi,

    I am calibrating a dipstick for an elliptical cross section oil tank.

    The ASIN() function does NOT appear in the dropdown list after Math. but it is clearly documented in MSDN help.
  14. Replies
    15
    Views
    1,145

    [RESOLVED] Maths.

    Hi Guys,

    In VB6, the following code gives me the error "Method or data member not found"


    Z = r1 * r2 * (pi / 2 + Math.asin(dFuelDepth / r2))

    the highlighted item is asin

    The...
  15. Thread: Vs 2008

    by taxes
    Replies
    4
    Views
    542

    Vs 2008

    Hi,

    softwarecds.co.uk claims to sell VS.Net 2008 for £24.95.

    Anyone know what the catch is?
  16. Replies
    19
    Views
    3,946

    Re: chr 13+chr 10 ????

    Any particular reason for including the "" ?
  17. Replies
    9
    Views
    693

    Re: help me to make a monitor

    Hi,

    Can I suggest that you use a different thread title? "Make a monitor" sounds like you want to build the hardware, whereas what you are asking for is help to create a program which will...
  18. Replies
    18
    Views
    2,031

    Re: Short Variable Declarations.

    Hi,

    How about putting the DLL on your web site and making the project access it's functions through there? Or would that slow it down too much?

    Or, Let them have the proper EXE but then...
  19. Replies
    7
    Views
    1,133

    Re: Move project to new computer

    Hi
    The Exe version works throughout. The IDE version would not even show the first form which did not set up any contact with a database until a choice was made on that form. I don't knohow far...
  20. Replies
    7
    Views
    1,133

    Re: Move project to new computer

    Hi Si,

    Many thanks. I unticked the missing file on the new computer and then copied the one (it was named slightly differently) from the old one. The programme now works.

    Much appreciated.
  21. Replies
    2
    Views
    370

    Re: a few questions about vb and others

    Hi

    Yes, you can do more with .Net, but I just wish printing documents was as simple as it was in VB6. Sure, complicated printing is better suited to .NET but you can't beat the VB6 print...
  22. Replies
    7
    Views
    1,133

    Re: Move project to new computer

    Hi Si,

    One is marked "Missing" The MICROSOFT DTC Framework

    All forms & modules show in the project explorer
  23. Replies
    7
    Views
    1,133

    [RESOLVED] Move project to new computer

    Hi,

    I fear my computer on which I have my old VB6 projects is about to break down and want to move them from the existing XP Professional system to my new Vista Home Edition Computer.

    The ...
  24. Replies
    23
    Views
    1,419

    Re: textbox1 limited by multiple ranges of numbers

    Hi,

    Just a thought. Developing on Jim Davis's post, if you already have the valid room numbers already listed somewhere (Excel or Access etc) if you use them in a continuous string you do not...
  25. Replies
    23
    Views
    1,419

    Re: textbox1 limited by multiple ranges of numbers

    Hi,

    The following code will do the job as indicated. The code also includes my testing coding, which used two texboxes and two command buttons, which gives you one way of checking the validity of...
  26. Replies
    23
    Views
    1,419

    Re: textbox1 limited by multiple ranges of numbers

    Hi Spoo,

    Just seen your post. Don't worry about me, I'm sure that there will be several different approaches on this one. The initial problem was to ascertain precisely what was trying to be...
  27. Replies
    23
    Views
    1,419

    Re: textbox1 limited by multiple ranges of numbers

    OK. I'll let you hsve my idea on the room validity coding, but first tell me the highest room number on each of the 10 floors. I assume that the ground floor is floor 0 and there are no...
  28. Replies
    23
    Views
    1,419

    Re: textbox1 limited by multiple ranges of numbers

    Hi,

    As I suspected, what you are trying to do goes far beyond your first post. You have been given ample information to deal with the problem you proposed, but what you have to do first of all is...
  29. Replies
    23
    Views
    1,419

    Re: textbox1 limited by multiple ranges of numbers

    Hi,

    We need lopez.misael to tell us what he wants to do with the rooms after he has confirmed that the selected number is valid. If he wants to check not only the validity but also the...
  30. Replies
    23
    Views
    1,419

    Re: textbox1 limited by multiple ranges of numbers

    Hi,

    In my simple mind the use of two dimensional arrays with Boolean values is sufficient.

    E.G. For 10 floors with a maximum number of 30 rooms on any one floor, RoomArray(10,30). For...
  31. Replies
    6
    Views
    985

    Re: Missing Form

    , All,

    Thanks guys. Responses as follows:


    KoolSid. I should have said I could not find it through the XP Search facility. Don't know why. I suppose XP does not recognise that...
  32. Replies
    6
    Views
    985

    Re: Missing Form

    Hi Si

    I jst tried that and the form is still not shown.
  33. Replies
    6
    Views
    985

    [RESOLVED] Missing Form

    Hi,

    Suddenly, a form has gone missing from my project form files. It still shows in the project explorer, but is missing from the folder where the forms etc are stored. I tried creating a new...
  34. Re: Copy 2D array into 1D array

    Hi,

    What you have there is two, 2 dimension arrays, each having 150 elements.

    What are you trying to achieve? What do you mean by

    Y_N(U) Are you subtracting the value of the...
  35. Replies
    12
    Views
    1,268

    Re: Creating controls in code

    Hi techgnome,


    You just found a way to completely replace the CallByName function !!!!!!
  36. Replies
    12
    Views
    1,268

    Re: Creating controls in code

    HI techgnome & others.

    Yes, that worked. Many thanks.
  37. Replies
    12
    Views
    1,268

    Re: Creating controls in code

    Hi,

    Thanks Guys,

    I broke off for dinner. I'll try it now.
  38. Replies
    12
    Views
    1,268

    Re: Creating controls in code

    Here it is


    Public Sub CreateBoxes()
    'create blank grid
    Dim A As Integer = 0
    Dim B As Integer = 0
    For X As Integer = 1 To 9
    For Y As Integer = 1...
  39. Replies
    12
    Views
    1,268

    [RESOLVED] Creating controls in code

    Hi Guys,

    With VB 2008 Express Edition I have created some controls in code. I can access them in code OK but when I try to access them in the debugging window to check their run-time values I get...
  40. Replies
    16
    Views
    1,480

    Re: timer???????????

    Hi,

    .paul has probably hit the nail on the head!!

    If you want the text box itself to remain visible, use the code he first posted. If you want the entire text box to disappear then use...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width