Search:

Type: Posts; User: 12many

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    1,370

    4.0 Re: Winfows Forms scrollbars

    do you mean you want to force the windows 8 - 10 scroll bar when running the same app in windows 7?

    In my fairly short career as a software developer. I have wasted countless hours in trying to do...
  2. Replies
    3
    Views
    1,153

    Re: using if in LINQ while looping

    or how about




    comboBox1.Items.AddRange((from x in xList select x.itemDesc ).ToArray());



    if you have an Id Column in you xList you can try this
  3. Replies
    1
    Views
    866

    VS 2013 Re: Html Helper Input Names

    for any one interested or that has come across this issue and was as lost I am.

    I was able to work around this problem by creating an HTML helper extension that also accepts the databinding you...
  4. Replies
    1
    Views
    866

    VS 2013 Html Helper Input Names

    Hi there
    I am having a little bit of difficulty with the html Helper.

    I have a Shift model that I'm trying to save using the razor view
    A ShiftPattern Can contain multiple ShiftDays and a...
  5. Replies
    2
    Views
    1,661

    Re: Remove Style Section as string

    Hi Pengate

    thanks for your reply

    After much thought i think you are correct, If I'm Handling the Error i can return a proper bit of HTML as opposed to falling back on the AJAX Fail.


    Many...
  6. Replies
    2
    Views
    1,661

    Remove Style Section as string

    Hi There

    I have a bit of an issue when handling Ajax Failures

    With IIS when you Post to AJAX and it returns a failure the jqXHR.resposeText contains a web page with all the error info on it ...
  7. Replies
    3
    Views
    1,944

    Re: JavaScript Array From Striing

    Thanks tr333.

    Thats great. Bit annoyed I didn't find that though.
    Didn't think to use json I guess..

    Thanks again Ian
  8. Replies
    3
    Views
    1,944

    JavaScript Array From Striing

    Hi there

    I have a string like this '[1,2,3,4,5]'
    Ideally id like to turn this in to an array on integers, but i can deal with it as strings
    the reason it is stored like that is because it has...
  9. Thread: Inheritd Types

    by 12many
    Replies
    9
    Views
    1,228

    Re: Inheritd Types

    Hi FunkyDexter

    Thanks alot, thats really good advise. and you pretty much nailed my intention,

    im going to give this a bash, It seems pretty straightforward, i Just hadn't considered it that...
  10. Thread: Inheritd Types

    by 12many
    Replies
    9
    Views
    1,228

    Re: Inheritd Types

    HI there

    Its a Little Messy as i havn't had time to tidy it up but here is the answer to my Question



    public PropertyInfo GetPriamaryKey()
    {
    //flatten out the class...
  11. Thread: Inheritd Types

    by 12many
    Replies
    9
    Views
    1,228

    Re: Inheritd Types

    Hi FunkyDexter

    I appreciate your concern. I must admit wilst having been in development for a couple of years, I am wandering in to unknow waters a little.

    And with what i will explain im fully...
  12. Thread: Inheritd Types

    by 12many
    Replies
    9
    Views
    1,228

    Re: Inheritd Types

    Well thanks for your replies guys, but I actually had a lot of success using logic found on this post
    ...
  13. Thread: Inheritd Types

    by 12many
    Replies
    9
    Views
    1,228

    Inheritd Types

    Hi there.

    I'm trying to relefect the properties of Grandchild Type

    For Instance




    public abstract class Type1
  14. Replies
    1
    Views
    667

    VS 2010 Re: Dynamic Control Properties

    Hi All

    Just i search one last time i have found this web site that give me an in

    http://msdn.microsoft.com/en-us/magazine/cc164159.aspx#S8
  15. Replies
    1
    Views
    667

    VS 2010 Dynamic Control Properties

    Hi there

    I would like pointing in the right direction for something

    When you add the tooltip component to a form it adds other poperties (at least within the designer) to some of the other...
  16. Replies
    7
    Views
    1,306

    VS 2010 Re: Control Designer Options

    Hi Kevin

    This is exactly what i was after :) Thanks

    Ian
  17. Replies
    7
    Views
    1,306

    VS 2010 Re: Control Designer Options

    Hi Kevin

    This is great thanks alot for this, actually kind of answered another question i had, But it did raise another.

    I'm building another item at the moment, this is more of a componant,...
  18. Replies
    7
    Views
    1,306

    VS 2010 Re: Control Designer Options

    WOW Thanks TnTinMan That Worked A beaut :)


    Welllll Actually :) It Does add the code to creatre the tab page in the frm.designer.vb, but this is definatly a step in the right direction, and it...
  19. Replies
    7
    Views
    1,306

    VS 2010 Control Designer Options

    Hi there

    Im trying to Extend the TabControl so that i can set individual pages as readonly by setting the overall control to read only.
    Now all this is fine and it does work, but im now im...
  20. Replies
    1
    Views
    510

    VS 2010 Control extension

    Hi there

    Id like to be able to extend existing controls at run time.

    Id like to e able to mimic the functionalaity that you find with the 'tool tip' Tool where you can add this to your form...
  21. Replies
    5
    Views
    1,193

    VS 2010 Re: ASP Support Login

    Hi Guys

    Thanks a lot for the advise, I had kind of come to terms with the fact that this it wasn't going to as easy as i thought (Doh)
    The main object of the idea is mainly so that we can get an...
  22. Replies
    5
    Views
    1,193

    VS 2010 ASP Support Login

    Hi There

    Im Have a web app Which Uses Forms Authentication.
    One thing that we want to be able to do on Support is login to a specific users account Via our admin account.


    We are using the...
  23. VS 2013 Re: How to get an integer between HTML tags from specified lines of a web page?

    Hi Edsgar

    I have had some experiance at manipulating web sites with vb.net
    The best way to do is to use a web browser control, you'll find it in the control box

    You can use it to navigate to...
  24. Replies
    1
    Views
    1,114

    Re: Word Automation BEX Error

    Hi KarlW.

    Do you have the same version of word on both machines?

    Vb might want a different COM file for different versions of Office.
    For example if you used office 2010 on the windows 7 PC...
  25. Replies
    4
    Views
    1,395

    VS 2010 Re: Print Documents In VB.NET

    HI Guys

    Thanks for your help,

    I managed to solve this by adding each page of data to a class as I'm preparing it, then add that to a List (of class).
    Then when all the sheets are prepped i...
  26. Replies
    4
    Views
    1,395

    VS 2010 Re: Print Documents In VB.NET

    Hi Jmc

    Thanks For the reply, Ill check out that thread, I'm still pretty beginner when it comes to printing. I must admit i was kind hoping for a Get Out of jail free from my original poor...
  27. Replies
    4
    Views
    1,395

    VS 2010 Print Documents In VB.NET

    Hi There

    I would like to know if its possible to manually add pages to a print document?
    Here what i want to be able to do.

    I have a routine that prints transport details for about ten...
  28. Replies
    5
    Views
    788

    VS 2010 Re: Using code to add buttons in a Form.

    hey nick

    Not wanting to trample on drawlings fire here,

    For me i have always found it useful to see anything that can be using in .NET (vb or otherwise) as an object, and a variable as more...
  29. Replies
    2
    Views
    894

    VS 2010 Re: Pass dataRow to form

    YESS massive thanks JMC that worked much better than i would have imagined thanks so much :))

    reading the thread that you sent me to i believe that i was falling in to the same trap as everyone...
  30. Replies
    2
    Views
    894

    VS 2010 [RESOLVED] Pass dataRow to form

    Hi There

    I Have a Form that has multiple dataGridViews for which a dataset, with mulitple tables, is the data source

    to control the data im using individual forms for each of the DGVs.

    What...
  31. Replies
    5
    Views
    1,054

    Re: ToolStrip standard Items change

    Thanks JMC

    Ill take a look in to smart tags and see if i can't work out how to get it working

    Ian
  32. Replies
    5
    Views
    1,054

    Re: ToolStrip standard Items change

    hi dday

    thanks for the reply

    yeah the standard items

    yeah that's kind of what i had thought. its just a bit of a pain doing the same buttons each time

    i spose i could just copy the tool...
  33. Replies
    5
    Views
    1,054

    ToolStrip standard Items change

    Hi There

    I would like to know if it is possible to change the standard items are.

    Ian
  34. Replies
    13
    Views
    1,245

    VS 2010 Re: Multi Item Property

    Wow Thanks alot guys thats brill

    the problem is this is more for user controls rather than forms

    I want to use this mainly in my version of the Panel, The Idea being that i could choose what...
  35. Replies
    13
    Views
    1,245

    VS 2010 Re: Multi Item Property

    hi 4x2y

    thanks for the reply,

    I Tried using a rectangle but i could get it to only show the sides that i wanted it right, top, bottom or left, it was either on or of

    And im not sure why i...
  36. Replies
    13
    Views
    1,245

    VS 2010 Multi Item Property

    Hi there

    Id like to know you create a property Group for forms and user controls. just like you would get for size, margin, padding etc

    my aim (for now at least) is to be able have a borders...
  37. Replies
    3
    Views
    1,564

    VS 2010 Re: Drawing.Rectangle Unit Sizes

    Hi Guys

    thanks for the replys

    I worked out in the end that no matter what the actual unit size is it equates to about 4.1 per mm

    However Dunfiddlin i will defnatly be trying your method out...
  38. Replies
    3
    Views
    1,564

    VS 2010 [RESOLVED] Drawing.Rectangle Unit Sizes

    Hi There

    Im using the rectangle as a means of placing text on print document.

    What i would like to know is what sort of unit of measurement is used for the rectangle, Im guessing its twips,...
  39. Replies
    8
    Views
    4,064

    VS 2010 Re: insert file in to MYsql

    Hi .Paul

    thanks for your help any way dunfiddlin answer was the key though i never thought file size would be an issue. Plus your code was Muuuuuuch shorter than mine :)

    and thanks dunfiddlin...
  40. Replies
    8
    Views
    4,064

    VS 2010 Re: insert file in to MYsql

    Hi Paul

    I gave that ago but i got the same result. the original file size i got from this "IO.File.ReadAllBytes("c:\cright\MJTinvoice.doc")" was 162816. but the end result in the database is only...
Results 1 to 40 of 192
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width