Search:

Type: Posts; User: Cavar

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: MouseWheel Fix not found in VB6 Add-in Manager

    I recently ran into the issue of needing to get the Mouse Wheel Fix working and also got the missing Connect.dsr error.

    Luckily I was able to find it online, add it to the VB6IDEMouseWheelAddin...
  2. Replies
    2
    Views
    4,235

    5.0 Mixing Languages (English, German, etc)

    I want to write a tool to help people create localization files for a game I play. This tool should display the English text in a text box and below that text box will be another that will let the...
  3. Replies
    3
    Views
    873

    VS 2013 Re: Using MVC Routing to control how URL Looks

    I was thinking we did it the way I described at work, but it turns out that each page URL contains something after the domain name.

    If I can have my site only show 1 section after the domain, I'll...
  4. Replies
    3
    Views
    873

    VS 2013 Using MVC Routing to control how URL Looks

    Hello,

    I'm new to this MVC stuff and using the MVC template in VS2013 I created a site.

    When I run the site the URL looks something like http://localhost:61811/Home/Login but I want to have the...
  5. Replies
    6
    Views
    897

    Re: Having Issues Serializing My Object

    You were correct. Setting the properties to string.Empty in the default constructor now causes the attributes to be written.

    Thanks again for your help. I would give you some rep, but it says I...
  6. Replies
    6
    Views
    897

    Re: Having Issues Serializing My Object

    Oh, I forgot to ask, do you know why the checkoutstash node doesn't include the file and hash attributes when I don't set the appropriate CheckoutStash properties? Basically, i always want to include...
  7. Replies
    6
    Views
    897

    Re: Having Issues Serializing My Object

    Interesting. I would have never thought of that. While the auto getters/setters are nice and lazy for writing code, you obviously have to keep things like this in mind.

    Thanks for looking at this,...
  8. Replies
    6
    Views
    897

    Having Issues Serializing My Object

    I have attached a sample project showing my classes/objects and below you can see the XML I am trying to obtain, but can't.



    <data>
    <backupstash file="test.dat" hash="123456" />
    ...
  9. VS 2012 Re: Multiple layouts for a or conditional code in single layout

    Yeah, after some trial and error and google searches I found what I was looking for and see the light. I'll keep plugging away until I get my site finished. Thanks for your assistance. I'm sure ill...
  10. VS 2012 Multiple layouts for a or conditional code in single layout

    Hello,

    I am just starting to learn ASP.NET MVC as that's what we're moving to at work after years of running Classic ASP.

    However, I am confused on how I should code/design the MVC application....
  11. VS2012/4.5 - BackgroundWorker and Design/Runtime View Differences

    Hey,

    I have two questions I'm hoping you guys can help with.

    1. I have a simple application (see attached solution) that processes text files in a folder and uses the BackgroundWorker class to...
  12. Replies
    11
    Views
    18,435

    Re: Formless Tray Application

    Yeah, I have an empty bin folder and the obj folder has a 7kb cache file in it. I'll delete them both and reattach, just to be safe.

    UPDATE: Well, I deleted the obj and bin folders and and didn't...
  13. Replies
    11
    Views
    18,435

    Re: Formless Tray Application

    I found some code for a HotKeyManager class (link) and have integrated it with your demo application.

    I added 2 HotKeys for testing. CTRL+SHIFT+A and CTRL+SHIFT+W.

    Hope it's ok to attach it to...
  14. Replies
    6
    Views
    729

    Re: xpath query help

    I'm no expert on XPath, but I'd get the room first, then see if it had Tier B.

    Maybe get a NodeList of all rooms, then loop through and see if the Tier B exists?

    C
  15. Replies
    8
    Views
    1,125

    VS 2010 Re: saving state of the application

    Good question. I know the sample project I attached has User level settings, but they can be set to Application level. I just don't know how they would work from a shared drive.

    To be honest, I...
  16. Replies
    8
    Views
    1,125

    VS 2010 Re: saving state of the application

    You're running a VS2010 WinForms project, right? Did you add a PropertyGrid to your form and name it grdSettings?

    Can you take a screenshot of your form and code or attach a zip of your project...
  17. Replies
    9
    Views
    849

    Re: What's wrong with this code?

    If you mean the code with the squigglies (technical term) under it, then it looks like a missing reference to Sysem.Configuration, but I could be wrong.

    C
  18. Replies
    8
    Views
    1,125

    VS 2010 Re: saving state of the application

    Here is a very simple example of using My.Settings and binding it to a PropertyGrid in your application. You don't have to bind it to a PropertyGrid. You could create a custom form and display the...
  19. Replies
    8
    Views
    1,125

    VS 2010 Re: saving state of the application

    There are several ways to save the application state.

    If your information is structured into a class, then you can serialize the class to either XML or a binary format, depending on the formatter...
  20. Replies
    11
    Views
    18,435

    Re: Formless Tray Application

    I don't know if it was the right thing to do, but I just moved the following code from the TrayApplicationManager.Designer.cs file to the TrayApplicationManager.cs file.



    public...
  21. Replies
    11
    Views
    18,435

    Re: Formless Tray Application

    Ok, I'm missing something with the sample application.

    I see where the menu item click events are, but I'm having trouble figuring our where to put my startup code, such as fetching data, adding...
  22. Replies
    11
    Views
    18,435

    Re: Formless Tray Application

    And you were right to think that. :)

    I started over with your sample solution and instead of doing the "Open" logic I displayed a BalloonTip. Apparently I've mangled the version I modified...
  23. Replies
    11
    Views
    18,435

    Re: Formless Tray Application

    This is an interesting and I've been testing it out, but ran into an issue where I can't display BalloonTips for the NotifyIcon.

    The other thing I was thinking won't be possible, but I haven't...
  24. Re: Concatenating images into 1 file and save offsets for later extraction

    I found this link on Creating and Saving a Multiple-Frame Images and it appears to allow any image types because the are using tif, png, bmp, jpg and gif in the same.

    It's in C, but I'm sure I can...
  25. Re: Concatenating images into 1 file and save offsets for later extraction

    For the 2nd method I would just build a string with the count, lengths and pipes and then save it out as binary at the beginning of the file or save it out as plain text? I would think as binary, but...
  26. Concatenating images into 1 file and save offsets for later extraction

    I have a folder of images that I want to concatenate into one file (say file.bin) and I'm confused on the best method of save off the offsets to the individual files so that I can read the images...
  27. VS 2008 Re: Is CodeVeil the best tool out there for protecting a program?

    Damn! I guess that makes sense, but hoped it might be a smaller than that. :ehh:

    C
  28. VS 2008 Re: Is CodeVeil the best tool out there for protecting a program?

    How's the Native Executable Generation? Does it create fairly small exes?

    C
  29. Replies
    50
    Views
    2,881

    Re: [RESOLVED] In the market for a new laptop...

    LOL I figured that would get a comment :)

    C
  30. Replies
    50
    Views
    2,881

    Re: [RESOLVED] In the market for a new laptop...

    Thats pretty nice. I just bought an HP and received it yesterday. Here are the specs. This thing is blazing fast! I was also thinking i7, but glad I saved the money.

    HP Pavilion dv7t

    • Genuine...
  31. Replies
    40
    Views
    2,537

    Re: Parsing Help Please

    I've already posted code on how to parse the limited data you provided and Tom Sawyer also suggested an alternative method for parsing the data and detecting "13" record blocks without "20" records,...
  32. Replies
    40
    Views
    2,537

    Re: Parsing Help Please

    That would certainly be a very easy way to do it. :)
  33. Replies
    40
    Views
    2,537

    Re: Parsing Help Please

    *head implodes* LOL

    That's insaaane!

    C
  34. Replies
    40
    Views
    2,537

    Re: Parsing Help Please

    Agreed! :)

    I deal with parsing of BAI Bank Reconciliation files, which is another complex file layout with a repeating pattern of record types with optional record types.

    Not having enough info...
  35. Replies
    40
    Views
    2,537

    Re: Parsing Help Please

    Well, based on the OP there are only 2 records in the data. There may be 3 "13" records, but the 2nd and 3rd are part of the same record because the 3rd doesn't have any "20" records.

    The way you...
  36. Replies
    40
    Views
    2,537

    Re: Parsing Help Please

    I found it easier to load the file into a line array and loop it in reverse. Even though it's processed in reverse order, the records are kept in the correct order after parsing.

    See my code...
  37. Replies
    20
    Views
    7,915

    VS 2010 Re: Download multiple files acync - progressbar

    Ahh, I see what you mean. I added a messagebox to mine and received it twice.

    To determine when all downloads where comepleted I added the following boolean variables to track each download...
  38. Replies
    20
    Views
    7,915

    VS 2010 Re: Download multiple files acync - progressbar

    I put the following in the UpdateProgress method.



    If ((Me.current1 + Me.current2 + Me.current3) = (Me.total1 + Me.total2 + Me.total3)) Then
    MessageBox.Show("Done")
    End If

    Seems to work.
  39. Replies
    4
    Views
    9,806

    Re: how silverlight connect with database

    Another good resource is the Get Started section on the Silverlight.net site.

    C
  40. Replies
    374
    Views
    25,085

    Re: What book are you reading these days?

    The 3rd and final book in the Neanderthal Parallax, Hybrids. They were meh, but had some interesting bits.

    I think Under The Dome is next up.

    C
Results 1 to 40 of 140
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width