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

Search:

Type: Posts; User: kevin619

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    65,418

    Re: Advice on tools required to start a project

    Well, You have asked for the tools but I suggest you to use these HTML5 tools, that will help you a lot, Checkout my post on Development tools here.
  2. PHP Re: Using PHP code from a plugin within a wordpress page

    I was not active here from couple of months, that is way I just found this thread and replied. Next time I will check before posting. :)
  3. PHP Re: Using PHP code from a plugin within a wordpress page

    Well, If you are looking for edit dynamic pages in wordpress, I dont think so oyu can handle this through dashboard. You have to make edits in database.

    And this step is very critical you can loss...
  4. When will the Facebook Developers f8 conference be held in 2014?

    Is there any announcement ? I have some planned to do after f8!

    Please reply here the dates and venue if anyone know!
  5. Thread: C Vs C++

    by kevin619
    Replies
    3
    Views
    1,422

    C Vs C++

    I am working on Php, so I do not now know much about C or C++

    What are the advantages of using C over C++?
  6. Replies
    7
    Views
    31,494

    Re: History Of Debugging...

    Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Debugging tends...
  7. Replies
    1
    Views
    8,845

    Re: What's Coming from Microsoft

    Microsoft have really upped their game and recognised the strides that Android and Apple have taken. Customers now really do have a choice and MS do need to reorganise to improve their game. Previous...
  8. Replies
    2
    Views
    33,790

    Re: I need an app.... want to help create it?

    if you need to develop app definitely we support you ... can you share some detail about application what as you want ?
  9. Replies
    3
    Views
    1,945

    Re: How to improve quality of a video.?

    Those are not the only factors. There are another Frustrating Five that, while less discussed, are critical factors in video surveillance..

    >>Restrictions on Camera Placement
    >>Restrictions on...
  10. Replies
    1
    Views
    1,107

    Secure HTML and CSS Website by hackers

    Hey, Friends one of my website is copying by different Indian web designers and developers, i found almost 4 website who are copied my client website design. Let me know if there is any method to...
  11. Replies
    4
    Views
    8,227

    Re: MFC Context Menu

    Start Microsoft Visual C++ MFC Application named ControlContext
    Create it as Dialog Box without the AboutBox
    Set the Dialog Title to Context-Sensitive Menu on Controls
    Add a button to dialog box....
  12. Replies
    5
    Views
    3,235

    Re: Graph a Set of Values from an Array

    Sorry I don't know about C++ because I have no more idea about it.
  13. Replies
    17
    Views
    20,952

    Re: Quick Array Copy

    > Dear developers,
    > I have a question. Is there a faster array copy than a for loop. What
    > would you suggest for this code sample?
    >
    > void get(char* src, char* dest, int i) {
    > for (int j =...
  14. Re: I have small image and big image. How i can search small image on big image and

    What is the format of the image? BMP, JPG, GIF TIF PNG etc.
  15. Replies
    2
    Views
    2,589

    Re: Real time ray tracing how does it done

    You can find the tutorial Jacco Bikker made here: http://www.flipcode.com/archives/Raytracing_Topics_Techniques-Part_1_Introduction.shtml

    It's kinda advanced since it goes through almost all...
  16. Replies
    3
    Views
    8,454

    Re: Child Window with a Transparent Background

    hi world !

    [ autoit ] ( Popup )
    #include <GuiConstants.au3>
    $Main_GUI = GUICreate("Main")
    $Btn_Exit = GUICtrlCreateButton("E&xit", 10, 10, 90, 20)
    GUISetState(@SW_SHOW, $Main_GUI)...
  17. Replies
    8
    Views
    5,504

    Re: Unable to read UDP broadcasts

    This code now works. Problem resolved:


    static void Main(string[] args)
    {
    try
    {
    var multicastAddress = IPAddress.Parse("239.255.255.250");

    string...
  18. Thread: 2D array

    by kevin619
    Replies
    7
    Views
    3,242

    Re: 2D array

    We want to store information about what pieces are in which locations. The most natural way to store it would be to index locations by the row and column. This is easily done with a 2-dimensional...
  19. Re: I like to develop simple video application with transitions , which libraries tou

    Without a better idea of what you want, me neither, but this really isn’t Qt related. That you make your GUI in Qt, does not make questions on what other libs to use on-topic here.
  20. Re: how to Clip window to primary display monitor

    This step-by-step article describes how to configure and use multiple monitors in Windows XP.

    Windows XP makes it possible for you to increase your productivity by using multiple monitors to...
  21. Re: how to Clip window to primary display monitor

    This step-by-step article describes how to configure and use multiple monitors in Windows XP.

    Windows XP makes it possible for you to increase your productivity by using multiple monitors to...
  22. Replies
    2
    Views
    2,350

    Re: How to link points with polyline?

    I just did a quick Google search ("join points in ESRI") and got a hit. You'll have to do the read up yourself, but at a glance. It looks to me like it will do the trick. Here ya go:

    Points to...
  23. Replies
    2
    Views
    2,302

    Re: Browsing Media Server Content

    Asset is a UPnP (DLNA compatible) audio server, UPnP is a method of sharing media content between devices. Typically audio files are stored on a computer, server or NAS, multiple audio devices around...
  24. Re: The best program that can log my network activities

    If you think you have a virus then do a full scan with your Antivirus software then with Malawarebytes' AntiMalware and/or SUPERAntispyware
  25. Re: How to retrieve codec name of an .avi file using VC++/mfc programming.

    I have already a same problem.
Results 1 to 25 of 40
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured