|
can the console application written in VB run alone? Hi all Assume I write a console application using Visual Basic, I am wondering if that compiled console application can run alone (without any need of some additional VB files)? Thank you. ... 19 Jun 2008 01:15
How to access a restore point in Visual Basic Language "Rocky" <rockyverma60(a)gmail.com> wrote in message news:c75cf73b-b7f8-42ca-a053-b99eff8b1ed6(a)c19g2000prf.googlegroups.com... Help Me Please!!!!! Would any one please sort my problem of accessing a restore point in Visual Basic Language Dynamically Hunh? Doesn't make much sense to me (1) exactly what it m... 19 Jun 2008 01:15
Looking for a Rock Star... Mike, This sounds to me as if it were just made for you (well, perhaps except embracing Microsofties, though I have seen some Cool� girls who worked for Microsoft, so perhaps even that is not out of the question). I wish you and Shane the best of luck in reaching an agreement, and, especially, to you in und... 19 Jun 2008 01:15
Export Access Data to Excel Multiple Workbooks Hi: I need to export the results from three MS Access queries to specfic named worksheets in an Excel spreadsheet. The TransferSpreadsheet method in VBA gives no control over worksheets in Excel. Does anyone have a suggestion? thanks ... 6 May 2008 23:25
Updating a VB6 across the Internet Can you host the update download on an HTTP? If so, then you can dump the ocx and just use a buncha wininet APIs to download via HTTP instead of FTP... InternetOpen, InternetConnect, HttpOpenRequest, InternetOpenUrl, InternetReadFile, InternetCloseHandle. It's a bit of code and I don't have any "ready to post" c... 6 May 2008 22:21
Create chm file > I am trainer of a specialized software and for that software i have created some notes now i want that notes in chm file. notes also contains images and links. Please let me know how can i create them with VB. For creating the HTMLHelp (chm) files, you can use the free HTMLHelp Workshop, a free do... 6 May 2008 22:21
Need help updating a file <realvampirelestat(a)yahoo.com> wrote in message news:7e63a964-3f94-42d1-b3a7-83f8e38b7f96(a)25g2000hsx.googlegroups.com... I'm writing a payroll program for a school project and I've gotten it to write new information (Updated Employee info) to the .DAT file but I don't know how to remove the old information f... 6 May 2008 21:27
Interfacing with a device driver (specifically USB GPS) For my own interest's sake I'd like to interface with my USB GPS. (note, this is a 'true USB' device, not 'faked with a USB to Serial). I've got the documentation on the driver for the device, unfortunately its all C code, and I'm having a tough time making the translation. From what I can tell, the process i... 24 Apr 2008 23:01
How To Check If PDF File Is Security Enabled or Not Hi, I'm having a problem of determine if a PDF file is Security enabled or not (Security method) using VB 6. I able to load and read the general information of the PDF file such as 'title', 'author', 'producer', ... with CAcroPDDoc.GetInfo('....") function in Acrobat 4 type library but not know how to read ... 24 Apr 2008 17:27
Comma seprated string I use this function for a job like you have: Record is the string Field is the delimitter, a comma in your case VeldNr is the count of the field you want to isolate Attribute VB_Name = "IsolateField" Option Explicit Public Function GetField(Record As String, Field As String, VeldNr As Integer) As String ... 22 Apr 2008 16:25 |