Search:

Type: Posts; User: condonethis

Page 1 of 4 1 2 3 4

Search: Search took 0.09 seconds.

  1. Re: Converting VB6 Change Default Printer Code to VB 2013

    Ok, I'll look around, got close to completing the revision, but going from VB6 to VS2013 is a challenge. I'm sure this is a better way of doing this, but I wasn't able to locate it yet.
  2. Converting VB6 Change Default Printer Code to VB 2013

    I've been trying to convert some code that I found courtesy of vbnet.mvps.org. I've been able modify most of the code, but since I'm not very familiar with VB6 at all, I've had some trouble with the...
  3. VS 2008 Re: Calculating All IP Addresses in a Range (Pretty Good Start)

    Hello everyone, looks like I figured it out. Please let me know if anyone sees something I missed, but It found all of the ranges that I was looking for just now! It seems I was doing my + 1 to...
  4. VS 2008 Calculating All IP Addresses in a Range (Pretty Good Start)

    Good morning,

    I've been trying to calculate all IP addresses in a document that has been setup as 3 different sets of arrays. One array, individual ranges, ie. 127.0.0.1-255.255.255.255, preceded...
  5. Replies
    5
    Views
    13,038

    VS 2008 Re: Printing Document from Listbox

    I had some issues with the positioning of the document once the listbox had been drawn to print. This code here seemed to fix all of my issues with vertical positioning and skipping the initial line...
  6. Replies
    18
    Views
    8,770

    Re: [RESOLVED] [2005] Listview noob Q

    I'm attempting to use the above code examples to color code my results based on string.contains criteria.

    I've set my LstBox.DrawMode = DrawMode.OwnerDrawFixed:
    Private Sub main_Load(ByVal...
  7. Replies
    3
    Views
    6,291

    VS 2008 Re: Simple Quiz Application

    I figured everything out. If anyone is interested, I present a simple quiz application.

    Sometimes you give yourself better advice than you receive.

    DoceusFungii (Solution on Google Drive due to...
  8. Replies
    3
    Views
    6,291

    VS 2008 Re: Simple Quiz Application

    I got it kinda altered to something much more approachable but I'm seeing difficulties rendering the strings??106601



    Public Sub TRIAL2()

    'Dim a As Integer = 1

    'Do...
  9. Replies
    3
    Views
    6,291

    VS 2008 Re: Simple Quiz Application

    106599Trying something different, equally befuddled but much shorter. Having issues trying to find out how to store String into Array piece by piece.


    Public Sub TRIAL2()
    Dim T As...
  10. Replies
    3
    Views
    6,291

    VS 2008 Simple Quiz Application

    Hello,

    Been a while away from code, but trying to take a stab at writing a little quiz app but my code looks like I am trying too hard and runing slow. Can anyone give me an idea of what I'm doing...
  11. VS 2008 Re: Dynamically add menustripitem with onclick event

    This method is working great, but I need to find a way to dynamically change the background and foreground color of the menustrip item that it is dynamically creating. Is there any way to change the...
  12. VS 2008 Re: Dynamically add menustripitem with onclick event

    [QUOTE=jmcilhinney;4253995]You don't need to invoke a ToolStripMenuItem constructor because the Add method will create the item for you. As for the last argument, it needs to be an EventHandler...
  13. VS 2008 Dynamically add menustripitem (setting color) with onclick event

    Buenos,

    I'm trying to dynamically add a menustripitem with onclick functionality while reading a xml file. I am able to add the menustrip items, but am receiving an exception upon assignment of...
  14. VS 02/03 Re: Creating service to run batch file to disable/re-enable network adapter

    Since this is occurring on a brand new Cisco switch, and I was stable for 2+ months I am going to try to exact the same configuration on an inactive NIC when I am physically on-site and see if the...
  15. VS 02/03 Re: Creating service to run batch file to disable/re-enable network adapter

    I have, and LOVE, 2008. The code is actually written for 3.5, but I cannot find the installutil.exe for 3.5 framework on the server that I am trying to create the service on. I have compiled the...
  16. VS 02/03 Re: Creating service to run batch file to disable/re-enable network adapter

    This method just seemed to complicated for the simple task that I was trying to accomplish, but being as this is my first suaré with working with services, I am open to any helpful examples, and...
  17. VS 02/03 Re: Creating service to run batch file to disable/re-enable network adapter

    OK, I done I'm pretty sure that I have the arguments correct, but the service still fails to do what I'm trying to accomplish and not sure why??? Maybe I should just stick to forms, it's as though it...
  18. VS 02/03 Re: Creating service to run batch file to disable/re-enable network adapter

    OK, created my new timers, but how to I handle the Events of these kind of timers?? I can't refer to them as a Handle within a sub?

    Public Class resetadpsvc
    Dim TmrE As New...
  19. VS 02/03 Creating service to run batch file to disable/re-enable network adapter

    I have wrote a Windows service in .Net 2.0 that is designed to delete a file and execute a batch script that will disable/re-enable a network adapter given a certain file is present on a shared...
  20. VS 2008 Need to move discharged patients and hold inpatient in temp folder

    I need to do a query to determine if the .tif file belongs to a patient that has been discharged, representing "2" as result and "1" is still inpatient. What i need paid attention to is the...
  21. Re: EZUpdate - Run Updates Network Wide Easily

    Just in case you were interested, but would rather just view the code. It illustrates properly executing an application and waiting for that application to terminate and creating text files without...
  22. EZUpdate - Run Updates Network Wide Easily

    Given your end users have certain access privileges, or ran as an administrator, this application is designed to allow you to control machines on your network using file structure.

    Simply open the...
  23. Replies
    2
    Views
    4,443

    Re: SoapIt - Lye Calculator for Making Soap

    Attached:
  24. Replies
    2
    Views
    4,443

    SoapIt - Lye Calculator for Making Soap

    I have been working on a little application for a couple months and feel pretty comfortable releasing it here. I think there are some good examples of using custom masked textboxes, and creating a...
  25. VS 2008 Re: Query SQL, Return Result to Multiple Textboxes

    Whenever I use * I can successfully pull the first field, but upon attempting to retrieve anything beyond I am given a ex.message = "thefieldinquestion" and not the result from the field...

    I am...
  26. VS 2008 Query SQL, Return Result to Multiple Textboxes

    I am creating an application for a friend and have no issue inserting or updating the table, but I am having trouble relaying the information from the query back to the corresponding textbox when...
  27. VS 2008 Re: Working with hash 512, selecting a constant saltByte

    String s = "Hello";
    Byte[] b = new UnicodeEncoding().GetBytes(stringToConvert);
  28. VS 2008 Working with hash 512, selecting a constant saltByte

    Hi,

    I've been trying to take a text string converted to HASH512 and have a textbox to verify that the entered string to HASH512; if HASH512A <> HASH512B then "incorrect password".

    The problem...
  29. Replies
    2
    Views
    1,381

    VS 2008 Re: 'CreateFilenameFromUri' is not declared?

    My appologies for the lack of lines, was at work and trying to post between patients; as usual, you have answered my question.

    Thanks very much for the article, I was wondering why my search was...
  30. Replies
    2
    Views
    1,381

    VS 2008 'CreateFilenameFromUri' is not declared?

    CreateFilenameFromUri in 3.5??


    Imports System
    Imports System.IO
    Imports System.Text
    Imports System.IO.Packaging

    Private Sub ExtractFromZip(ByVal pZipFilename As String, ByVal pOutputPath...
  31. Replies
    1
    Views
    429

    VS 2008 Further complicating save file!

    I am adding to my application for making soap, and want to add a notes section to the application. I am using a text based save file and am, in prequal, trying to add to my save file concept. I want...
  32. Replies
    1
    Views
    642

    VS 2008 Re: TrapKey Exclusion

    why is kcode 110 non-functional??
  33. Replies
    1
    Views
    642

    VS 2008 TrapKey Exclusion

    Trying to allow the placement of decimals in the listed textfield:
    Private Function TrapKey(ByVal KCode As String) As Boolean
    If (KCode >= 48 And KCode <= 57) Or KCode = 8 Or KCode = 110...
  34. Replies
    5
    Views
    812

    VS 2008 Re: Creating a Save File

    awesome! Thanks so much!
  35. Replies
    5
    Views
    812

    VS 2008 Re: Creating a Save File

    Is there anyway to address a field name using string combinations?
  36. Replies
    5
    Views
    812

    VS 2008 Re: Creating a Save File

    Bump????
  37. Replies
    5
    Views
    812

    VS 2008 [RESOLVED] Creating a Save File

    I have created a program for making soap. I am having trouble creating a save file for the program. I want to create a txt like string save file.

    This is the save function:
    Public Sub save(ByVal...
  38. Replies
    3
    Views
    4,408

    VS 2008 Re: Find Window by Title Name VB 2008??

    Found this and it seems to work great, but how can I use a variable in the parentWindow title?

    Dim thehandle As Long
    Dim parentClass As String = "theapp"
    Dim parentWindow As...
  39. Replies
    3
    Views
    4,408

    VS 2008 Re: Find Window by Title Name VB 2008??

    Have found a lot of useful information here:
    http://www.vbforums.com/showthread.php?t=340769

    But I basically want to determine if the windowtitle exists = true trigger a sub.
  40. Replies
    3
    Views
    4,408

    VS 2008 Find Window by Title Name VB 2008??

    Having an issue with a certain application ever since and update, and now errors out with a unique window title. How can I find if the window title exist in VB.Net 2008?

    Found this code, but looks...
Results 1 to 40 of 134
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width