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

Search:

Type: Posts; User: DKS1282

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,423

    Re: Android Library usage?

    I honestly couldn't tell you. The null pointer occurs in my activity that Im trying to create an instance of that class. How would I be able to tell exactly where the exception is?
  2. Replies
    4
    Views
    1,423

    Android Library usage?

    I know this is a java forum, I was unable to find the android section so this is close enough.

    I have created a custom library, I have included this library into my current project. I want to know...
  3. Replies
    2
    Views
    1,815

    Android Bluetooth dev

    Hello, I know this is not an android forum, although it is java and android uses java so I hope someone can answer my question.

    Im not sure what my problem is but when I follow online tutorials...
  4. Replies
    0
    Views
    474

    TxT Message program

    Hi everyone, im currently working on a email to text message program, and Ive noticed when sending MMS messages to phones usually a separate bubble appears for a "message" as well as the bubble that...
  5. Replies
    6
    Views
    4,621

    Re: Android Dev

    Honestly for someone who has NEVER even used eclipse, the android dev page is only slightly helpful. Even some of the code / examples are broken and dont work in the instances (or in they way) they...
  6. Replies
    6
    Views
    4,621

    Re: Android Dev

    Could someone point me in the direction of a forum that is active with android? Ive posted this same issue on several others with no response. And I am still finding little to no explanation on the...
  7. Replies
    6
    Views
    4,621

    Re: Android Dev

    Does anyone have any info at all?
  8. Replies
    6
    Views
    4,621

    [RESOLVED] Android Dev

    Hi all, Im currently working on my very first android project, and I must admit I have very little clue as to what I am doing.

    The Java coding is going well so far, the only thing I am having an...
  9. Replies
    9
    Views
    2,018

    Re: Buttons are slow + over all app

    I agree, I should have noted that I already have sleep(30) when it hits the end of a loop. That way if no code is actually being processed and its just looping in wait perhaps another thread can have...
  10. Replies
    9
    Views
    2,018

    Re: Buttons are slow + over all app

    What you are saying makes sence, and yes every threaded class loops in the same manner as the heartbeat does.

    The heart beat is responsible for creating the packet.

    I could have anywhere from...
  11. Replies
    9
    Views
    2,018

    Re: Buttons are slow + over all app

    I believe I could use a timer. Here is a quick run down on how it works and why there are loops.


    Class HeartBeat
    {
    while (never ending)
    {
    This class creates an 18bit...
  12. Replies
    9
    Views
    2,018

    Re: Buttons are slow + over all app

    Thanks for the tip, im going to check all my threads, they should be all set as background but perhaps I missed a couple.

    lastly is is bad to loop a thread? while loops that dont end untill the...
  13. Replies
    9
    Views
    2,018

    Buttons are slow + over all app

    I understand there are some internal problems with my entire app that I need to be able to work out.

    But im really just looking for help with my buttons.

    Im devoloping for windows CE 5.0 and...
  14. Replies
    0
    Views
    1,292

    Developement for CE

    Hi, Im currently using VS2005 trying to install windows CE 6.0 platform builder service pack 1 but it tells me Im missing some items. Everything on the list is accounted for except for:

    Windows...
  15. Replies
    4
    Views
    883

    Re: I think I messed up BIG.

    I cant seem to set a background image to any control, button, panel, Custom user controls.

    So really what is it I have to do? put picture boxes under everything I want to have custom graphics? i...
  16. Replies
    4
    Views
    883

    Re: I think I messed up BIG.

    Yeah I was able to convert my file to 2008 with little trouble. But the problem now lies in that I cant get it to build for the CE SDK.

    So I started to recreate the project and its going quite...
  17. Replies
    4
    Views
    883

    I think I messed up BIG.

    Okay so Ive been working on a huge project all on my own, and this happens to be my first project.


    I am creating an app for windows CE 5.0 platform.

    Ive coded it in C# as per my employers...
  18. Replies
    2
    Views
    1,271

    Re: Controls gone, code still there.

    Thats odd they would do that.

    Im not sure if that was what the issue was, I have a tab control inside a tab control, so I tabbed to the invisible tab control and CTRL copyed it and deleted then...
  19. Replies
    2
    Views
    1,271

    [RESOLVED] Controls gone, code still there.

    So Im using Visual studio 2010 and my controls inside of one of my Tab pages is 100% invisible. I can press the TAB button and tab through my controls but they are not visible in the designer or...
  20. Replies
    8
    Views
    1,952

    Re: Changing Control colors

    Yes it looks like Labels is the way to go for me. Sorry for all the silly questions I ask, Ive really only been working in the software engineering field for about 4 months now. Oh and temp is for...
  21. Replies
    8
    Views
    1,952

    Re: Changing Control colors

    Sadly my project is far to large for me to post the entire code, although I did discover my issue. It would seem in I am not allowed to change the color on "Read only" set text box. When I make read...
  22. Replies
    8
    Views
    1,952

    Re: Changing Control colors

    Are there any settings that I would have to change in order to be able to change the color of text in a text box? Im really at a loss as to why my text is ONLY black. Even if I change the foreground...
  23. Replies
    8
    Views
    1,952

    Re: Changing Control colors

    Yeah I guess I should have said that I already did that before. Ive even set a break point inside the IF to make sure that it steps inside and runs the line of code, and it does every time its...
  24. Replies
    8
    Views
    1,952

    [RESOLVED] Changing Control colors

    I know this is silly, but I am unable to change the colors of my controls by either the properties panel or with code. Anyone ever have this problem? Im using the latest version of Visual studio. the...
  25. Replies
    5
    Views
    921

    Re: "Grey out" Controls

    Thank you very much! I cant believe I didnt remember ReadOnly, and thanks ED for informing me about Enabled!
Results 1 to 25 of 60
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured