Search:

Type: Posts; User: F Scheltens

Search: Search took 0.05 seconds.

  1. Re: How do you make an inline string for quickconverter?

    Thanks for pointing this out. There is in fact an issue like this. No workaround though. I Guess I'm stuck using regular styles and a bunch of extra XAML.
  2. How do you make an inline string for quickconverter?

    Hi,

    I'm trying to use a WPF nuget addon called QuickConverter do do some inline logic in an xaml file.

    Now what i want to do is show one string when a tooltip is disabled, and another when the...
  3. Replies
    1
    Views
    7,700

    How to initialize a fontpicker?

    Hi,

    i have recently made a fontpicker, mostly for practice. I have used an example which uses databinding as a basis to build on.
    Now the problem i have is this:
    When i open the fontpicker for...
  4. Replies
    1
    Views
    3,403

    VS 2010 Re: Find only the controls i want on a form

    Ok guys after some tinkering i got it working the way i want it. Almost. The revised code at the bottom of this post gets the correct list, filtered by type of control. I have made the comparison...
  5. Replies
    1
    Views
    3,403

    VS 2010 Find only the controls i want on a form

    Hi,

    i'm trying to write some code to locate and clear the textboxes on a WPF form. However i'm trying to do so from outside the class, so i can reuse the code later. The problem is that at this...
  6. VS 2010 Re: Namespace error for iValueConverter resource

    Ok i have just done a small test on this again. I was able to add the line with assembly, as shown above, but only in its entirety.
    Adding the clause 'assembly' to xmlns:local did not work.
    ...
  7. VS 2010 Namespace error for iValueConverter resource

    Hi guys,

    i'm trying to implement a class which implements iValueConverter, but VS2010 keeps giving me crap about how its not found in the namesp[ace. I have googled, and tried a number of things,...
  8. Replies
    8
    Views
    5,643

    VS 2015 Re: Combine DataTables with LINQ vb.net

    You don't need to populate table1 and table2 with anything. They are used in the for - each clause to iterate trough DTA and DTB, respectively.
    That means that in each iteration, table1 and table2...
  9. Replies
    1
    Views
    2,668

    Re: Combine Two Excel Lists

    Hi. Firstly this topic should be in the "Office development" section of the forum.
    I have done some spreadsheets myself and if you have variable names in a cell you should use named ranges to label...
  10. Replies
    2
    Views
    840

    Re: Output to PDF

    Visual basic for Excel is VBA.
    Also: A search at google turned up This Page on how to print excel sheets to PDF.
  11. Replies
    8
    Views
    5,643

    VS 2015 Re: Combine DataTables with LINQ vb.net

    With regards to the difference between NEW WITH and alias, i found some useful information HERE:



    For completeness, the type of "query" in my post above (edit: without NEW WITH) evaluates to...
  12. Replies
    8
    Views
    5,643

    VS 2015 Re: Combine DataTables with LINQ vb.net

    Hi,
    as it happens i have been studying just this kind of thing, so i decided to have a look. It took a bit of figuring out, but i found something that works, see below. Notice that i changed the...
  13. Replies
    2
    Views
    2,698

    VS 2010 Re: How do i open bookmark window?

    Ctrl-K, Ctrl-W did nothing in the express edition. I have the 2015 edition installed also actually, but i thought 2010 was enough of a learning curve to get started with.
    Anyway, thanks for...
  14. Replies
    2
    Views
    2,698

    VS 2010 How do i open bookmark window?

    Hi guys.
    I must be either missing something really obvious, or i just messed up my IDE. But i can't for the life of me figure out how to open the bookmark window in Visual Basic 2010 express.
    I...
  15. Replies
    3
    Views
    883

    Re: What does datarow.cancel do exactly?

    Thank you for clarifying. I had previously found the first link myself also. But this still does not clarify precisely what effect canceledit has on a row.
    Anyway i will just go with rejectchanges...
  16. Replies
    3
    Views
    883

    Re: What does datarow.cancel do exactly?

    I wanted to know about datarow.canceledit(). I can't figure out how to edit the above message exactly, sorry for the confusion.
  17. Replies
    3
    Views
    883

    What does datarow.cancel do exactly?

    Hi,

    i am messing about with a vb program that shows some fields from a database. I have been getting some errors, and trying to figure out the best way how to resolve them. (Obviously, input...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width