Home All Groups Group Topic Archive Search About

Visual Basic General Discussion

microsoft.public.vb.general.discussion
Score "" versus vbNullString
Jack - 14 Jan 2006 7:51 PM - 8 messages
lpString = "" or lpString = vbNullString which one should I use to clear string variable? Thanks,              Jack ...
Score How to Trap this error?
Mo - 14 Jan 2006 5:52 PM - 4 messages
Hi, i am getting a type mismatch error when the wrong type of data (eg text) is entered into a field (currency). this is good. but how do i trap this error, so the user is notified to enter the correct data? ...
Score Urgent!! error 400. The form already displayed, can't show modaly
wang_nan2001 - 14 Jan 2006 3:06 PM - 5 messages
I have two form -- formA and FromB. I write FormB.show in the form A when user click the textbox on the form A. I write Me.hide on the form B when user click the button on the form B. The program run normally ...
Score Flickering ListViiew?
Arpan - 14 Jan 2006 6:09 AM - 2 messages
A WebBrowser project uses a ListView which lists all the URLs (history) which a user has visited. The ListView gets loaded when a CommandButton is clicked. When any of the URLs is clicked in the ListView, the user's taken to that URL. Any subsequent URLs visited by the user gets added ...
Score HTML read from VBA
pechoi - 14 Jan 2006 1:05 AM - 2 messages
Hi I am trying to use XML to print view->source in the IE (or something else I don't care) My function looks like: Public Function gsGetHTML(rsURL As String) As String     Dim x As Object ...
Score Stuck in a loop
BobbyS - 14 Jan 2006 1:05 AM - 3 messages
I have a form with a textbox, label and command button. I am using this as a password form where the user inputs password and then the form closes and opens another. I am trying to validate the user info and if the right ...
Score Creating a VB Dll for use in VBA
Chris - 14 Jan 2006 12:13 AM - 2 messages
hello, I'm trying to build some code for an access application in VB (VS 2005) and then compile it to a dll for use inside access's VBA.  For some reason I get an error "Can't add reference to the specified file" when ...
Score Click Button in IE without a name
olson_ord - 14 Jan 2006 12:11 AM - 8 messages
Hi,     I was wondering if someone can tell me how to click a button in IE that does not have a name. I am trying to automate my login into yahoo, and I need to click the "Sign in" button. Unfortunately it does not ...
Score How can I keep my app from stealing focus??
nop90 - 13 Jan 2006 11:49 PM - 2 messages
I have an vb6 application that uses a hidden webbrowser control to grab web pages. When the browser control navigates, it steals focus from other Windows applications. How can I prevent my application from stealing focus? TIA ...
Score Using DDE & Visual Basic
markaelkins@newsgroups.nospam - 13 Jan 2006 10:29 PM - 9 messages
II trying to write a small app that uses DDE to pull data from an application we use for stock quotes (the application supports DDE) Currently I use Excel with the follow cell formula: =TONE(A7,,ILX|Q!'sp/z5 1300c,LAST') ...
Score Deleting a file on FTP server using VB code
aahmed1972 - 13 Jan 2006 10:05 PM - 4 messages
I need to write code in VB that will open a FTP server check for a file, if the file exists delete the file and than logout. Can anyone help me please ...
Score Executable not recognized anymore.
Mike - 13 Jan 2006 7:19 PM - 12 messages
Hello, Here's my situation.  I an developing code in VB6 on a Win2K machine. The target has been for a Win98SE machine.  Things have been working fine.  I just got done adding and modifing some code and now the ...
Score command button
James - 13 Jan 2006 7:18 PM - 9 messages
This seems so simple yet I cannot figure it out.  Is the a way of left aligning (justifying)  the text on a command button? ...
Score Help with MSComm and Test Scanner
Jim Edgar - 13 Jan 2006 7:04 PM - 14 messages
I'm using the MSComm control to connect to a Scantron type grade scanner to collect test scores.  I have it running OK but I'd like some ideas on the best way do the following: 1. How do I detect if the scanner is connected?  Right now I have the port ...
Score Printing Listview with many rows More Then 2 Pages help
moo - 13 Jan 2006 7:03 PM - 2 messages
Hi I have a listview full of items that i need to print out on a form The format is similar to a invoice you would get from a business on the top and bottom of the form i have Text Boxes ...
Score Command-Line/Send Keys in Task Scheduler
Carlo - 13 Jan 2006 6:38 PM - 3 messages
I'm running a number of command-line utilities that require logging in to run, so I wrote a VB app that will use WScript to call the function and send the ID and Password.  This works okay if I run the utilitity ...
Score FIND
Pinto1uk - 13 Jan 2006 6:16 PM - 5 messages
Hi, i am using the ado control. i am trying to convert an ID passed in, to the corresponding name.My probllem is how do i find the record and then ask if it is a match then do this or else move to the next record and search ...
Score Can I sell an application developed using VB 2005 Express?
Paul H - 13 Jan 2006 3:38 PM - 21 messages
I have been writing Office applications for a while using VBA. I want to start using Visual Basic 2005 tools. I have a Visual Basic 2005 Empress Edition CD. Can I develop simple applications with these and sell them to my ...
Score A way to read a pdf from within a VB6 program????
Sharp - 13 Jan 2006 3:28 PM - 6 messages
Is there a way to do this? I've thought of shelling out to a pdf reader, but I dunno if the user has acrobat reader or not and if he does, where it is and which version it is. ...
Score Change the write path of My.Application.Log.WriteEntry
Russell Thomas - 13 Jan 2006 3:08 PM - 5 messages
I've been working with the My.Application.Log.WriteEntry method in VB.net 2005 and when it writes a log is stores the log file in the application data folder under the systems user account.  I have tried to find a way to change ...
Score error while compiling "OBJECT REQUIRED"
nuti - 13 Jan 2006 6:01 AM - 8 messages
hi folks, im getting error while im trying to compile the code..... it says object required........ im calling logtolog to write in to the log file.. the code is workin fine as a vbscript but not as vba ---------------------------------------------------------- Sub LogToLog(ByVal strtext) ...
Score Group headers in a VB report.
Dan Hoskin - 13 Jan 2006 3:08 AM - 4 messages
Hi again, Can anybody tell me how to do group headers in VB datareports? It is easy to create the headers in the report, but I can't find anything in any texts that do not involve using the DataEnvironment and the Copy Structure ...
Score Resize jpeg image
abs81 - 12 Jan 2006 11:45 PM - 6 messages
Hi all, Can ne1 can tell how can i resize a jpeg image from 1700 X 2300 to say 800 X 600 before finally displaying in a image box which is contained in a picture box. thanks in advance ...
Score VB3 Common Dialog File Open Issues in WinXP
DanMH - 12 Jan 2006 11:22 PM - 12 messages
Greetings to anyone still hacking with VB3 Does anyone know what and if there are problems with the Common Dialog File Open feature? We have just recently been made aware of a problem where the File Open dialog does not appear to function properly in WinXP.  The ...
Score VB and libcurl.vb
msnews.microsoft.com - 12 Jan 2006 10:04 PM - 5 messages
Hi I want to simulate a browser and send custom requests to the server. Below is PHP code:         $myHeader = array(  "Accept-Encoding: gzip, deflate",                                         "Accept: image/gif, image/x-xbitmap,". ...
Score reg DataReport object
Kjell - 12 Jan 2006 9:31 PM - 2 messages
Hi I'm trying to figure out if the (VB6) built in DataReport can live up to my needs. Can I add a chart to a DataReport ? Kjell ...
Score Sorting ListView column containing date
Jack - 12 Jan 2006 8:25 PM - 10 messages
Hello, What are criteria to sort date in ListView? Last year,  the column was sorted properly, displaying the latest date at the top. Now, in new year that sorting is not valid any more. Current entries are displayed NOT at the top but after last years entries. ...
Score Check for content on a web page?
me - 12 Jan 2006 8:24 PM - 4 messages
Hi all, Can anyone give me any pointers on how to do the following in VB.NET? Basically, I want a procedure that will take a web URL and a string as parameters, e.g. [link] and 'Bill Gates' ...
Score CenterOwner property means nothing???
Jack - 12 Jan 2006 7:43 PM - 4 messages
Hello, From one form I am calling another form to be shown: If fInLogForm = 0 Then FrmDisplay.Show FrmDisplay has set StartupPosition as CenterOwner (=1). but it is continously shown in the middle of the screen. Should it be shown in the middle of the form is being called from? ...
Score Runtime error 430
abs81 - 12 Jan 2006 5:56 PM - 14 messages
hi guys, i wrote an application in which i needed to read an excel file. I added the reference to Microsoft Excel Oject Library. and then when i tried to create an excel application oject it throws me a runtime error 430 class does not ...
Score FileCopy drops read only flag
Stu - 12 Jan 2006 5:07 PM - 4 messages
Is there a way to copy a file in vb6 that keeps the file attributes?  Im really only interested in keeping the read only flag.  I can not use SetAttr once the file has been copied since the destination folder does not allow ...
Score HTML Control For VB6?
Dan Johnson - 12 Jan 2006 4:35 PM - 6 messages
Is there an html control for VB6 which is similar to the RichTextBox control?  Vaguely remember something about one of these being out there, but maybe it didn't work well or something?? Thanks! Dan ...
Score Access columns into a VB array?
ashanthenuka - 12 Jan 2006 4:03 PM - 6 messages
Hi.. This is my first post..! I'm working on a project and stuck on importing some columns from an Access database in to an array. How would you do that using the integrated VB editor in access? The column ...
Score I made a boo boo...
Paul - 12 Jan 2006 1:18 PM - 3 messages
I created a do loop that i cant get out of.how can i crash the program?i dont want to lose data and because im on a computer in Uni, i have no access to the task manager.HELP! ...
Score VB Stuff
Paul - 12 Jan 2006 12:27 PM - 4 messages
Hey Guys... Could any one tell me what the code is if I want to put in a new line in VB? for example: msgBox ("HELLO EVERYONE ON GOOGLE GROUPS HOW ARE YOU ALL?") I would like "HOW ARE YOU ALL?" on the next line. I think there is some ...
Score VB + Access SQL statement
Marvin van Dongen - 12 Jan 2006 11:21 AM - 6 messages
Hello, I've got a VB app connected to Access. I'm faced with a problem, because I can't seem to get the correct SQL statement. The situation is as follows. Table 1 [in] field: [in_id] is a unique record identification number ...
Score help about kill
daniel - 12 Jan 2006 10:56 AM - 20 messages
When I try to kill a file after use acrobat , I have an err 70 ..Permission deny ? Do you have an idea how to kill this file? Then Source is Private Sub Timer1_Timer()     Dim FileToPRint As String ...
Score test
Dieter Nuhr - 12 Jan 2006 7:40 AM - 2 messages
test ...
Score Lotto Program
morith - 12 Jan 2006 7:30 AM - 4 messages
Dear All; I need a small program to display the running names & catch a name for giving a prize (i.e. lucky draw). How do I do it? anyone can help? I need it urgent. Thanks. Morith ...
Score Beginner Question: Visual Studio 2005 - Visual Basic - Charts or Graphs
William Foster - 12 Jan 2006 5:09 AM - 3 messages
Good afternoon all, I am trying to work out the best way to create a chart/graph on a Windows Application.  Previously I have used Microsoft Excel to create programs which had a Chart or Graph included.  However, I wish to break ...
Score Any way to check if .mdb field exists without looping or error checking?
Dave Baker - 12 Jan 2006 2:30 AM - 18 messages
I have a VB application which needs to extract data from an Access *.mdb file. I just had a crash where it tried to grab data from a field that didn't exist, as I was using an old *.mdb file that hadn't been updated. ...
Score Get PictureBox with x height returned size of previously loaded image
tedqn - 12 Jan 2006 1:20 AM - 4 messages
I'm using VS 2005. When user selects a image from the FileListBox, the code is PictureBox.ImageLocation = sFullPath PictureBox is set to AutoSize. When the newly loaded image is smaller than the panel size, I want to center it within the panel by ...
Score Why that local variable is not iniitilized?
Jack - 12 Jan 2006 12:31 AM - 2 messages
Hello,            From one form subroutine calls for another form: frmExpired.Show Form frmExpired has 2 variables declared: Option Explicit Dim StartNumber As Long Dim fCancelExp As Byte These variables are used only in that form. There are NOT global variables ...
Score user defined type
Lex - 11 Jan 2006 9:41 PM - 4 messages
I have a user defined type that dimmed to 1000 deep....There are 7 elements to the type. A mixture of string and numeric. I want to sort this type and that will require a swap. The type array data comes from a comma delimited ...
Score tv tuner capture - how
dado - 11 Jan 2006 7:29 PM - 7 messages
how can i get the picture from my tv tuner? i have found a few examples but i can't get real picture from tv tuner, from its video in connector. i can get only a part of picture and it is in gray scale. ...
Score upgrading an app
Rick - 11 Jan 2006 7:14 PM - 4 messages
I created a vb6 application and distribuited it according to MS license. I need to create an application that upgrades previous set up. I down't want to uninstall and then re-install. So I don't want to use the standard setup ...
Score leading zero dropped when importing data into Access via VB 6.0
ComputerWiggy - 11 Jan 2006 7:04 PM - 11 messages
I am importing data from a comma separated file to an Access 2000 database table (*.mdb) using VB 6.0 code within an application. When I check the data in that has been imported I have noticed that the import process has stripped the leading zero from the data. E.g.. '045' ...
Score Displaying Text Like A Book
peter_v_1998@yahoo.com - 11 Jan 2006 7:03 PM - 3 messages
I like to write a program to read a text file and display like a book. With page turning feature. I like to know how I can display text using textbox or richtextbox to auto flow the text to next textbox. ...
Score vb/vba variable naming conventions
Ben - 11 Jan 2006 6:00 PM - 5 messages
Hi all,     My colleagues and I had a discussion on the naming conventions within VB/VBA.  One my colleague is adamant about the use of one character prefix, citing the ease of use and less memory usage.  Both of which I have to say I ...
Score Visual basic newbie seeks help
dacken42 - 11 Jan 2006 5:00 PM - 2 messages
Hi guys, Although I’m not too experienced with scripting and programming, I would really like to get rid of my old unorganised batch scripts that sort of work, but do not feed the needs of me and my co-workers. I’ve tried to cook up something with the help of other websites and although it seems to work (no error messages!) it sadly does not. Here’s the code: ...
Score Need help finding a file type and deleting it...
kmercer46 - 11 Jan 2006 4:44 PM - 2 messages
I am trying to seach for a specific .INI file AIG.INI and then within that .ini file find the path that the program C:\D: Connections(connections is thename of the program)  is installed on. This is to verify the file location incase it was installed on a ...
Score help needed again
daniel - 11 Jan 2006 2:48 PM - 2 messages
how can I manage the API getjob function with visual basic.. ...
Score HELP
Simon - 11 Jan 2006 2:31 PM - 9 messages
How do I put the time on my userform (It has to tick) and also how do I make a music file play from my computer... Thanx So much Simon ...
Score help needed.
daniel - 11 Jan 2006 2:08 PM - 2 messages
Hello All, Is it possible to suspend a programm if the default printer is busy? Thank's for answering Daniel ...
Score Combo Box
Asif - 11 Jan 2006 12:56 PM - 5 messages
Hi, how do i populate a combo box using a recordset to get 2 fields from a table, in my example  (ID, NAME). How do i make the selection such that when the user clicks "1  John", the ID (1) is selected only. ...
Score Antispyware Beta
Anoop - 11 Jan 2006 10:49 AM - 6 messages
I have had microsoft antispyware installed on my machine for several months and find it very good however it is now showing that it is out of date as at 31st December 2005 and will not run. I have tried numerous times to download ...
Score VB 2005 Express Conversion Issues
DJ - 11 Jan 2006 10:44 AM - 3 messages
Hi I'm not sure if there is a more appropriare NG than this one for this type of question, if there is please point me to it. In VB6 i used the internet transfer control to get files from the web ...
Score User Defined type()
Lex Harrelson - 11 Jan 2006 12:48 AM - 3 messages
I have user defined type dim 1000 deep....This data is collected from a comma delimited file....I want to sort the array with a method that requires the swapping of the compared type....tryng this in vb.net I get a casting ...
Score RecordSet ADO Datacontrol
chuckd777 - 10 Jan 2006 7:45 PM - 4 messages
I am using an ADO Datacontrol and am trying to create a record set With Me.Adodc1      .ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _             App.Path & "\TimeTracking.mdb;Persist Security Info=False" ...
Score sorting question.....
John Morley - 10 Jan 2006 7:36 PM - 4 messages
Hi, I'd like to sort through a text file containing (email) subject headers and email addresses. At the end I would like to know the unique email addresses that were found, and the frequency of each address. Assuming that I can already read the file line by line, and identify the text in ...
Score Invalid property value
David - 10 Jan 2006 6:47 PM - 6 messages
I am getting an error "Invalid property value" in the code below on the line that starts with "NewLine.SubItems(1)".  The object named LV is a ListView object.  I have the exact same code (line for line) a little further down in ...
Score Removing Components
wxforecaster - 10 Jan 2006 3:10 PM - 5 messages
After creating my first user control and making a mess, the Components window now has 3 extra listings of my control (wrong name, type, etc..). Where are these stored so I can remove the non-existant entries? Can't unregister them because they no longer exist (probably another error on my ...
Score printer on LPT1
mcourter - 10 Jan 2006 2:18 PM - 3 messages
is there a simple way to determine if the printer attached to LPT1 is on via VB? tia, mcnewsxp ...
Score Need Help with DLL Variable Access
Dixon - 10 Jan 2006 11:38 AM - 16 messages
I have a DLL file where i hav a type like the one below....... public type Items     ItemName() as string     Count as integer end type and i have a variable declared for this type ...
Score Newbie question
Novice DIY'er - 10 Jan 2006 10:05 AM - 10 messages
Hiya, I have a question and since I'm asking for someone else I would appreciate not too many giggles but a few are ok. What I need to do is to refer to a file within my program. That file is in ...
Score Another C# vs. VB question....
Dan Hoskin - 10 Jan 2006 5:35 AM - 25 messages
Hi again, I was reading through the responses regarding VB vs C# and it was mentioned somewhere that C# is "a non-proprietary and standardized language". Is that to say that C# code runs on MAC and other platforms? What exactly was meant ...
Score Visual Basic 2005 and .net
David - 10 Jan 2006 4:22 AM - 5 messages
Is Visual Basic 2005 and vb.net two seperate applications (purchases).  I am a Access 2002 developer and use visual basic 6.0 to code Access.  It sounds like Visual Basic 2005 will let me keep by vb 6.0 language but a more robust ...
Score Problem installing VB6 on Windows XP
Zest4Csharp - 10 Jan 2006 4:18 AM - 3 messages
Hello, I am having trouble installing VB6 on Windows XP. I am getting a message saying: "Invalid Command Option: Setting\Temp\vs60wiz.exe" I have a gut feelings there is some truncation of a path which may be "Local Settings" but i am not sure. ...
Score Imitate mouseover type event
Elmo Watson - 10 Jan 2006 2:34 AM - 7 messages
What I'd like to do is, on my form, when the mouse is over a particular control (listview/treeview, etc), I'd like focus to be set to that control, in order to enable the mouse wheel on that particular control. ...
Score [VB6] Printer Object - Variations in output with various printers
Tim - 10 Jan 2006 2:17 AM - 6 messages
I have written a program that prints to a pre-made form that my company uses. The program has been installed on a single computer, connected to a single laser printer. Now, they want to put this program on other workstations to allow employees ...
Score Wierd...MSI fires when program runs
AGP - 10 Jan 2006 1:33 AM - 7 messages
I have a user that states that when my program EXE is run the MSI comes on and flashes about 6 times. My EXE does not use MSI nor does my installer. Where can I start to look for things to check? Could it be file dependency ...
Score Seriously OT
Kevin Provance - 10 Jan 2006 12:14 AM - 128 messages
I'm merely curious:  Is anyone else here British, or lived in Great Britian for any length of time? - Kev ...
Score Need help with Web access to local database
JP Bless - 9 Jan 2006 11:49 PM - 18 messages
I wrote a VB6 software for Buy and sell of used and new items... The software has been running for years and the users like it. But a new law regulating Buy And Sell stores in my area requires that store owners (must) have "live web ...
Score Copying values from one form to another in VB
Paul - 9 Jan 2006 7:55 PM - 4 messages
HEEEEEELLLLLPPPP!!!! Can anybody tell me how to copy a value from one form to another in VB? I want a user to enter a phone number and then when the particular option is clicked, another form will appear telling the user if the value enter is numeric or not. PLEASE PLEASE HELP! ...
Score XML and Persistence
Peter Plumber - 9 Jan 2006 7:15 PM - 3 messages
Hi, I am trying map VB6-Objects to XML (similiar to Java-Beans) has someone already created a framework for this? Martin ...
Score convert my vb6 project to vb.net
kmercer46 - 9 Jan 2006 7:05 PM - 3 messages
how can i convert my vb6 project to vb.net. i am also using more than 10 registered 3rd party controls. Thank you ...
Score Capture HTTP headers
Susan - 9 Jan 2006 6:37 PM - 3 messages
I wonder if it's possible to create an app. to capture the http and https headers from a browser session. Is it something like a proxy or ....? Susan ...
Score How can I use SendArgs on opening a form?
weegee - 9 Jan 2006 5:23 PM - 3 messages
I know that you can use SendArgs to open a form and to open the Args within that form. How would I be able to this within VB6? What I want to do , is to open a form with the following argument ...
Score i have a newb question
m2s17 - 9 Jan 2006 5:08 PM - 3 messages
Im upgradeing from 6.0 to 2005 express, and i could not find any whay to make this code what worked on the first version to work the other. I want to check the last item, i can capture it (bold text), but can't check it with .check=true or the value=1. What am i missing? ...
Score What is better?
Jack - 9 Jan 2006 4:54 PM - 8 messages
Is it more efficient to declare variable as a Byte, when variable can have only 2 values: 0 and 1, or with recent computers it should be declared as Long? Your thoughts please, Jack ...
Score Form_Activate not fired when program run as Scheduled Task
John Austin - 9 Jan 2006 4:08 PM - 9 messages
My VB6 app needs to be run as a scheduled task to process some data. When run in this way, the program runs without focus, so the Form_Activate event never fires. Since I need the form to be visible whilst it is processing data, the ...
Score Sending Lotus Notes Mail from Access - Bypassing Password
soflahe - 9 Jan 2006 3:58 PM - 6 messages
I would like to send e-mail from Access/VB via Lotus Notes. I have used the code posted by rijhare and it works very well. However, it requires that I enter my notes password. I have reviewed the questions posted by others and ...
Score Break Mode Not Run
JD Terrazas - 9 Jan 2006 3:25 PM - 11 messages
Hi, I have an issue with VB. I write a code and when I tried to run in break mode in order to Debug it, this doesn't work runs the whole code even  if  I put a breakpoint or tri to use step into (hot key F8). ...
Score OT: MZ-Tools Community Place
Carlos J. Quintero [VB MVP] - 9 Jan 2006 3:21 PM - 4 messages
Hi all, For all the users of my MZ-Tools add-in, there is now a new section on my web site to share resources related to the add-in: code templates, XSL templates for the XML documentation feature, localized help files, etc. ...
Score Unzip XML stream
Croydon - 9 Jan 2006 1:02 PM - 2 messages
I am using ServerXMLHTTP to send a POST to an HTTPS server and collect an XML stream in response. The responseText stream returned appears to be in gzip format. Does anyone have an idea on how I can unzip this to a text string? ...
Score get file path
kpb24 - 9 Jan 2006 10:37 AM - 2 messages
hi there how to get the full path of a specific file (for example test.txt) which will be in the C:\TESTFOLDER but i don't know in which sub-folders. Thank you ...
Score finding number of objects created for an class
Dixon - 9 Jan 2006 8:56 AM - 4 messages
Ive created an Exe and a DLL Im created more than one objects for these two in different applications how do i know how many objects are created and how do i found out how many objects are destroyed?????? can anyone help me with this? ...
Score Anything's Wrong?
Arpan - 9 Jan 2006 7:18 AM - 2 messages
Hey, why aren't my posts showing up? I had posted a follow-up query around 8-10 hours back but still the post has not got appended to the original post! In fact, I posted the same follow-up twice after finding ...
Score How to access data between two different Application?
sailung - 9 Jan 2006 6:10 AM - 3 messages
Hi,   I have two application, both application using same database. for example Application 'A' and Application 'B'. I used Shell() to invoke Application 'B' while in runtime it works well. But i have some global variable in Application 'A' which i want to use in Application 'B' how can i access from ...
Score How to combine 2 parameters into one and later extract each of them?
Jack - 9 Jan 2006 6:10 AM - 4 messages
Hello, My code uses API, which allows me to pass my own parameter. I would like to pass not one but two parameters. How to do that? Example: MySub (ByVal X As Byte, ByVal Y As Byte) .......... rtn = waveOutOpen(h_WaveOutMod(Line), lMediaPlay, wvformatOut(0), AddressOf ...
Score Convert ascii files
gysinma1 - 9 Jan 2006 5:12 AM - 3 messages
Dear all I need to convert an ascii file from: IP1 IP2 .. IPN in a other file to IP1;IP2;...;IPN Prefered in vba. Or know someone an easyer way. Used in 2K3 Server. Used for commandline inputs. Greetings Matthias -- gysinma1 ------------------------------------------------------------------------ Posted via [link] ------------------------------------------------------------------------ ...
Score keep interface private to dll?
Dushan Bilbija - 9 Jan 2006 3:44 AM - 11 messages
hello, rackin by brain, but can't find a way to do this. i'd like to implement an interface, which i can use to perform a handful of common functions across related objects.... BUT.... i want this interface to be private to the dll. ...
Score How to declare 2-dimensional dynamic array?
Jack - 9 Jan 2006 3:43 AM - 3 messages
Hello, I know how to do single element dynamic array: Dim MyArray () and later I just do ReDim MyArray(5) How about array which has 2 dimensions: Array(A, ?) A is a fixed number but ? is dynamic, which later I want to ReDim. ...
Score Nearest Neighbour / Ternary Search Tree
maryjones11289 - 9 Jan 2006 3:35 AM - 13 messages
Hi All, I'm trying to write/find code that creates a Ternary Search Tree in Visual Basic (VB6 or .NET). Here's my situation: What I have is an array consisting of 60,000 string elements. All elements are exactly 225 characters in length. ...
Score How to schedule programs to run automatically
Angelb1 - 9 Jan 2006 3:04 AM - 2 messages
Does anyone know how to schedule programs to run automatically? ...
Score ListView Drag and Drop Problems
Elmo Watson - 9 Jan 2006 1:45 AM - 4 messages
I have 2 listviews - one is local (file list) and the second is remote - - I've got a subroutine that's working that I want to implement using Drag and Drop, but for the life of me - I can't figure out how to do it. ...
Score How much harder is C than VB?
Dan Hoskin - 8 Jan 2006 11:00 PM - 73 messages
Hi, I am using VB6 now, and am considering moving to VB.NET or C. My question is should I move to C as opposed to VB.NET? I have been 'dabbling' with the programming thing for years now, making a few apps that we use at work (a ...
Score ListView - RightClick item to select
Elmo Watson - 8 Jan 2006 10:34 PM - 5 messages
How can I make sure, that when I right click on a row in my ListView control, that that exact item is selected? Right now, I must left click to select it - then, right click on it to get my popup......it needs to go directly to the item clicked on .... ...
Score Moving Windows Taskbar by coding 0% Success
soorya - 8 Jan 2006 9:07 PM - 3 messages
hi folks ! How come you experts keep this forum without 100% success to move windows taskbar by coding? since few days I have explored >100s of messages with "Failures" in moving Windows Taskbar especially with WinXP. Is it really a big task ? ...
Score Moving Windows Taskbar by coding 0% Success
soorya - 8 Jan 2006 9:05 PM - 3 messages
hi folks ! How come you experts keep this forum without 100% success to move windows taskbar by coding? since few days I have explored >100s of messages with "Failures" in moving Windows Taskbar especially with WinXP. Is it really a big task ? ...
Next »