CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Greyson

Page 1 of 7 1 2 3 4

Search: Search took 0.14 seconds.

  1. Thread: Complex jQuery

    by Greyson
    Replies
    3
    Views
    1,040

    Re: Complex jQuery

    The select option with the value zero is just an option that says "Select One"
    I wanted to find out if there were any select controls that had not been changed to an actual valid value, eg not zero
  2. Thread: Complex jQuery

    by Greyson
    Replies
    3
    Views
    1,040

    Complex jQuery

    Hi All,

    I've only just started out with jQuery. I knid of know what it can do but I'm not sure how to do it.:confused:

    I have an aspx page where people can 'clone' an item to another media. ...
  3. Replies
    0
    Views
    504

    Access 2003 "No Printer"

    I know that this sounds like a noob query (prolly is) but it’s been a b#####d to search for so here goes the explanation:

    <Long winded explanation :lol: >
    The problem is with a normal .mdb...
  4. Replies
    1
    Views
    796

    Weird VLOOKUP problem (xl97)

    Hi all.

    Long time since I posted anything coz I'm now a student :cool: , but wouldn't u know it, first day back at work after xmas and I get a weird problem :confused: .

    OK - the basic problem...
  5. Replies
    3
    Views
    726

    Re: xml to MS access

    Cool. Thanks for the help
  6. Replies
    6
    Views
    842

    Re: Newbie could use some input!

    I have written a few bots for MMORPGs and it isn't easy. C++ is definatly the best program to use for this as it is much easier to adjust timing and/or reponses to the game.

    I wouldn't say that...
  7. Replies
    3
    Views
    726

    Re: xml to MS access

    bumped - please take a look at this problem, someone.
  8. Replies
    12
    Views
    7,467

    Re: Error "Query is too complex" update recordset

    That's they same problem alright, but u to pay cash to be a able to see the solutions in EE. I don't have an account so if anyone does, we would appreciate it if you could poach the solution
  9. Replies
    1
    Views
    1,351

    Re: Changing Page Numbers in Word with VBA

    How about if you have blank pages from 2 to 2000 with nothing but page numbers and use the document as the printer paper. Would that help?
  10. Replies
    12
    Views
    7,467

    Re: Error "Query is too complex" update recordset

    The queries look fine and very simple to me. Are the recordsets being produced from tables or queries because the query would run each time with the recordset query. These two combined could be too...
  11. Replies
    3
    Views
    726

    xml to MS access

    Did a search but came up blank. How do I import .xml files into access? Is it a simple conversion or does this get more complex? I don't have any xml files to play with so if someone could attach...
  12. Thread: Uhm Help?!

    by Greyson
    Replies
    2
    Views
    710

    Re: Uhm Help?!

    Dude, you told us that your trying to populate a listbox in MSAccess but we need a bit more detail than that.

    Post your code or even better, an eg database
    Let us know exactly which line in the...
  13. Replies
    5
    Views
    806

    Re: Sending Files Accross A Network

    It is possible but I think that you would need to have a sending and a receiving winsock app on the machines. One to talk to the other and send the file and the other one to listen and receive.
    ...
  14. Replies
    2
    Views
    798

    Re: How to log onto a shared folder

    You can do this through command prompt:
    net use z: \\mrgreedy\finshare <password> /user:<username> /n

    If you write this in a text file and change the extention to .bat then it will run...
  15. Re: Automation Error while Inserting data in Excel through VB6.0

    It's always dodgy developing on a later version and trying to run it on an older version.

    What about the Office package on the machines? Are they both the same? If not then it could well be a...
  16. Replies
    1
    Views
    2,343

    Re: Error 50304: What?!?

    I don't know enough about VB or German to translate this properly but you might be able to make it out. It seemed to solve the problem for someone.

    this is the German thread

    And this is a free...
  17. Re: Excel - Calculating an End Date ( option to select which days to count )

    It works fine for me. What I should imagine has happened (correct me if i'm wrong) is that this application was developed either on a different machine to the one that your using or that you have...
  18. The app looks fine to me. What is the problem...

    The app looks fine to me. What is the problem with it?
  19. Replies
    1
    Views
    654

    The syntax looks fine to me but I usually use an...

    The syntax looks fine to me but I usually use an alias:
    Public Declare Function GetBronze Lib "MyDLL" Alias _
    "MyDLLA" (ByVal start as Integer, ByVal end as Integer,_
    ByVal str as...
  20. Thread: Please Help Me

    by Greyson
    Replies
    2
    Views
    751

    in this piece of code: If Image1.Top =...

    in this piece of code:
    If Image1.Top = Shape1.Top And Image1.Left = Shape1.Left Then Basically this won't fire unless Image1 is actually covering Shape1. What should be more appropriate is:
    If...
  21. Replies
    72
    Views
    8,774

    Poll: Hokutata rated me (posts=27) but i received no...

    Hokutata rated me (posts=27) but i received no points. his rating light was grey until i rated. he can no see that he has 1 point and his light is now green.

    This means that he must have started...
  22. Replies
    72
    Views
    8,774

    Poll: Oh! Well your RP light (green thing in top...

    Oh! Well your RP light (green thing in top right) turned on after I gave you the point.

    It looks like you start with 0 then :/ . Either that or there's been some error. Or maybe 5 ppl didn't...
  23. Replies
    6
    Views
    958

    I'm not at all advanced in VB myself but here's...

    I'm not at all advanced in VB myself but here's what I know:

    For any code that does not act directly on the form I always create a new module but that is purely preference. If you are populating...
  24. Replies
    72
    Views
    8,774

    Poll: Thx :D It doesn't look like the rating...

    Thx :D

    It doesn't look like the rating counted. Do you have less than 5 RP?
  25. Replies
    72
    Views
    8,774

    Poll: Everyone starts with 5 rating points. You can...

    Everyone starts with 5 rating points. You can only loose rating points if someone disapproves of your reply (which isn't very likely unless someone is abusive or something). So really, you would...
Results 1 to 25 of 172
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured