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

Search:

Type: Posts; User: 4461766964

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    8,621

    Re: Anti-Piracy Software Recommendations

    That was fast! I know this probably took some time. Thank you again!
  2. Replies
    5
    Views
    8,621

    Re: Anti-Piracy Software Recommendations

    Many thanks GremlinSA.

    That is what I am truly afraid of too. Who wants to pay $300-$2,000 for a security plugin that is defeatable or already hacked. Some certainly promise refunds should such...
  3. Replies
    5
    Views
    8,621

    Anti-Piracy Software Recommendations

    Hello All,

    I was using the VB.NET 2008 Professional version trial. Now it has expired and I'm not sure what to do. I had intended to purchase the VB.NET 2008 Pro license with the initial...
  4. [2008] Database AfterUpdate Best Practices

    VB.NET 2008

    Writing a new application to work with a database has been like pulling teeth. Having used VB6 I was relatively sure I would be able to figure things out on the fly. I am now to a...
  5. Replies
    1
    Views
    1,041

    Re: VB 2008 Button Aesthetics

    I figured it out. If you right click on your project and then Properties, in the Application tab on the left there is a checkbox called "Enable application framework." After checking that, you can...
  6. Replies
    1
    Views
    1,041

    [RESOLVED] VB 2008 Button Aesthetics

    After updating an application from VB .NET 2003 to 2008 Express, I was pleased to see that the buttons on the form had also been updated to the new more rounded look. However, upon running the...
  7. Replies
    9
    Views
    1,068

    Re: Making my application a startup program?

    Alternately you can manually create a new string value registry key in:
    HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
    I would caution that improperly adding an application as a startup item...
  8. Re: how do i include dlls ocxs and everything in one exe in vb.net 2001,2003

    Krzemo: I tried asking that same question just recently with no resolution. That is how I understood the question as well tho'. Do you have a way of doing that?

    usfeb14: Unless someone else...
  9. Replies
    2
    Views
    625

    Re: How to retrieve Assembly version?

    You bet. Here is the solution that I use.



    strYourString = System.Reflection.Assembly.GetExecutingAssembly.GetName.Version.ToString

    Of course, you can shove the info directly into a label...
  10. Replies
    2
    Views
    683

    Re: Embed The Refrence Files

    Well, I must be doing something wrong then because I am using the Microsoft.VisualBasic.Compatability.dll and the file is listed in my References. However, when I deploy the executable, if I do not...
  11. Replies
    2
    Views
    683

    Embed The Refrence Files

    I have never dealt with embedding before. I know how to embed files, such as WAV files as an "embedded resource." However, I would like to do that with all the necessary files to execute my...
  12. Replies
    2
    Views
    1,895

    Re: Capturing Keyboard events

    This code is right out of one of my apps. You can modify it to your needs. There isn't any need to use an array unless you're into that sort of thing, or you are trying to capture a large number of...
  13. Replies
    2
    Views
    1,170

    Re: Can windows service have a UI?

    If I'm not mistaken, an alternative to a UI would be a settings file for the service. You could modify the settings file manually to change options, or you could even create a support app, complete...
  14. Replies
    1
    Views
    477

    Re: Help me ? in vb.net

    It depends on what you mean by "stand-alone." Are you talking about a Windows application that doesn't need supporting files like references and .NET framework? Or are you talking about something...
  15. Replies
    0
    Views
    468

    Die delegates die!

    Well I've spent several days on this one, and I just don't seem to be grasping the concept. Just when I thought I had it figured out, I didn't...

    These functions are upgraded from VB6 and check...
  16. Re: Property access must assign to the property or use its value.

    Hot dog, that was it! Thank you DeepButi! Such a simple, stupid problem. I'll have to keep my eye on those new property names... Now that I understand why the error was coming up, the "Property...
  17. Re: Property access must assign to the property or use its value.

    Thanks for the help. I tried that and it made things worse, because it seems I still don't understand. However, I have figured out that I may have been barking up the wrong tree yet. I thought it...
  18. Property access must assign to the property or use its value.

    Error: Property access must assign to the property or use its value.

    This one is killing me. This is a upgrade problem from VB6 to .NET. I have several forms calling this code located inside a...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured