Search:

Type: Posts; User: waleed_89

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: [RESOLVED] How to share a project with other developer and protect the source cod

    They only need the functionality, in this case SDK made by me and protected is the solution for me and this what I am going to do.
    Thanks for help
  2. [RESOLVED] How to share a project with other developer and protect the source code

    Hello

    I would like to ask what is the ideal way to share a project (.NET) with other developer in meantime I protect the source code.

    I have this idea:

    - Make SDK (DLL file) with dongle or...
  3. [RESOLVED] Use two DLL have same classes name

    Hello,

    The situation as following:

    - I have a project built using Emgu.CV DLL version 2.2.1.1150

    - I have a class build using Emgu.CV DLL version 3.4.3.3016

    One I added the class and...
  4. VS 2010 Re: Disconnect Internet led to (Cancel half of the queries under the event)

    Sorry to delay in the reply but I wanted first to try it by myself and it's really perfect solution I have never know about.

    I marked the topic is solved but I have some questions about the...
  5. VS 2010 [RESOLVED] Disconnect Internet led to (Cancel half of the queries under the event)

    Dears,

    I'm really happy to have this forum :). And I would like to ask important question for me.

    I have my application working in a country have slow internet.

    So for example I have some...
  6. Replies
    3
    Views
    5,992

    Re: How to do Array of string in C

    Thanks so much, I did it, and solved :)
  7. Replies
    3
    Views
    5,992

    [RESOLVED] How to do Array of string in C

    Hello,

    I want to do an Array in C like what I'm doing in C# for example:

    char arr[4];

    arr[1] = "Waleeed";
    arr[2] = "My family name";
    arr[3] = "My address";
    arr[4] = "My mobile number";
  8. Replies
    1
    Views
    4,448

    4.0 Convert IntPtr to Image !!!!!!!

    I give up, 48 hours without sleep I try everything and no way, I have camera show the live video by SDK as following:


    [DllImport("XMPlayer.dll")]

    static extern bool XM_PLAY_StartPlay(Int32...
  9. 4.0 [RESOLVED] Create Picture box by code and send object name through EventHandler

    Hello,

    I have a big issue I really can't find solution for that, I creating Picture box's by code, then I want in every time the user click on one of the picture box's generated by code, that I...
  10. 4.0 Re: [RESOLVED] Create TCP/IP port and use it in send and receive

    Thanks, one more thing, I have in notes of the application I'm trying to send and receive the data saying:

    There will be two communication schemes: a regular request and answer scheme and a push...
  11. 4.0 Re: [RESOLVED] Create TCP/IP port and use it in send and receive

    Ok, my issue because I was use Read instead of Listen, Can I know the different between read and listen?!

    And Read is reading the data sending to the port or the data port sending?!

    Can please...
  12. 4.0 Re: Create TCP/IP port and use it in send and receive

    Yes it's is doing connection and receive data but a fixed symbol like ' -134, actually this port I'm listing for software and this software have already screen inside monitor the ports this software...
  13. 4.0 Re: Create TCP/IP port and use it in send and receive

    For the code I use, is the stander code from MSDN



    public string ReadMessage(string IP, int PortNO)
    {
    string MyData = "";
    try
    {
    ...
  14. 4.0 Re: [RESOLVED] Create TCP/IP port and use it in send and receive

    Hello,
    Can I ask another question, now I have to listen and read from other port on same PC, the issue is every time I try to read or listen to those ports it show me fixed result some symbols and...
  15. 4.0 Re: Create TCP/IP port and use it in send and receive

    Thanks so much for this value informations :)
  16. 4.0 [RESOLVED] Create TCP/IP port and use it in send and receive

    Hello,

    I need to know how to create particular TCP port to use it in send and receive data for example the Skype it have local TCP Port like: 127.0.0.1:11100 , so I need to create new local port...
  17. Replies
    21
    Views
    3,311

    Re: .Net Programmer job skills

    Thanks actually you drew my attention to an important point, a reading and learn continuously in the field shouldn't be courses only but could be read continuously and I actually I missing to this...
  18. Replies
    21
    Views
    3,311

    Re: .Net Programmer job skills

    Thanks so much, I will go ahead in that :)
  19. Replies
    21
    Views
    3,311

    Re: .Net Programmer job skills

    Thanks so much for the interest,

    Are you primarily a Web or Desktop developer or do you have experience in both?

    - I have experience in both Web and Desktop.

    Do you know Linq and Lamda,...
  20. Replies
    21
    Views
    3,311

    Re: .Net Programmer job skills

    To be more clear for now for some conditions I'm going to search on Job in new country not my country so currently I prepare myself and I would like to be have something distinct make it easy to find...
  21. Replies
    21
    Views
    3,311

    .Net Programmer job skills

    Hello,
    I'm a graduate faculty of commerce and working programmer more than 7 years ago have solid experience in the following:
    (VB6, VB.NET, C#, ASP.NET, AJAX, Crystal reports, SQL Server 2008 R2)...
  22. VS 2010 Deploy project have crystal report module 2010

    Hello,

    I have problem in make package for project have reports done by Crystal report 2010, I became crazy cause that is because I have to go to every single PC setup VS2010 then setup Crystal...
  23. Delete specific records from specific table random

    Hello,

    I have strange trouble and need to yours experience, My application for "Members subscriptions registration" working online and different users using it.
    Database type is Mssql Server 2008...
  24. Division CR report to two parts every part with diffrent Quary

    Hello,

    I have report on Crystal Report I would division it to two parts right and left, every part with different query for example the right side will be (Select Product_Name, Price from...
  25. VS 2010 Re: Need to discover Gaps in my ASP.NET application

    Perfect example helpful me to find gaps and test it.

    Thank you,,
  26. VS 2010 Re: Need to discover Gaps in my ASP.NET application

    Thanks my friends really good experience for me :) ,And I won't repeat this mistakes again, I'm going now to replacement all Querystring to use cookies and will encrypt it using the below code and I...
  27. VS 2010 Re: Need to discover Gaps in my ASP.NET application

    I got on the following results:

    SQL Injection

    Url: http://mywebsite.net/Section.aspx?ID='+ (select...
  28. VS 2010 Re: Need to discover Gaps in my ASP.NET application

    Thanks all, I applied the suggestions and i got on results when i made scan by NetSparker it's found "SQL Injection" in my main page and scan still working, Will update the topic with final result.
    ...
  29. VS 2010 Need to discover Gaps in my ASP.NET application

    Hello,

    I made CMS Website working since 3 years, Before one week my customer received email from visitor tell them your Website have security gaps and told them about Database name and all tables...
  30. Replies
    2
    Views
    4,183

    Re: Detect rectangle in image

    Hi,
    Thanks, I got it will try do it and update you with result.
  31. Replies
    2
    Views
    4,183

    Detect rectangle in image

    102837

    Hello,
    I would detect the rectangle in image like image in attachments usually i use this below code in do that also you can check on full example in attachments.


    Private Function...
  32. Re: [RESOLVED] Remove background except black color

    Perfect! for my needs, Thanks ALL :)
  33. Re: Remove background except black color

    Hi,
    I development application depend on OCR to National Identity for that i need to remove background and leave the black text only.

    Please check image in attachments to see sample on this...
  34. [RESOLVED] Remove background except black color

    Hello,
    I have picture content on text black i want remove all picture content except text, by different way remove picture except the black color.

    Please advise me,

    Thanks in advance
  35. Trouble in run project - tesseract-ocr (Beginner)

    Hello,

    I'm programmer C#,VB.NET and using Google OCR library v2 use it in my project by download DLL from https://code.google.com/p/tesseract-ocr/ then add it to project reference easy.

    I would...
  36. Replies
    1
    Views
    1,978

    VS 2010 Re: How get on value cell from DetailsView

    Please advise me :)
  37. Replies
    1
    Views
    1,978

    VS 2010 How get on value cell from DetailsView

    Hello,

    I have ImageButton into DetailsView i use it in delete, I need to get on value cell ID to use this value in delete command in GridView i was using command like below code ... but i don't...
  38. Replies
    4
    Views
    809

    VS 2010 Re: What is performance?, Need u opinions

    Great, Thanks for advise :)




    Thanks jmcilhinney for alert me about parameters benefits.
  39. Replies
    4
    Views
    809

    VS 2010 What is performance?, Need u opinions

    Hello,

    Created a global function to use throughout my application to connection string, open connection:


    Public Function OpenConnection() As SqlConnection
    cnn = New...
  40. Replies
    0
    Views
    1,583

    VS 2010 OnClientItemSelected Autocomplete Example?

    Hello,
    I'm using Ajax function "Autocomplete" I would easy example on property "OnClientItemSelected" Just when user click on item for example "VBFroum" from TextBox list occur:
    ...
Results 1 to 40 of 316
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width