I can shutdown a PC with a program of Visual BASIC 6, the PC has installed Windows XP atte: Norman Martínez Departamento de Informática Textiles Río Lindo ...
Norman - Look in the files section of this group, and you'll find a file which will assist you in your quest to shutdown Windows XP via VB. Before you make a...
here's a breather from derek: LOLZ :) Also note that I won't be held responsible for *any* damages that may or may not occur through your use or misuse of this...
Hi, With reference to the earlier postings, I've found out that I would need to create two TextBoxes, one for holding the UserName and another for holding the...
Thought *someone* would find it humorous! Seriously, though, if the code was misused, it is possible that the network it is utilizing could be slowed to a...
hi 2 alll...... I want the VB code which can copy the entire data from the recordset at a time into excelsheet I can do it with the help loop but i want it...
If you look in the Files, there is a project called ExcelExport.zip that gives an example of how to do this by copying a record at a time (as a string...
hi all i am writing an app which will handle a CSV string. In this string i will have a load of values seperated by either commas, tabs or spaces. the strings...
Hi thr, I have done a lil' bit of coding for your problem; I did it in a best way I could hope this could solve your problem, if not then pls let me know where...
thanks for that it was just what i needed. avaneesh agarwal <avaneesh_1@...> wrote: Hi thr, I have done a lil' bit of coding for your problem; I did it...
Can you just use Replace? cString = Replace(cString,"-","") Rick Rose ... From: bidskii Date: 11/03/05 02:55:19 To: visualbasic6programming@yahoogroups.com ...
Check this link: http://groups.yahoo.com/group/visualbasic6programming/files/ it leads to the files section of this group. In the files section, look for a...
I could do but I also need to fill in the gaps, rather than just removing the '-'. So maybe once i have gotten the rest of the data i could do that. Thanks for...
just incase anyone is interested, i'm selling 'visual studio .net 2003 enterprise architect FULL' that i won at uni. If anyone lives in australia and wants a...
CONTENTS: ** EVENTS ** EUROPE ** ** BOOKS ** ** EVENTS ** USA ** ** CALL FOR SPEAKERS ** EUROPE ** CALL FOR SPEAKERS ** USA ** HUMOUR ** ** OTHER INFORMATION -...
CONTENTS: ** EVENTS ** EUROPE ** ** BOOKS ** ** EVENTS ** USA ** ** CALL FOR SPEAKERS ** EUROPE ** CALL FOR SPEAKERS ** USA ** HUMOUR ** ** OTHER INFORMATION -...
Many times I use the msFlexGrid in a manner which requires clicking on a cell and based upon the Row and Column indexes do something. The problem has always...
I guess, that something like this could do: ............ Dim i As Integer Dim j As Integer Dim a As String ' a will contain de input CSV string Dim b As String...
Ok, could you post the solving of it ? ... Pablo _____ De: visualbasic6programming@yahoogroups.com [mailto:visualbasic6programming@yahoogroups.com] En nombre...
it has already been posted. check the previous messages of this thread "Pablo F. Ruiz O." <arruiz@...> wrote:Ok, could you post the solving of it ? ... ...
I want to transform my computer in a telephone id captor. Yes, I want to view in a form the number of the client who are calling by phone. How can I view all...
I have 4 TextBoxs to enter score result txtResult1 txtResult2 txtResult3 txtResult4 Maybe User will fill 2 or 3 or 4 of them (TextBox) i want to get the...
If you want to know how many are filled, you could do this as a suggestion. Put those 4 textboxes in a control array first. Then dim booResult(4) as boolean ...
... I was trying to understand the code from the project that you recommend me. I never work with comm ports in VB6 but that's my first project (it's simple...
Hi, I am trying to make a program that both Copies and Zips a specified directory... The Copy Part I have...I would like some help(if possible) to code the ...
Use this zip control. It's free, unless they started charging for it, and
easy to use http://rail3d.richsoftcomputing.co.uk/vbzip.php Rick Rose ... From:...