Search:

Type: Posts; User: abcd_2014

Page 1 of 5 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    73,689

    Assistant Developer

    Hello friends;

    I'm a full-time freelancer

    I'm seeking for

    - fulltime job - assistant developer
    - Parttime job - assistant developer
    - Share the work with you if you have extra work
  2. Replies
    1
    Views
    4,235

    View box and responsive screen

    Hello friends

    I used viewbox with wpf window to make windows responsive with all screen resolution I find this code in C# corner

    the code works great with any screen resolution

    I want to...
  3. Thread: Ready Themes

    by abcd_2014
    Replies
    1
    Views
    5,383

    Ready Themes

    friends

    is there any themes for wpf

    the are themes for windows forms control

    but I can't find any free themes for wpf

    can you help me find free themes to change the Color and shape of...
  4. simple Drag drop button in a form or tab Control

    friends

    I want use drag and drop with button on another place on wpf windows or inside TAB Control

    can you please give me code for drag and drop ONE Button

    Thanks you so much

    I'm thankful...
  5. Replies
    2
    Views
    3,485

    search on my web site

    friends

    I want to add input type text
    and input type button

    used to search the content on my web page

    How can do that using javascript

    When the user clicks on the button
  6. Replies
    2
    Views
    7,684

    Re: bootstrap not applied to my site

    https:// australian2019. **********app . com / AS%20HOME%20PAGE .html
  7. Replies
    2
    Views
    7,684

    bootstrap not applied to my site

    friends
    I linked bootsrap with my site
    but when displaing on mobile the screen not change

    please look at this url

    https://australian2019.**********app.com/AS%20HOME%20PAGE.html

    and give...
  8. Thread: C# & Time

    by abcd_2014
    Replies
    3
    Views
    1,847

    Re: C# & Time

    Thank you for your reply
    I will take your advice and Learn (JQuery- JavaScript - CSS - HTML5) as Expert
    Thank you
  9. Thread: C# & Time

    by abcd_2014
    Replies
    3
    Views
    1,847

    C# & Time

    friends;
    I spend a lot of time learn vb.net (winform- ado- sql)
    search job using this skills in the software company tell me we need C#
    I spend a lot of time learn c# (wpf - ado - sql)
    but I...
  10. Replies
    3
    Views
    3,149

    Re: wpf & Screen resolution

    I want the app (window) to work with any screen resolution
    maybe like (responsive)

    i find this when searching

    Height="{Binding SystemParameters.PrimaryScreenHeight}"
    Width="{Binding...
  11. Replies
    3
    Views
    3,149

    wpf & Screen resolution

    friends
    Is there any code to setup WPF window to show(Display) with any screen resolution
    without Cut or become bigger than the screen

    Thanks
  12. Re: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on Local machine

    Great Answer
    Thanks
    AMsi_the_geek
    AMjmcilhinney
  13. The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on Local machine

    Friends
    is this problem is solved in Visual Studio 2017 when connecting to access db

    The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on Local machine


    this error appear with me in...
  14. Replies
    1
    Views
    7,922

    add button on a top of combobox item wpf

    friends;
    I want to add button on the top of combo box item to open another wpf window
    i fill combo box items by code C#

    how can i do that

    155617
  15. Replies
    6
    Views
    3,658

    Re: wpf and screen resolution

    i don't understand , what should i do
    did you mean when working with wpf design and programming i use 600 *800 resolution

    or what
  16. Replies
    6
    Views
    3,658

    Re: wpf and screen resolution

    I test the application in 600*800 display bigger than screen size
    window is cutted

    work normal in 728* 1024 because i design my application using this resolution
  17. Replies
    6
    Views
    3,658

    wpf and screen resolution

    friends;

    i'm using wpf window application

    I wan't using this application with any screen resolution

    what should i do;
  18. Re: WPF DataGrid Check/Uncheck All Functionality

    this error appear

    An unhandled exception of type 'System.InvalidCastException' occurred in WpfDatagridCheckAllHeader.exe

    Additional information: Unable to cast object of type...
  19. Re: WPF DataGrid Check/Uncheck All Functionality

    KGComputers

    if uncheck 5 from 100 is there any way to loop throw checked only

    pessdo code

    if is checked then
    update table
    else
    {
  20. Replies
    5
    Views
    9,104

    Re: Data Grid view and check box column C#

    thank you for your reply
    i'm using wpf grid view
    thank you
  21. Replies
    1
    Views
    1,267

    Access continuous form in C#

    friends;
    i see some think like Access continuous form in C# in learn video
    when user input value in textbox new row is append
    is this control in C# Wpf or what
    how can i do that in wpf
  22. Replies
    5
    Views
    9,104

    Data Grid view and check box column C#

    friends;
    how can i add check box column in data grid view wpf to select and unselect all row of data grid view
    and how can i loop this column of check box to know checked and unchecked row by...
  23. Replies
    8
    Views
    3,487

    Re: where condition and null

    thank you
    i test your answer and i find it very useful
  24. Replies
    6
    Views
    1,050

    Re: parameters Value Order

    techgnome
    i'm using access



    UPDATE Table1 SET Table1.Pname = "@Pr1"
    WHERE (((Table1.ID)="@pr2") AND ((Table1.City)="@pr3") AND ((Table1.telephone)="@pr4"));...
  25. Replies
    6
    Views
    1,050

    Re: parameters Value Order

    i'm using oledbcommand
  26. Replies
    6
    Views
    1,050

    parameters Value Order

    friends;


    UPDATE Table1 SET Table1.Pname = "@Pr1"
    WHERE (((Table1.ID)="@pr2") AND ((Table1.City)="@pr3") AND ((Table1.telephone)="@pr4"));

    command.parameters.addwithvalue("@Pr2",10);...
  27. subtract quantity or update table using sql code

    friends i have this table



    itemID quantity invoice No
    1 20 156651
    1 10 56151
    1 5 33000
    5 15 5465465
    5 4 ...
  28. Replies
    8
    Views
    3,487

    Re: where condition and null

    i will tell you why i use
    this.dPFrom.SelectedDate.Value.ToShortDateString()

    because this code display date and time


    this.dPFrom.SelectedDate.Value.Date
  29. Replies
    8
    Views
    3,487

    Re: where condition and null

    :wave:
    thank you for your user idea
    thank you
  30. Replies
    8
    Views
    3,487

    Re: where condition and null

    si_the_geek
    thank you for your reply
    :thumb:

    i need to give me the answer because my application and future application depend on date

    so i want you to show me how can i handle this problem...
  31. Replies
    8
    Views
    3,487

    where condition and null

    friends
    this code work with me



    com.CommandText = @"SELECT Safes.Income AS ايرادات, Safes.Expensive AS مصروفات, Safes.Beian AS البيان, Safes.InvoiceNo AS [رقم الفاتورة],...
  32. Replies
    1
    Views
    6,542

    wpf and windows form

    friends;
    i using windows forms with visual stdio
    i using drag and drop with windows form to add controls like button text box and so on

    i find a new way to do that in wpf is column and row ...
  33. Replies
    4
    Views
    1,033

    frends i need to convert this code to c#

    good day friends;
    i have use this code with vb.net
    i want to convert this code c#
    this code is used to resize control with all size of the form
    thank you in advance



    Module...
  34. Thread: date picker

    by abcd_2014
    Replies
    0
    Views
    517

    date picker

    friends;
    thank you very much
    i need date picker for asp.net work with master page not demo full working control
    with this format
    dd/mm/yyyy

    thanks for your time and help
    thank you
  35. Thread: post data

    by abcd_2014
    Replies
    0
    Views
    580

    post data

    friends;

    i'm working with a site
    this site is a data entry form to data base

    my question is :
    this site is contain a text box drop down list an file browse
    my big problem is
    sending data...
  36. Thread: copy

    by abcd_2014
    Replies
    2
    Views
    1,275

    Re: copy

    :wave:

    :)

    :bigyello:

    well done
  37. Thread: color dailog

    by abcd_2014
    Replies
    1
    Views
    817

    color dailog

    friends;


    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    If Me.ColorDialog1.ShowDialog = DialogResult.OK Then
    ...
  38. Thread: copy

    by abcd_2014
    Replies
    2
    Views
    1,275

    copy

    friends;
    i'm create a form template (web form)
    and i want to repeat (duplicate) this form copy and paste change some code or rename control
    when using copy i paste i face huge errors
    i waste my...
  39. Replies
    8
    Views
    1,901

    Re: using return in sub = exit sub

    work with me
    is this ok now


    ErrorProvider1.Clear()
    If TextBox1.Text = "" Then
    ErrorProvider1.SetError(TextBox1, "empty")
    Return
    ElseIf TextBox2.Text...
  40. Replies
    8
    Views
    1,901

    Re: using return in sub = exit sub

    If TextBox1.Text = "" Then
    ErrorProvider1.SetError(TextBox1, "empty")
    Return
    ElseIf TextBox2.Text = "" Then
    ErrorProvider1.SetError(TextBox2, "empty")...
Results 1 to 40 of 171
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width