Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: solidjp
  • Content: Threads
  • Order by date
  1. solidjp

    Searching all drives for a file

    In my VB application, I have command buttons set up so when a user clicks on one of them an application executes. If the path to that exe is not the default location, I need it to then search all the drives mounted on that particular machine until it finds that exe name. So what is the call to...
  2. solidjp

    Is there a Search function in the WinAPI for VB

    In my VB application, I have command buttons set up so when a user clicks on one of them an application executes. If the path to that exe is not the default location, I need it to then search all the drives mounted on that particular machine until it finds that exe name. So what is the call to...
  3. solidjp

    Quick question about converting ASP to ASP.NET (urgent)

    Is it true that you can convert an ASP project created in Visual InterDev 6, into ASP.NET as long as you don't rename the .asp to .aspx?
  4. solidjp

    Passing a String's Value using the Shell Command

    I am using the shell command to pass a variable to another vb program like this: Shell "C:\Folder\App.exe sName" sName holds a value like "Bob". But when I call the second app with sName attached to the end of it, the Command only sees sName as sName and not the value...
  5. solidjp

    Crystal Report - Chart Expert

    when using the chart expert in crystal..is there a way to set the data axes min and max values from within VB
  6. solidjp

    API call to pass an application the username

    I have a login screen that allows the user access to the Main Application. If the user successfully logs in, the Main App displays a list of command buttons that when clicked, will execute another application. Now what I need is to pass the application being launched the username of the user...
  7. solidjp

    Passing Username Parameter to Application

    I have a login screen that allows the user access to the Main Application. If the user successfully logs in, the Main App displays a list of command buttons that when clicked, will execute another application. Now what I need is to pass the application being launched the username of the user...
  8. solidjp

    Counting Rows with data in Excel/VB

    I need to loop through all the rows in an Excel file that has data in each row. If I use Workbooks.Application.Rows.Count it returns every row (65235) or whatever. I usually just have around 100 or so rows with data in them. I'm using a For loop to do this. My code goes something like this...
  9. solidjp

    Stripping a String

    I have a string with a value that looks like this "w81flr05102202". I need to only get the first six characters out of that string. How do I do that in VB. I was thinking of using the Split function but didn't see any delimiter I could use.
  10. solidjp

    Combining Excel Worksheets

    I have 2 or more different excel workbooks with 1 worksheet of data in each workbook. I need to put all the worksheets into one new excel workbook. Either by combining all the worksheets into one big worksheet, or each having there own worksheet in one big workbook. Do I need to do some copy...
  11. solidjp

    Combining Worksheets

    I have 2 or more different excel workbooks with 1 worksheet of data in each workbook. I need to put all the worksheets into one new excel workbook. Either by combining all the worksheets into one big worksheet, or each having there own worksheet in one big workbook. Do I need to do some copy...
  12. solidjp

    Insert Column with VB & Excel

    1.)I have an Excel Workbook with one worksheet in it. The worksheet already has data in it. 165 rows and 15 columns of data. What I need to do is insert a new column using Visual Basic to talk to Excel to write to this existing worksheet. The new column needs to be in the first column. And...

Part and Inventory Search

Back
Top