Search:

Type: Posts; User: kewin

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: how to make sql online so it can be acces by my program

    what about Azure database could that might be the solution and i do i need to setup the whole database again for that as i be using ms sql?
    and i am not sure yet how many user and locations that it...
  2. Re: how to make sql online so it can be acces by my program

    so if i understand you right is something that have to be done thorugth IIS or? do you might have some documentation or guides on it as i couldn't realy find any helpfull ones
  3. how to make sql online so it can be acces by my program

    so i atm my program gets the data from sql that are stored local on my server

    but i wonder if i could make the sql online so the user doesn't have to get a sql server to get the data

    i know it...
  4. my program crashing when i run it on win7 C#/WPF

    my program is crashing when i run it on win 7 but works fine on win 8 8.1 and 10 it had worked fine on win7 before i runnig net 4.5 had tryed with cpu x86 and any and that didn't worked

    i getting...
  5. Problems with enum display user friendly names for group description

    i getting a problem with display friendly names in my group descrition wich says cannot implicilty convert type to string


    ENUM

    public static class EnumExtensions
    {

    public...
  6. how to code the binding for expander background in C#?

    so i have created a listview with grouping and i want a image that are binded to that group 's expander how do i do that
    xaml for the expander
    ...
  7. Re: change some part of labels texts color

    figured it out with this


    var textBlockR = new TextBlock();
    textBlockR.Inlines.Add(new Run("Resultat for: ") { Foreground = new SolidColorBrush(omini_gul) });
    ...
  8. [RESOLVED] change some part of labels texts color

    are there a way to change some of my labels contents color in wpf C#

    Resultatfor_nu_Copy.Content = oprofilbox.Text(green) + "/(yellow)" + obredebox.Text(green) + "-(yellow)" +...
  9. Re: [RESOLVED] issue where it only will show some text when is negative

    fixet by pasting the same code before and after :
  10. [RESOLVED] issue where it only will show some text when is negative

    hey i have an issue where it only will display
    " mindre" + Environment.NewLine + "end det nuværende" when is negative
    and show the whole text when is positive


    var Positive =...
  11. Re: how to round up to the closets 0.5

    this one worked
    Math.Ceiling(oresultat / .5) * .5;
  12. [RESOLVED] how to round up to the closets 0.5

    how do i round oresultat and oresultat 2 to the closets 0.5
    double omregn1, omregn2, omregn3, oresultat, oresultat2 = 0;
    omregn1 = double.Parse(obredebox.Text);
    ...
  13. Replies
    1
    Views
    5,196

    Re: wont fire up at all

    had to make a new from the scratch and then it worked
  14. Replies
    0
    Views
    4,057

    borderless keep buttons stay margin

    i have a problem with my borderless design when maximizing it the button will not follow the form and also how do i make it go fullscreen no matter the resoultuion and prevent it from go over the...
  15. Replies
    3
    Views
    2,721

    Re: what is wrong with this calculation

    thx that worked had been trying to get it to work for a couple days and then it was just some missing operators how typical
    and yes it is

    but do you know how to make my label change text...
  16. Replies
    3
    Views
    2,721

    [RESOLVED] what is wrong with this calculation

    i am trying to calculate how many % the labels content (værdi7) is smaler or bigger than the other labels content(værdi8) and get the result in another label(samenligninglabel) but i dont get the...
  17. Replies
    1
    Views
    3,150

    Re: powershell robocopy log setting locations

    figured out how to do the log but still cant figure out how to rotate the pictures 90 degress against the clock can only get this one here to work when i type the name of the pictures and not all of...
  18. Replies
    1
    Views
    3,150

    powershell robocopy log setting locations

    hey how do i make robocopy to put the log in where it moved and mirrored the files
    cause it only place the logs inside the first folder 136085

    Robocopy...
  19. Replies
    1
    Views
    2,126

    [RESOLVED] calculating labels content

    i trying to calculate the value on 2 labels and get the result in another label
    but i getting this error argument1: cannot convert from object to string

    this one i getting the error in

    ...
  20. Replies
    5
    Views
    2,517

    Re: how to do this calculation

    i tryed with int first but was told i should use float but now i see that double is exactly what i am need for this calculation ty
  21. Replies
    5
    Views
    2,517

    Re: how to do this calculation

    yeah forgot that but it wasn't that one that was cause of the issue it says
    Error CS0266 Cannot implicitly convert type 'double' to 'float'. An explicit conversion exists (are you missing a cast?)...
  22. Replies
    5
    Views
    2,517

    [RESOLVED] how to do this calculation

    how do make my program do this calculation


    result2 = ((value3 * 25.4) + 2 * (value1 * value2)) * 3.14159265358979;
    Omkredslabel_nu.Content = result.ToString();
    ...
  23. Re: always calculate on 0,(value in textbox)

    what about this one

    what about this one here


    float value1, value2, value3, result = 0;
    value1 = float.Parse(bredebox_nu.Text);
    value2 =...
  24. Re: always calculate on 0,(value in textbox)

    sweet that worked ty
  25. [RESOLVED] always calculate on 0,(value in textbox)

    hey how do i make it always calcualte 0,(value in textbox)
    i have 2 textboxes witch the user can type in numbers and calculate the value but i want for profilbox_nu(value2) when a user ex type in 80...
  26. Replies
    1
    Views
    5,196

    [RESOLVED] wont fire up at all

    anyone can tell me what i had did wrong since my code wont do anything at all i am pretty new to WPF i had mostly only maded in C# and VB.Net


    using System;
    using System.Collections.Generic;...
  27. 4.0 Re: how to make a rolldiameter calculator

    here is how the calcuation is
    tireheight = tirewidth x 0,profile
    Diameter = tireheight x2 + rimsize
    sorunding = ( rimsize * 25,4 + 2 * (tirewidth * profile / 100) ) * 22 / 7

    isnt it something...
  28. 4.0 [RESOLVED] how to make a rolldiameter calculator

    i will try to explain this the best way i can
    i wanna make a tire calculator that calculating the difrence betwen 2 tires
    ex i have a 175/80-16 and i wanna compare it to a 175/75-16
    and the...
  29. Replies
    9
    Views
    1,393

    Re: [RESOLVED] focus only on tekst

    and the append code looks like this
    if (e.KeyCode != Keys.Return)
    return;
    if (File.Exists(main_form.full_path))
    {
    main_form.ad_xmlfile =...
  30. Replies
    9
    Views
    1,393

    Re: [RESOLVED] focus only on tekst

    if (this.code_text.Text.IndexOf('K') == 0)
    return;
    this.code_text.Text = "";
    this.code_text.Focus(); what it does is if you dont start with a K you can't type or paste in it...
  31. Replies
    9
    Views
    1,393

    Re: [RESOLVED] focus only on tekst

    but is not seems like it working in my alredy maded code

    the one i tryed
    private void code_text_TextChanged(object sender, EventArgs e)
    {
    if (this.code_text.Text.IndexOf('K') ==...
  32. Replies
    9
    Views
    1,393

    Re: focus only on tekst

    thats worked ty :)
  33. Replies
    9
    Views
    1,393

    Re: focus only on tekst

    but the problem with textlength is that the shelf numbers aren't always the same length i want something like you do in SQL with > is not empty or is not null and iam not sure how to do that in C#
  34. Replies
    9
    Views
    1,393

    Re: focus only on tekst

    and the reason i want it to focus on tekst is becuase i making a program for a barcode scanner(pda) so is just paste the whole tekst from the barcode into the tekstboks
  35. Replies
    9
    Views
    1,393

    [RESOLVED] focus only on tekst

    how do i make it to focus on another tekstboks
    i have a tekstbox1 and tekstbox 2 and i want when there is tekst in tekstbox1 it will focus on tekstbox2
  36. Replies
    0
    Views
    6,938

    telerik radgrid or xceed datagrid?

    hey there i wonder what is the diffrence between radgrid and xceeds datagrid
    right now i am using xceed datagrid to make a expandable hierachy subform in my datagrid that have combo and tekstbokses...
  37. Replies
    12
    Views
    2,190

    Re: open form from datagrid view

    yeah is exactly what i had been looking for ty for the answers :)
  38. Replies
    12
    Views
    2,190

    Re: open form from datagrid view

    i got it to work by deleting it and make a new but how do you make the form as a subform to the columns example when i open the form in the data grid it will open under the column i opned it from and...
  39. Replies
    12
    Views
    2,190

    Re: open form from datagrid view

    this one solved it
    Omini_Dele_Ark.Detalje form = new Omini_Dele_Ark.Detalje(); but it still dont show the detalje form only the dele ark comes up when i click on the cell
  40. Replies
    12
    Views
    2,190

    Re: open form from datagrid view

    this is what i get when i using it Error CS0246 The type or namespace name 'Detalje' could not be found (are you missing a using directive or an assembly reference?) Omini Dele...
Results 1 to 40 of 123
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width