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

Search:

Type: Posts; User: Dragster93

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    2,641

    Re: Looking for good programmers

    I know that you're not making any exceptions, but I'm always willing to learn and always willing to help. I'm not a very experienced programmer, but I have worked on some projects. Lemme know if...
  2. Re: Unable to choose 'Windows Form Application' in VS 2010

    Alright you're first method worked. However, instead of Microsoft Visual Studio 9.0, I used 10.0. Actually I used 'devenv.exe/installvstemplates' in both folders.

    Thanks a lot bud. Now I can get...
  3. Replies
    3
    Views
    2,181

    Re: Trouble using Android SDK

    I'm still waiting on a reply. Can someone please help me with this problem?
  4. [RESOLVED] Unable to choose 'Windows Form Application' in VS 2010

    Ok so here's the thing. I've had VS2010 installed for a long time now. And I usually only work with Windows Forms Applications of Web Applications. But today, when I tried to create a new project by...
  5. Replies
    2
    Views
    809

    Re: Question about to Forum to the Admins

    Lol I didn't notice that they both point to the same page. Thanks for pointing it out bud. :D

    However, ever since my post, there doesn't seem to have been any change. Admins?
  6. Replies
    2
    Views
    809

    Question about to Forum to the Admins

    I was just wondering why 'Visual Basic .NET' is classified under '.NET Programming' and 'Visual Basic Programming'. Aren't they both regarding the same topics?
  7. Replies
    3
    Views
    2,181

    Re: Trouble using Android SDK

    I've already added 'tools' and 'platform-tools' to my environment PATH variable.

    That's not what I'm having an issue with. The issue (and also the reason why the adb install command is giving an...
  8. Re: help needed to extend hibernate function in windows

    See if this helps.

    http://stackoverflow.com/questions/1141735/schedule-machine-to-wake-up
  9. Replies
    3
    Views
    2,181

    Trouble using Android SDK

    I'm new to Android Application Development. I recently got an Android phone, and so, decided to give Android App Dev a try. I'm using this link http://developer.android.com/training/index.html to...
  10. Replies
    0
    Views
    635

    Trouble using Android SDK

    I'm new to Android Application Development. I recently got an Android phone, and so, decided to give Android App Dev a try. I'm using this link http://developer.android.com/training/index.html to...
  11. Re: Solution file got corrupt, and now all sorts of problems are occurring.

    Alright I've found a solution. Once your solution file gets corrupt, you need to create a new solution, add all the 3 projects again, and save it. However, I was having trouble with ECMS_NIT. I kept...
  12. [RESOLVED] Solution file got corrupt, and now all sorts of problems are occurring.

    Alright here's the thing. I was developing a web application with VS2010 using N-Tier architecture. I had 3 projects : BOL_ECMS_NIT, DAL_ECMS_NIT, and ECMS_NIT.

    One day all of a sudden, outta...
  13. Re: How to take 3 parameters at the same time.

    Sorry, I forgot to mention (though it's implied), the monthly invoices being generated are Crystal Reports.
  14. How to take 3 parameters at the same time.

    I'm developing an application using C#. One of it's features is that it can generate monthly invoices to be sent to the customers.

    So what I need is to take in 3 parameters - CustomerId, FromDate...
  15. Replies
    2
    Views
    830

    Re: private public

    You're function is called ReadInput, but it doesn't really take any input. Your ReadInput function basically just displays

    Made by
    +++++++++++++++++++++++++++++++++++

    You must first call all...
  16. Re: how to retrieve a full row from datagridview

    You're probably getting error because you're entering a value of var type rather than int type. The value within the square brackets is supposed to be an index. It is a way of telling the program...
  17. Re: Unable to get list of checked items from CheckboxList

    Checked property is available only with CheckedListBox (System.Windows.Forms), not with CheckboxList(System.Web.UI.WebControls).
  18. Unable to get list of checked items from CheckboxList

    I have tried various methods to retrieve the checked items from the CheckboxList, but have failed to do so. I've searched google but have had little luck there as well. Most of the examples given...
  19. Unable to get list of checked items from CheckboxList

    I have tried various methods to retrieve the checked items from the CheckboxList, but have failed to do so. I've searched google but have had little luck there as well. Most of the examples given...
  20. Re: Connections SQL Server 2008 R2 (open and close)

    What errors are you getting? And exactly what is it that isn't working?
  21. Replies
    6
    Views
    1,494

    Re: Forms application background database

    If I'm not wrong, you're supposed to attach the database to the server. Ofcourse, you need to have SQL Server Management Studio installed for that because Visual Studio doesn't facilitate it.
  22. Replies
    4
    Views
    1,497

    Re: Update Database Records

    Hmmm. I've never actually used BeginEdit() before. Will try using it some time.
  23. Replies
    1
    Views
    1,283

    Re: Add text into richtextbox

    Can you be a little more specific about your problem? Because I can't seem to understand what your dilemma is.
  24. Re: Getting Joystick input in Windows.Forms Project in Visual Studio 2010

    Just guessing, but maybe installing XNA framework might help. Because they've got classes to handle such inputs since XNA is used for making games.
  25. Re: Have to click the close button twice to close the form.

    FormClosed and FormClosing don't have any events attached to them.
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured