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

Search:

Type: Posts; User: ahmedsa

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. How to repeated insert into history by textchanged event problem

    Hi guys i have 3 textboxes 1,2,3

    textbox1 respresent mobileNo

    textbox2 represent email

    textbox3 represent roomno

    I need to update any textboxes from three based on textchanged event
  2. Re: The handle is invalid error exception when screenshoot from screen why and how to

    private void timer4_Tick(object sender, EventArgs e)
    {
    Sales.SalesClass SalesClass1 = new Sales.SalesClass();
    if (SalesClass1.IsStartValid("Data Source=192.168.1.5;Initial...
  3. Re: The orders after 12 am to 7 am not show timer problem

    to more show what i need

    shipped date(user enter it) time dateof insert(server date)

    31/03/2015 8 pm 31/03/2015

    31/03/2015 ...
  4. Re: The orders after 12 am to 7 am not show timer problem

    Thank you for reply
    how to calculating the start and end date times and use between
  5. Re: The orders after 12 am to 7 am not show timer problem

    Meaning the statement above show from 8 pm to 12 am
    but what i need to show data orders from 8 pm to 7 am
  6. Re: The orders after 12 am to 7 am not show timer problem

    Thank you for reply
    yes there are more orders from 12 am to 7 am
    and i need to show it with date start
    the order start in 31/03/2015 8 pm and finish 7 am
    so that the following statement retrieve...
  7. The orders after 12 am to 7 am not show timer problem

    Hi guys

    I make program to select data every day automatically by timer every second in c#

    In sql server 2005 i write the following query

    ALTER proc [dbo].[JeddahSalesAll]
    as
    SELECT ...
  8. The handle is invalid error exception when screenshoot from screen why and how to sol

    Hi guys i have problem when i take screen shoot from screen it give me exception

    error the handle is invalid as following

    ee the end of this message for details on invoking
    just-in-time...
  9. Replies
    1
    Views
    2,681

    Prevent more user from edit in same record

    suppose i need to make update the employee as following
    CREATE PROC UPDATE_EMPLOYEE
    (
    @EmployeeID INT,
    @EmployeeName NVARCHAR(50)
    )
    AS
    update Employee set EmployeeName=@EmployeeName...
  10. First picture repeating in next rows in crystal reports problem what wrong code

    Hi guys i try to show more pictures in crystal reports but my version of crystal report not allow to me to make link pictures meaning
    picture tab not have graphic location formula in crystal report...
  11. Notify icon to all employee computer's when adding new employee

    Hi guys I need to make notification icon to any computers in Hr department when i added new Employee

    because my employee in my company forget to tell each others about any new employee added
    ...
  12. it is being by another process when copy file from local disk to folder in domain net

    Hi guys i have problem in my code when i try to copy image jpg from local disk in any place to network path DOMAIN
    it give me error the process cannot access the file it using by another process...
  13. Re: Can i use only one textbox in function and replace otheres

    Thank you for reply
    can you help me in code by c#
  14. Can i use only one textbox in function and replace otheres

    Hi guys i make dynamic search based on dynamic stored procedure. it is working success but i need to using only textbox1 because i have more textbox
    if i need to use only textbox1 in place of all...
  15. Arabic langauge not display when i make search by arabic langauge why

    Hi guys

    I have database hr has table Employee this table has field EmployeeName

    EmployeeName nvarchar(50)

    when i write in query analyzer :

    select ^ from Employee where...
  16. How to make search between two dates accept null not obligatatory search

    Hi guys when i search record between two dates it works ok success but you must enter date from and dateto first to to make search

    i will show what i need from this example

    I need to search...
  17. Export datagridview to excel 2007 not open by c#(open suddenly for second then close

    I make datagridview to show data then export to excel 2007

    in my computer it work ok no proplem

    when i open exe file in another computer and press button export datagridview to excel

    excel...
  18. Replies
    9
    Views
    5,668

    Re: get image based on textbox proplem

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using...
  19. Replies
    9
    Views
    5,668

    Re: get image based on textbox proplem

    the case what i need is above
    what i need is to when i write employee no in text box1
    and press button1 go to path in shared folder in server 192.168.1.10 and show image that found in shared folder...
  20. Replies
    9
    Views
    5,668

    Re: get image based on textbox proplem

    32679
  21. Replies
    9
    Views
    5,668

    Re: get image based on textbox proplem

    I can browse it without permission
    can you give me code that achieve this task
  22. Replies
    9
    Views
    5,668

    get image based on textbox proplem

    Hi guys i have proplem I have image file jpg and his name 111.jpg found in another computer in domain in shared folder
    I need when i write in textbox 111 and click button get picture with name...
  23. How i make ERD Diagram for payroll salary for employees

    Hi guys i want to make database for payroll only but i dont know how to make structure for this
    suppose i want to calculate payroll every month for employees as following
    basic salary
    bonus ...
  24. Re: serial port working and get result but not asyncronus by timer why

    Can nay one help me in this code above
    why timer not work
    why code not work asynchronously
    if possible help me
    thanks
  25. serial port working and get result but not asyncronus by timer why

    Can any one helping me in this code :
    using System;
    using System.IO.Ports;
    using System.Windows.Forms;
    using System.Threading;
    using System.Text;

    namespace CommSample
    {
    public partial...
Results 1 to 25 of 29
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured