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

Search:

Type: Posts; User: Lord Zarm

Page 1 of 13 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    3
    Views
    659

    Property Sheet and Pages

    Hi all,

    I have created a propererty sheet and I am adding the pages to it .

    Each of those pages had predetermined heading that shows up on its tab. My question is before I add one of these...
  2. Replies
    1
    Views
    599

    dialog resoultions

    Was wondering how i could tell what the current resoultion of the computer was set at so i could load a different dialog depending on the current resoultion.

    Thanks for any help!
  3. Thread: Group By

    by Lord Zarm
    Replies
    0
    Views
    1,022

    Group By

    Is there a way to change a group by link

    I have the group by set with an ID but I want to give the user and option to change this to NAME is there a way I can change the group by?
  4. Replies
    0
    Views
    883

    Some Crystal Q's

    Is there a way to disable links in a subreport from code while the report is being created?

    Does using page 1 of X slow down the creation of a report. It seems my report that is about 200 pages...
  5. Replies
    4
    Views
    955

    The problem is that all of these codes are...

    The problem is that all of these codes are different columns in one row. So I need to match these codes with a description from one other table.

    I cant change the table layout. I didnt design it...
  6. Replies
    4
    Views
    955

    tricky statement...

    This is my problem.

    I have 10 different codes in a table.

    Another table has descriptions of the codes.

    I am trying to come up with a select statement than will change the codes to their...
  7. Replies
    1
    Views
    456

    SQL error - Wrong types

    The error I am getting is
    "Arguments are of the wrong type, are out of acceptable range or and in conflict of each other. 3001"


    I am trying to filter out a record set so that it only shows...
  8. Replies
    1
    Views
    672

    reusing code VC++ multi Directories

    I cant seem to get this to work.

    Here is what I want to do.

    I have 3 projects. All 3 have two classes that I use all the same in one.

    Right now after I update the class I then copy the code...
  9. Thread: override

    by Lord Zarm
    Replies
    5
    Views
    761

    Set keypreview of form to true Thanks That was...

    Set keypreview of form to true

    Thanks That was why it wasnt working. Excellent!
  10. Thread: override

    by Lord Zarm
    Replies
    5
    Views
    761

    Yes I meant Forms.... **** I cant speel. And that...

    Yes I meant Forms.... **** I cant speel. And that one I actually knew. Anyway how do I override this F1 key. Please can you help me?
  11. Thread: override

    by Lord Zarm
    Replies
    5
    Views
    761

    override

    In Vb I want to override the F1 key on a forum. How does one do that?
  12. Replies
    1
    Views
    644

    combo Box (drop down)

    I need a way to not allow the user out of a combo box if the drop down list is showing. Not sure how I do this.
  13. Replies
    3
    Views
    4,133

    These two things just dont seem to work < ...

    These two things just dont seem to work

    &lt;


    &gt;
  14. Replies
    3
    Views
    641

    version of a DLL

    I have a program that I have been working on for a number of years. There is constant changes needed. Anyway the dll's that I bought some time ago are now out of date.

    When a client has by...
  15. Thread: bitmaps

    by Lord Zarm
    Replies
    1
    Views
    452

    bitmaps

    Is there a way to determine the size of the bitmap. I want to know what the bitmap is.

    For example a bitmap 192x64 (as it is shown when looking at the file in widows explorer. I want to be able to...
  16. Thread: Sql

    by Lord Zarm
    Replies
    4
    Views
    676

    Sql

    I am having a problem with my SQL statement...



    stry = "Select * from TabCheckHistory where ClientId = '" & CID & "'"
    stry = stry & " and Format(CheckDate,'YYYY') = " & LastYear

    I guess I...
  17. Thread: str -> Long

    by Lord Zarm
    Replies
    2
    Views
    570

    str -> Long

    dim x as long
    dim str as string

    str = "567"
    x = str


    This doesnt work. But how do I convert a string to a long?
  18. Thread: Str -> Long

    by Lord Zarm
    Replies
    2
    Views
    551

    ahh DOH Sorry I posted this in the wrong...

    ahh DOH

    Sorry I posted this in the wrong forum. Sorry...
  19. Thread: Str -> Long

    by Lord Zarm
    Replies
    2
    Views
    551

    Str -> Long

    I am not sure how to do this
    I have a string and I need to convert it to a long.



    dim x as long
    dim str as string

    str = "546"
    x = str
  20. Thread: Libary File

    by Lord Zarm
    Replies
    1
    Views
    444

    Libary File

    I want to add a bitmap to my MFC libary file.
    It seemed to add it and it called it Script1.rc
    but it doesnt find the bitmap I called LETTERS

    What am I doing wrong



    CBitmap bitmap;...
  21. Thread: Delete

    by Lord Zarm
    Replies
    1
    Views
    553

    Delete SQL statement

    What is the SQL statement to remove a query from a database?
  22. Replies
    2
    Views
    1,994

    access database problem

    I am getting a file sharing lock count exceeded error.

    I am trying to delete a lot of rows from a table, about 18000 rows.

    lsSQL = "Delete from " & lsTblName & " " & lsWhereClause...
  23. Replies
    1
    Views
    503

    simple CString question...

    I have a string that comes in. When it comes it I dont care how big.

    After that I need to make the string only 10 characters long
    How do I force a CString to ditch all the letters after the 10th...
  24. Replies
    1
    Views
    536

    Out Of Memory (RESOLVED)

    I am having a strange problem with my program.

    http://www.dewgames.com/checkmeout.zip

    I have WindowsXP and it works fine on my computer.

    Two people who downloaded it got out of memory errors...
  25. Thread: sql problem

    by Lord Zarm
    Replies
    1
    Views
    567

    sql problem

    ALTER TABLE tblEarningsDeds ADD AllowSplitOverride varchar(1)

    I need to somehow tell that this field can be zero length... Its an access database I am working on....

    I cant figure out what I...
Results 1 to 25 of 315
Page 1 of 13 1 2 3 4





Click Here to Expand Forum to Full Width

Featured