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

Search:

Type: Posts; User: ahmed17

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    577

    How I read message from USB Modem ?

    Hi ,

    I want to send SMS message througth my Application and I want to read message from USB Modem

    How I check the account in SIM
  2. Replies
    1
    Views
    602

    can I make zooming in the form itself ?

    hi,

    I have the following problem , I am reading from serial port and draw plots from the serial port in the form and no problem with flicker (I am enable doublebuffersize property) after doing...
  3. Re: What I understand about WCF is right or not ?

    is this true

    "the problem of SOA is that if you have different component and all component build on com technology and you want to change any component from those you will need to change other's...
  4. What I understand about WCF is right or not ?

    Hi,

    I am read about WCF and I want to ensure from I am read , if I understand concept right or not ?

    What I understand about WCF is :

    I understand that WCF has been build upon the previous...
  5. Replies
    1
    Views
    5,246

    When I Should use WPF?

    if i have windows application and i have 2 options to use WPF or win forms ... what i should choose?

    and when i should use win and wpf ?
  6. I am start to learn WCF and i want to correct some concepts

    hi ,

    I am start to learn WCF and i want to correct some concepts

    I have some problems in understanding some concepts ..........

    SOA is set of distributed components which can be invoked to...
  7. Replies
    3
    Views
    952

    Re: Error with GDI+ Sample

    I am try to do this change but error .......
  8. Replies
    3
    Views
    952

    Error with GDI+ Sample

    Hi Guys,


    I am try to draw line and i want to make line rotate 360 degree and each degree changed regarding as timer intervals.




    double x1, y1, r;
    private void...
  9. Replies
    11
    Views
    1,811

    hash code not oragnaize data in order >

    Hi Guys,

    I am using hash code to store items in it but when i retrive data using foreach , data not retrived in order so how i can slove this problem ?

    All the best,
  10. Replies
    1
    Views
    1,488

    Re: Rendering XML with Style Sheets

    ?????????????????????????????????
  11. Replies
    1
    Views
    1,488

    Rendering XML with Style Sheets

    hi guys,
    i have some conflicts in understanding the render process of XML , HTML has the problem of "cross-browser rendering" which means that you can not control how html tags displayed and...
  12. Replies
    0
    Views
    1,304

    problem with test xml schema

    hi guys,
    i want to know how i can check the validate of the following schema , i test it in this site http://www.validome.org/grammar/ but give me error.


    An XML Schema


    <?xml...
  13. Replies
    5
    Views
    1,864

    Re: Problem : Retrive Data with ref table

    ?????????????
  14. Replies
    5
    Views
    1,864

    Re: Problem : Retrive Data with ref table

    Tables :



    Create Table Catgerories (
    CatgId int PRIMARY KEY,
    Catgname nvarchar(50)
    )
  15. Replies
    5
    Views
    1,864

    Problem : Retrive Data with ref table

    hi ,
    i make simple method that retrieve data from tables this is easy but my problem happen when i retrieve data from table that have relationship with other table, i make class to set value into ...
  16. Re: what is the difference between MVC Model and 3-tier app ?

    Thanks.
  17. Re: what is the difference between MVC Model and 3-tier app ?

    each model try to separate code into 3 classes one for db layer, one for presentation (view ) and one of business operations so what is the difference?
  18. what is the difference between MVC Model and 3-tier app ?

    what is the difference between MVC Model and 3-tier app ?
  19. Replies
    5
    Views
    1,348

    problem with output stored procedre

    i have problem with stored procedure , i create procedure and it run good .


    use MyTestDataBase
    GO
    create proc sp_with_outpt_parameters2
    @id int ,
    @name nvarchar(40)=Null,
    @age int,
    @phone...
  20. Replies
    1
    Views
    1,251

    problem with dataGridViewand XML

    data not displayed in dataGridView but when i replace dataGridView by dataGrid it work ...why?



    SqlConnection sqlCon = new SqlConnection();
    SqlCommand sqlCmd = new SqlCommand();
    ...
  21. Replies
    6
    Views
    1,575

    Re: My Problem With Jtable

    thanks for you, but i will say to you why i want simple example , first i spend 5 days in this problem , i take object from jtable and take row in array and pass array with array of column name to...
  22. Replies
    6
    Views
    1,575

    Re: My Problem With Jtable

    can u give me simple update on the previous code?
  23. Replies
    6
    Views
    1,575

    My Problem With Jtable

    hi,
    i have problem with jtable to display data from db into table and here's the code that diplay data in console so what is the update on code to display data in jtable



    import java.sql.*;
    ...
  24. Replies
    0
    Views
    772

    My Problem With Tempalte Control

    hi,
    i want very simple example for making template control, i read more articles but not give me the simplicty?
  25. Re: where i found Ctl00 in master Page and who i can change this value?

    thanks for your help , as u say i can not changethe value of master Page ID " ctl00 " but can i see where this value stored or its hidden value ?
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured