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

Search:

Type: Posts; User: Bill Crawley

Page 1 of 49 1 2 3 4

Search: Search took 1.16 seconds.

  1. Replies
    4
    Views
    1,010

    Re: Is what i'm coding wright or wrong

    Also check out interfaces. The common thing between all of them is Name, So this is a prime candidate for an interface especially if it's required.
  2. Replies
    2
    Views
    1,856

    Re: CR 8.5 installation error

    I've not seen this one before. Cr 8.5 is ok with Xp.

    I'd suggest booting in safe mode and trying the install from there.
  3. Replies
    0
    Views
    2,896

    TFS2010 Problems

    Hi All,

    I have installed VS2010 ultimate on xp Pro SP3. I then installed team Foundation Server 2010.

    I wanted to create a project in vs2010 and add it into TFS for sourcecontrol purposes. In...
  4. Replies
    1
    Views
    605

    Re: transaction batch

    This partly depends on how you are updating the DB and your overall design for the business layer. I.E. if everything is being done in the data layer using Stored procs for example, then it makes...
  5. Replies
    0
    Views
    942

    Database design for MVC

    Hi All,

    I'm getting up to speed with MVC. In all examples that I find, the database tables always seem to have a single autoincrement column as the key. Is this the standard for DB Design when the...
  6. Replies
    4
    Views
    1,689

    Re: FireFox issue!!

    If you install Firbug and the developer toolbar for firefox, you should be able to step your code in the browser and see what the browser is referencing (both are firefox add-ons)
  7. Replies
    2
    Views
    1,097

    Re: div child problem

    Another way if I understand is:

    in the main Div Set it's style Position:Static.
    Then create a new div below the main div and then Do Something Like:


    <div style="float:left;...
  8. Replies
    0
    Views
    551

    [RESOLVED] making a DLL

    Hi All,

    I'm quite rusty at this having not had to do one for a couple of years. I have made some changes to a Dll project and then from the File menu selected 'Make'. This has given me 2 files.
    ...
  9. Replies
    1
    Views
    761

    Problem setting a Variable.

    Guys,

    In a Transaction Block I have the following code, and in my catch block I report the error. It States that on line 27 (reference to the first variable being set) That the Subquery returned...
  10. Replies
    1
    Views
    1,024

    vs2003 debugger drop out

    Hi All,

    I have inherited a VS2003 project that needs to be maintained. When I press F5 to run the project, the start page loads and displays in the browser, then the debugger stops as if Id...
  11. Replies
    1
    Views
    1,932

    403 Forbidden page.

    Hi All,

    I have a strange problem.

    I have been given a project written in vs2003 that I need to get working in vs2008. The problem seems to exist in both vs2003 and vs2008. At the start of the...
  12. Replies
    2
    Views
    995

    calling VB6 from C#

    Hi All,

    Can anyone give me a code snippet on calling a VB6 DLL from C#

    Thanks
  13. Replies
    8
    Views
    1,519

    outlook 2007

    Hi All,

    I need to send an e-mail to a couple of people, but do not want them to know it was from me. How can I send an e-mail and stop my name displaying in the 'from' field.
  14. Replies
    1
    Views
    2,770

    gridview paging format Problem

    Hi All,

    I'm using a gridview control with paging. I'm having difficulty getting exactly what I want with the formatting for paging. i.e. I can get

    Next Previous

    1,2,3,4 .....

    at the...
  15. Replies
    0
    Views
    1,311

    [RESOLVED] gridview paging problem

    Hi all,

    I have a gridview and have paging set to true. My grid has enough records to give 3 pages. when I click say page 2 the grid doesn't always page and often requires 2 selections before the...
  16. Replies
    5
    Views
    1,397

    Re: css navbar

    solved it, though i think I need a ceffeine fix now.

    Here's the solution for anyone else that might hit this prob.

    Assuming you have the code I originally pasted:


    #navcontainer ul li...
  17. Replies
    5
    Views
    1,397

    Re: css navbar

    The bar has to be horizontal. Tis strange as I cannot see anything that would cause it to fail in firefox. I'm using firefox 3.0.11
  18. Replies
    5
    Views
    1,397

    Re: css navbar

    strange thing is, my solution works in i.e. fine. The strange behaviour is in firefox.
  19. Replies
    5
    Views
    1,397

    [RESOLVED] css navbar

    Ok guys,

    I've got a css navbar going horizontal and so far it looks good.

    I want to replace the look such that I have a graphic on each button.

    the html currently:


    <div...
  20. Replies
    9
    Views
    1,761

    Re: HTML Problem

    I'm working on a client site with their kit and they have only given me access to VS2008. I have no graphic tool available to me and have been given the graphics from another dept. They have also...
  21. Replies
    9
    Views
    1,761

    Re: HTML Problem

    peejAvery

    Can I use your solution when the images that I have been supplied with are made up of 4 images for the corners, 1 image for the horizontal and 1 image for the vertical. As I think for...
  22. Replies
    9
    Views
    1,761

    Re: HTML Problem

    I've had to place it in a word doc. Hope you can see it.
  23. Replies
    5
    Views
    1,224

    Re: problems aligning

    Yes, that would be my ideal, but here the client for some obscure reason has said absolutely no tables are to be used. Because at least then the columns would expand to the longest and the others...
  24. Replies
    4
    Views
    1,041

    Re: application settings/properties

    In VB6 most of these kinds of settings would be placed in an .ini file or in the registry. You could equally store them in a resource file. Part of how you would do this can depend also on the...
  25. Replies
    9
    Views
    1,761

    HTML Problem

    Hi All,

    I need a little bit of help placing some graphics on a screen.

    My basic Markup is:


    <div class="right">
    First Name:<asp:TextBox ID="txtFirstName" runat="server"...
Results 1 to 25 of 1221
Page 1 of 49 1 2 3 4





Click Here to Expand Forum to Full Width

Featured