Search:

Type: Posts; User: ImpShial

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Help with list control that allows linking items

    So, my team and I have been designing an app that allows a user to work with SQL Server tables to create custom views to use in reporting. This app was needed because we are moving from Access to SQL...
  2. VS 2010 Re: Question on adding a class to another using Add

    Enrico.... not what I was looking for, but that is a great example of something I have not yet studied. Thanks!

    Joacim, that is exaclty the answer I was looking for. I appreciate your help, thank...
  3. VS 2010 [RESOLVED] Question on adding a class to another using Add

    I'm still learning all of the ins and outs of .NET, and have a question regarding using the Add method in a custom class to add child objects to a parent.

    Using the listview as an an example, to...
  4. Replies
    0
    Views
    771

    Word 2010 RTF Content Control issue

    Here's the setup...

    I have a Word 2010 doc that contains 6 RTF Content Control fields. The user is required to enter data in these fields (and yes, they can use bold, underline, italic, bullets...
  5. Replies
    1
    Views
    324

    Re: Issue with CASE WHEN

    Well, after a bit more searching.....I found the following:
    [2005] CASE in WHERE clause

    In there, I got my answer. Using the result of the parameter combined with (AND) the result i want for that...
  6. Replies
    1
    Views
    324

    [RESOLVED] Issue with CASE WHEN

    Ok, here's the situation, and hopefully this has a very simple solution.

    I have a table called Policy with 3 columns


    id State CFLXLS
    ----------------------------
    1 OH ...
  7. Retrieving Value/text pair from Select listbox

    Ok. here's my situation. I have an ASP web page that gets records from a SQL Server database. These record values are used to populate a multiselect listbox with the following syntax:


    'loop...
  8. Replies
    13
    Views
    978

    Re: Extracting a .zip file

    Ok.

    Info-Zip is a group of developers that create free DLLs that handle standard compression.

    They have been around since 1990, and most of the major compression applications use the Info-Zip...
  9. Replies
    6
    Views
    738

    Re: Listview 5.0 vs. Listview 6.0

    Sounds like it's my system. I guess I'll have to find out what I'm missing.

    Thanks for the reply. Believe it or not, a non-fix answer is probably just what I needed to fix it :)

    Imp
  10. Replies
    6
    Views
    738

    Re: Listview 5.0 vs. Listview 6.0

    So you're seeing icons in the listview on both?

    Are you using the subclassing dll?

    Thanks.
  11. Replies
    6
    Views
    738

    Re: Listview 5.0 vs. Listview 6.0

    I'm going to try one more time to push this to the top and see if I get any takers.

    Thank you,
    Imp
  12. Replies
    6
    Views
    738

    Re: Listview 5.0 vs. Listview 6.0

    I can't seem to find any references to the Listview ver. 6.0 and the System Imagelist on the web.

    Any help on this would be appreciated.

    Thanks.
  13. Replies
    6
    Views
    738

    [RESOLVED] Listview 5.0 vs. Listview 6.0

    I'm trying to attach the System Imagelist to a listview and I've found quite a bit of code floating around to do this.

    I got it working, but only if I use the Windows Common Controls 5.0 (SP2)...
  14. Re: Listing Related Controls in Property Window

    So has anyone ever thought about this issue?

    Imp
  15. Replies
    8
    Views
    1,793

    Re: Reading XML File

    Works great!, Thanks.
  16. Replies
    8
    Views
    1,793

    Re: Reading XML File

    Fixed another issue in the XML file. There was a loose & in the first station name: A & E.

    I added "amp;" after the & symbol and the app was able to read the xml file.

    Imp
  17. Replies
    8
    Views
    1,793

    Re: Reading XML File

    I fixed the XML. There was an extra <station> tag without closure in there.

    That is odd. I messed around with your code and got the same thing. Wonder why it won't load?

    Can anyone help with...
  18. Replies
    8
    Views
    1,793

    [RESOLVED] Reading XML File

    I'm fairly new at the whole XML thing, but I am trying to write some code that will give me data from an XML file.

    Here's my issue. I have a file with multiple levels, and the data I want is 7-8...
  19. Replies
    6
    Views
    904

    Re: [RESOLVED] XML Nodes and Child Nodes

    Post your solution for all to see, please.

    Thank You
  20. Replies
    3
    Views
    692

    Seconds to Minutes Calculation

    This may seem like a simple request, but I have a process that runs for a specific number of seconds, and I want to show the user how many minutes and seconds have elapsed and/or remain.

    137...
  21. Replies
    4
    Views
    473

    Re: VB - Rebooting Win XP/ Win 2000

    This only logs the user off. I'm having the same issue.

    I am running my app on Windows XP Pro. When I use: Private Const EWX_REBOOT As Long = 2
    I get nothing. The FORCE constant works just...
  22. Adding Right-Click menu items in Windows Explorer

    If you have WinZip installed, any file (or group of files) that you right-click on in Windows Explorer pops up with the standard popup menu, but WinZip has added its own items to the menu such as...
  23. Adding Right-Click menu items in Windows Explorer

    If you have WinZip installed, any file (or group of files) that you right-click on in Windows Explorer pops up with the standard popup menu, but WinZip has added its own items to the menu such as...
  24. Listing Related Controls in Property Window

    Ok. Here's what I'm trying to do:

    I have a 2 usercontrols that I created. Let's call the first one the Master control. The other we'll call the Slave control.

    I would like to be able to drop...
  25. Dragging and Dropping outside of a treeview

    I am attempting to create an application where a treeview has a hierarchal display of data, and the user can drag any item from the treeview to a textbox which is used to create a script.

    My...
  26. Replies
    1
    Views
    672

    Using OnFocusOut

    I am trying to trap the text of an textbox in a form on one of my web pages.

    I have a textbox that allows the user to enter a dollar amount. Some users will enter just numbers, and some users will...
  27. Replies
    3
    Views
    1,015

    You know what, it is in the wrong forum. I'll...

    You know what, it is in the wrong forum. I'll switch it.

    But if anyone knows of a VBScript solution to this, I'd love some feedback.

    Thanks.

    Imp
  28. Replies
    3
    Views
    1,015

    Using OnFocusOut

    I am trying to trap the text of an textbox in a form on one of my web pages.

    I have a textbox that allows the user to enter a dollar amount. Some users will enter just numbers, and some users will...
  29. Replies
    2
    Views
    5,163

    Determining Hexagon Dimensions

    Does anyone know if there is a way to get precise dimensions of a hexagon by starting with the distance between flat sides?

    Example:
    http://www.adamsline.com/images/hex_desc.jpg

    Say the...
  30. Replies
    4
    Views
    1,601

    I was just about to post my own answer! I...

    I was just about to post my own answer!

    I discovered the readOnly property just now.

    <input name="T1" value="Sample Text" readOnly>

    I WAS going to use the disabled property (just discovered...
  31. Replies
    4
    Views
    1,601

    Non Editable HTML Textbox

    I have a page that allows the user to select a country from a drop-down list.

    Once they select the country, they click on Submit and a page loads that allows them to enter data depending on what...
  32. Replies
    0
    Views
    387

    Getting Standard Font Sizes for a Font

    I was wondering if anyone knew how to get all of the standard listed font sizes for a specific font name.

    For example:

    In the font common dialog, when you click on certain font names, the list...
  33. Replies
    4
    Views
    821

    Treeview Plus and Minus

    I'm interested in using the Treeview in an app, but the treeview that comes with VB6 looks kind of wimpy compared to others.

    I've added an example:

    http://www.adamsline.com/images/proj_img.jpg ...
  34. Replies
    1
    Views
    375

    Textwidth in Listview with images

    Using the textwidth function, I can get my listview to resize perfectly based on the width of the longest listitem's text.

    I am using report view by the way.

    My problem is when I add icons to...
  35. Replies
    2
    Views
    595

    Thanks! Works like a charm.

    Thanks! Works like a charm.
  36. Replies
    2
    Views
    595

    Tabs in RichTextBox

    I have a richtextbox that I want the user to be able to hit the tab key and have text indented, or just insert the tab character like a normal word processing app.

    Every time I hit the tab key, it...
  37. Replies
    12
    Views
    915

    Why not just use the Masked Edit control? Just...

    Why not just use the Masked Edit control?

    Just set the Mask property to # and the MaxLength property to 1

    No code.

    Imp
  38. Replies
    10
    Views
    786

    Setting the ZOrder wouldn't work as any other...

    Setting the ZOrder wouldn't work as any other picturebox I drag over gets wiped out.

    Using my example, and adding the ZOrder line of code, drag any one of the pictureboxes around the form. As you...
  39. Replies
    14
    Views
    926

    You can use the InStr() function. InStr() uses...

    You can use the InStr() function.

    InStr() uses the following syntax:

    variable = InStr([start], [string1], [string2], [compare])

    Dim SearchString, SearchChar As String
    Dim MyPos As Integer...
  40. Replies
    4
    Views
    513

    Search for Dan Appleman. He writes a book...

    Search for Dan Appleman.

    He writes a book called "Developing COM/ActiveX Components with Visual Basic 6".

    This book rocks! It's written so that anyone can learn, from begining to end.

    ...
Results 1 to 40 of 70
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width