Home All Groups Group Topic Archive Search About

Visual Basic General Discussion

microsoft.public.vb.general.discussion
Score Please help translate this structure into vbasic TYPE?
Chris - 2 Dec 2006 11:07 PM - 5 messages
From MSSDN: ============== The LINEMONITORTONE structure describes a tone to be monitored. This is used as an entry in an array. The lineMonitorTones and TSPI_lineMonitorTones functions use this structure. typedef struct linemonitortone_tag {  DWORD dwAppSpecific;  DWORD dwDuration;  DWORD dwFrequency1;  DWORD dwFrequency2;  DWORD dwFrequency3; ...
Score Scrollbar and mouse wheel
Saucer Man - 2 Dec 2006 9:58 PM - 3 messages
I have a picturebox and a scrollbar inside another picturebox.  Actually, there are two of each.  Here's the code... Private Sub VScrollOptions(Index As Integer)     Select Case Index         Case 0 ...
Score icons in menus disappear with focus
David McDivitt - 2 Dec 2006 8:21 PM - 5 messages
I have a program where I place images into some of the menu items. When the form looses focus the images disappear, and when the form gains focus they come back. I'm using standard VB6 form menus. Is there a way to prevent this ...
Score enter keypress
Marc - 2 Dec 2006 10:41 AM - 2 messages
Hi, I want my user to be able to rename a button control by selcting rename from a menu. This then opens a text box in which to enter the new name in. I want the button control to inherit the name when the enter key is ...
Score Run-time error
Berra - 2 Dec 2006 9:23 AM - 2 messages
Hi! Now when my little app is working, I want to run it on the laptop. Running the "Deployment Wizard" and making an installation packet. Running the "Setup.exe" on the laptop, install works great. When starting the newly installed app on the laptop I get "Run-time ...
Score How can I create a document in Wordpad or Notepad using VB
John Roy - 2 Dec 2006 6:49 AM - 3 messages
How can I create a document in WordPad or Notepad using VB I would like to Create the file, Add text and save the file all from within VB Regards John Roy ...
Score Previous instance
Jerry J - 2 Dec 2006 5:42 AM - 8 messages
I need to insure a previous instance of my application (VB6) in not running from the same folder, from a different folder is OK. Keeping a file open and looking for a file in use seems like a possibility. Is there a better way? ...
Score CB_SETTOPINDEX and Combobox
Doug Glancy - 2 Dec 2006 12:15 AM - 3 messages
With a VB 6 Combobox (type 2) I was hoping to set the selected item to the 3rd item from the top when the dropdown is clicked.  I read that the TopIndex property doesn't work with a type 2.  My first question is, does a ...
Score How can I make an application appear beside "windows clock"?
Javad - 1 Dec 2006 11:23 PM - 6 messages
Hello I want to make a program that appears at the side of the windows clock, how can I do this? (I'm a beginner, please explain in simple language) Thank you ...
Score How can I define a "Change" event for a variable?
Javad - 1 Dec 2006 11:05 PM - 3 messages
Hello I have a variable such as "Num1", and now I want whenever the value of this variable changes, something happens. For example something like this: Public Sub Num1_Change()     MsgBox "Number 1 Changed" End Sub How can I do such a thing? ...
Score How can I define an "event" for all the textboxes in a project?
Javad - 1 Dec 2006 11:01 PM - 7 messages
Hello How can I define an "event" for all the textboxes in a project from different forms? For example, I want the "Click" event for all of my textboxes to be: MsgBox "Textbox Clicked!" Thank you ...
Score Make sure file path is there
scott_o_98 - 1 Dec 2006 9:16 PM - 7 messages
Hi, I need to know how to tell if a file path is there, if it is run some code:         statusfile = "R:\Shared\Exchange_Data\COBA\SOS_Data\test.txt"         Open statusfile For Append As #1 ...
Score Hardware Security Modules (HSM) and VB.Net
karl - 1 Dec 2006 8:56 PM - 2 messages
Not exactly sur where to put this... Does anyone have a good source for HSMs? We currently have ones from SafeNet (Previously Eracom Tech) but they do not have any APIs that work with VB.Net. Any advice on interfacing with a Protect Server Orange from VB.Net or a ...
Score Send mail from VB 6.0
Chevy - 1 Dec 2006 5:27 PM - 2 messages
Hi. :) I need to send mails form Visual Basic 6.0...How I do? I had use vbSendmail.dll but that dll stop working suddenly. I have MS Exchange and clients with MS Outlook 2003. How I do to integrate ...
Score vb6 word processor project help urgently required
Carl - 1 Dec 2006 5:11 PM - 2 messages
Hi there guys I'm currently developing a word processor, based around a rich text box and a common dialog control, using visual basic 6, and have come across a couple of problems, I would be very grateful if anyone could help ...
Score dialog form size different in IDE or exe
bmurphy - 1 Dec 2006 4:10 PM - 4 messages
My VB6 app displays a very ordinary form that looks a lot like a msgbox.  It looks fine when run in the IDE.  But when compiled to an EXE, the form is enlarged to the full height of the display, and is ...
Score Can I change a SQL Server 2005 password with VB6?
Keith Dev - 1 Dec 2006 3:54 PM - 3 messages
SQL Server 2005 has the ability to expire passwords, and in VB 2005 (.Net 2.0) there is a SqlConnection.ChangePassword(ConnString, NewPassword) function that allows the user to change their own password. Does anyone know of an equivalent in VB6? As the password has expired it is ...
Score MS E-Learning VB6 to VS2005
dman - 1 Dec 2006 2:00 PM - 3 messages
Hi. Does anyone have links to E-Learning courses that you believe would be good for a VB6 programmer? Any other recommends, books or online content, that would be worth checking into? TIA. ...
Score VB form hangs
e_hobsbawm - 1 Dec 2006 1:55 PM - 2 messages
I made a form in Excel VB which I then imported to VB6 where it showed up under "designers". Everything works mostly fine but I have a big problem. On the first page of a multipage I have 5 "navigation" buttons and one "edit" ...
Score Simulate keypressed sendkeys won't work in XP pro
ardelos - 1 Dec 2006 1:22 PM - 3 messages
hello i have this code to press the UP key on my keyboard and keep this pressed for a couple of seconds (not by doing multiple keypess) As i understand by just using the KInput.dwFlags = 0  should keep this ...
Score Get ActiveX parent window size
Jerry West - 1 Dec 2006 1:55 AM - 6 messages
I have an ActiveX control that I'd like to size according to the container's window size. The container will always be IE. I've tried all sorts of properties to get the container's window size w/o luck, i.e.: ...
Score What is the latest version of VB?
Javad - 1 Dec 2006 12:37 AM - 26 messages
Hello What is the latest version of VB? Is VB.net the upgraded version of VB6, or they are different things, one for networks, the other for applications and software? Thank you ...
Score What is the best way to create "Graphical Buttons" in VB6?
Javad - 1 Dec 2006 12:34 AM - 7 messages
Hello I searched MSDN for my answer, but couldn't find it. I would like to make some "GraphicalButtons" that have all the abilities of "CommandButtons", but with different pictures. What is the best way to design such buttons in VB6? ...
Score How to save data in an Access DB using DataEnvironment?
Javad - 30 Nov 2006 10:58 PM - 3 messages
Hello I have a TextBox and a CommandButton in my form. The TextBox is connected to an Access database using a "DataEnvironment". Now, when I change the text of that textbox and I want to save this new text by clicking on ...
Score How to scale a PictureBox?
Javad - 30 Nov 2006 10:45 PM - 10 messages
Hello I have a PictureBox in my VB6 program and I want to make its size just the same as screen size (Scale it, and make it fullscreen), but as much as I tried and as much as searched in MSDN libraries, I couldn't find out exactly ...
Score Email read confirmation problem VB & Outlook Express
Eduardo Martin - 30 Nov 2006 8:41 PM - 2 messages
Hi to all, I'm Eduardo from Madrid, Spain. i'm trying to send emails using VB 6.0 and outlook express. I've checked the option in Outlook Express to "Always send read confirmation receipt" in tools, options, confirmations menu. ...
Score range(range("A1"), range("A1").SpecialCells(xlLastCell))
no.reply7@comcast.net - 30 Nov 2006 6:08 PM - 3 messages
I'm puzzled. I had a perfectly working code using range(range("A1"), range("A1").SpecialCells(xlLastCell)).copy and range(range("A1"), range("A1").SpecialCells(xlLastCell)) .AutoFilter Field:=2, Criteria1:="36084" and all of a sudden, I get this error message: ...
Score Disable shutdown\reboot of the system
Francesco Ranieri - 30 Nov 2006 4:25 PM - 6 messages
Hi to everyone I need to disable shutdown\reboot of the system, programmatically, from my application. I wish to forbid the user to shutdown or reboot the system when application runs and I wish to allow this when application ends. But, if is possible, my ...
Score Slider control and Mouse Wheel
Dave O. - 30 Nov 2006 4:16 PM - 8 messages
Try this one boys and girls: Stick a slider from Common controls 6.0 on a form, set the min,max to -100,100 or similar add a label and put something like this into the slider.scroll event: Label1 = Slider1.Value ...
Score seeking guidance to solve compatibility problems in automated buil
Richard Winks - 30 Nov 2006 3:05 PM - 4 messages
I have inherited a product written exclusively in Visual Basic 6. The product consists of a single exe and a number of dlls. Dlls are interdependent and are self-registering. The problem I have is that I extract the component projects from sourcesafe ...
Score Re: Famous cracked software download
reza azad - 30 Nov 2006 2:52 PM - 3 messages
hi I like to know about availability of program as below: Plaxis 8.1 Nonsap-c drain-rc thanks *** Sent via Developersdex [link] *** ...
Score Maximum size of integer array
atmkoh@yahoo.co.uk - 30 Nov 2006 2:26 PM - 5 messages
Hi I have a text file of in the following form: this is called C_nets2.prn         11        12         1 ...
Score What's the opposite event for "MouseMove"? (Emergency)
Javad - 30 Nov 2006 1:04 PM - 2 messages
Hello I asked this question once again, but don't know why it didn't reach to this newsgroup. As you know the opposite event for "KeyDown" is "KeyUp", and the opposite of "GotFocus" is "LostFocus", but what is the opposite event for "MouseMove"? ...
Score What's the opposite event for "MouseMove"? (Emergency)
Javad - 30 Nov 2006 1:04 PM - 16 messages
Hello I asked this question once again, but don't know why it didn't reach to this newsgroup. As you know the opposite event for "KeyDown" is "KeyUp", and the opposite of "GotFocus" is "LostFocus", but what is the opposite event for "MouseMove"? ...
Score Introduce delay
suyog_linux - 30 Nov 2006 10:39 AM - 5 messages
Hi All, I am writting a VB application. I have some forms and I want to introduce some delay between display of First and Second form. I am calling form2 by under form1_load(). Can someone please tell me how can I add delay so that form one stays ...
Score Send Mail
Habib - 30 Nov 2006 9:16 AM - 3 messages
How Can I Send Mail via VB6.0 while my mail is a***@yahoo.com i.e. To Yahoo Mail ? Thanks a lot ...
Score advanced validation by code
sankalppande - 30 Nov 2006 2:38 AM - 4 messages
Hi I am writing a large program where I am using three text boxes. I am performing validation controls on these text boxes however there are some conditions Names of textboxes 1.    x 2.    y ...
Score How to start a process in a modal form
EnVeeTee - 29 Nov 2006 9:34 PM - 3 messages
Can someone please advise me on this one... I want to show a form (.show(1)), then once the form is displayed, run a process eg count the number of characters in a file If I put the call in the form_resize event, it will run evertime the user ...
Score Spatial Data Wizard? Compile Error
HotRod - 29 Nov 2006 9:13 PM - 5 messages
Just wondering if someone can help wiht this error message. It's been a few months since I've played with VB and the fact that I need some coffee isn't helping. When I try and run the Spatial Data Import Wizard for MapPoint I get the ...
Score Security Prompts in Outlook VBA
Mike20255 - 29 Nov 2006 6:32 PM - 2 messages
I have a macro in VBA for Outlook automatically sending a message.  How can I disable the security prompt that delays for 5 seconds before allowing the item to be sent, then re-enable it after the macro runs?  Or any other way to ...
Score axdll / std exe proj group question
MP - 29 Nov 2006 6:03 PM - 10 messages
I'm in process of building an activexdll and it's client std exe Both are in a project group I'm adding/revising public interfaces on the dll (thereby messing with the compatibility) <g> After the first comile (to test the first interfaces) I switched to binary ...
Score using a Data Environment in another project
Scott M. - 29 Nov 2006 5:12 PM - 7 messages
Is there a way to import/open/use my data environment from one project in a new project? I see the dsr file, but I haven't found a way to use it in a new project. Both projects will use the same sql calls to the ...
Score Why can't I make a "Transparent" UserControl?
Javad - 29 Nov 2006 4:06 PM - 6 messages
Hello I am using VB6, and when I go to: Project> Add User Control and then set the "BackStyle" property of the UserControl to "Transparent", I expect it to have no special BackColor and always accept the BackColor of ...
Score What is the opposite event for "MouseMove"?
Javad - 29 Nov 2006 4:01 PM - 5 messages
As you know, the opposite event for "GetFocus" is "LostFocus", and the opposite event for "Mouse Down" is "Mouse Up", but what is the opposite event for "MouseMove"? I mean, I have a picturebox whose picture changes whenever the mouse pointer ...
Score Simple VB Database Application
John Lewis - 29 Nov 2006 1:49 PM - 8 messages
I've been asked if I can develop a simple application which provides a query facility for a fairly small (less than 1 Mb) database to be distributed (and probably executed from) a standard CD-ROM. Visual Basic isn't my main programming platform, but I think it's a good ...
Score Rotate text amd image
Tanweer Ahmad - 29 Nov 2006 11:03 AM - 2 messages
how can i rotate text and images in vb6 ...
Score Log
none - 29 Nov 2006 10:31 AM - 8 messages
Hello all, I have a program that creates a log file if some conditions are met... I want this log file to be sent to my email address... how can I achieve that? Thank you in advance... ...
Score Autostart
none - 29 Nov 2006 10:30 AM - 3 messages
Hello all, I want to make my program that I had created with visual basic 6 to auto start when windows start, how can achieve that? Please, I do NOT want to achieve that through autobatch and Startup folder... Thank you in advance... ...
Score problem while connecting VB6 to Oracle database!!!
Deepak Krishnan - 29 Nov 2006 9:50 AM - 9 messages
Hello friends, I am working on my project which makes use of VB as the front end and Oracle as its back-end. My oracle database consists of 2 coloumns named topic and des. This topic must appear in a listbox and when we click a topic the ...
Score Bulk Importing CSV file into ACCESS table using VBA
swaminathan.mn - 29 Nov 2006 9:39 AM - 2 messages
Hi All, Greetings. I want to bulk import the CSV (Delimited) file into the ACCESS table using VBA. Can anyone help me... ? Thanks in advance. Sam. ...
Score File Open Button
suyog_linux - 29 Nov 2006 7:59 AM - 2 messages
Hi All, I am writting a VB Application. I want to place an "Open" button on my form. If someone clicks this button I should be able to browse the hard disk and select a particular directory. Can someone please help me in this. ...
Score VB6 Create Email
Mike20255 - 29 Nov 2006 2:46 AM - 9 messages
Hi, In VB6 I am using this: Private Declare Function ShellExecute Lib "shell32.dll" Alias _ "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation _ As String, ByVal lpFile As String, ByVal lpParameters _ As String, ByVal lpDirectory As String, _ ...
Score Using another form's handle
Gary Henson - 28 Nov 2006 11:29 PM - 4 messages
I have an MDI app. I create an MDI child form to act as a container. In the child I instantiate a COM dll that has a form. I pass the container's hWnd to the dll's form and use SetParent to in the darkness bind them. I use ...
Score Latest VB6 runtime version
David Kerber - 28 Nov 2006 8:52 PM - 4 messages
What is the latest (last) version of the VB6 runtimes?  Either version #'s or file date/times would do the job. Thanks! ...
Score TTS sometimes gives me 'Out of memory' message
Jack - 28 Nov 2006 8:15 PM - 3 messages
Hello,          I have Windows XP, and the speech component I am using is Microsoft Voice Text component: Vtext.dll The voices Mike, Mary are SAPI 4 engines. I am playing the same length text  in the cycles. Sometimes TTS gives me the ...
Score How to tell if Computer is connected to Internet
Steve Long - 28 Nov 2006 5:34 PM - 19 messages
Hello, can someone tell me the quickiest or easiest way to tell if the host computer is connected to the internet? If the computer is connected I want to connect to a SQL Server instance, and do somethign else otherwise. ...
Score Adobe PDF ActiveX in VB6
Darren - 28 Nov 2006 4:54 PM - 5 messages
Has anyone tried to do this recently? (Yes, unfortunately there are still many live systems written in VB6 ;) ) All the sample code I can find, dating from 2005 seems to be using the wrong library:- [link] ...
Score Code To Shutdown Windows XP
FarmsN17 - 28 Nov 2006 4:33 PM - 3 messages
could someone please copy and paste the code to shutdown windows xp exactly as how it would look behind a click event. thanks ...
Score listbox
Stephen - 28 Nov 2006 3:08 PM - 3 messages
Hi i created a program to read voltages from a piece of external hardware. It displays the values it reads in the first position of a listbox, one replaces the next in the same position. I wanted to create a graph from this data, using it as my y value and the x value would be ...
Score How to determine CD drive related info?
Andrew - 28 Nov 2006 3:01 PM - 3 messages
Hello, friends, In our VB 6.0 app, we need to determine: (1) Which drive is the CD drive, D:, E:, F:? (2) Does this CD drive contain the CD we want? Any reference paper, sample souce code on how to do it efficiently and ...
Score Main Form Scroll Bar
Mike20255 - 28 Nov 2006 1:12 PM - 4 messages
I was trying to create a scroll bar on a form in VB6. I have it to resize with the form but how do you make it function? Thanks, Mike ...
Score Using ExtFloodfill
Rob - 28 Nov 2006 12:04 PM - 4 messages
Hi all, I'm writing a basic drawing program in VB6 which allows the user to draw filled polygons in a PictureBox. When the user fills in a polygon with a color, the program saves the information in 'X,Y,fillcolor' format. Then the ...
Score help: static header in form with variable amount of scrolling reco
Sizeak - 28 Nov 2006 9:21 AM - 7 messages
im doing an A-Level computing project and im writing a database for a local company from scratch. When you search for a record, the program should display a form with all the records matching the search criteria in it. How ...
Score Just a test
news.chello.nl - 28 Nov 2006 9:10 AM - 2 messages
This is just a test. _______________________________________ cont***@euradisc.com ...
Score ReDim Preserve code almost working
canoe414 - 28 Nov 2006 8:29 AM - 10 messages
W2K Pro SP3 VB6 SP3 Greetings all, I've built a function to snip the n leftmost elements out of an array Function SnipLeft(ByRef myarry() As String, indx As Integer) As String()    ' deletes the first indx number of elements from the front of an ...
Score How can i extract directory structure in a file
suyog_linux - 28 Nov 2006 7:09 AM - 2 messages
Hi All, I want to write a script which will extract the whole path info of all the files in a directory to a excel file. Please help me with this. e.g. I have following directory structure c:\test contains 1 or more subdir and 1 or more files ...
Score ASC function in east-asia
Guy Cohen - 28 Nov 2006 6:35 AM - 6 messages
Hi all I use VB6. I use a smartcard reader in my vb program. The smartcard reader read function replies with a string representing the content of the card. While using my program in Korea - I have a problem. I convert the string reply - character by character to a hexa decimal number ...
Score Identifying MS Access datafields in a VB application
Aaron K - 28 Nov 2006 2:29 AM - 2 messages
I have a large database with roughly 14 tables that I need to quite often make changes to in the same pattern. So I wrote a macro to make those changes for me which is when i ran into one problem: ...
Score Print to Printer driver or Print to USB printer using open Port
JP Bless - 28 Nov 2006 1:04 AM - 7 messages
Open "com1:" for Output as #1 Print #1, "xyz test" Close # The above code will print to a printer attached to com1. The code will work for COM and LPT ports. Problem is if the printer (in this case receipt ...
Score MS Access Reports from VB 6.0
Bob - 27 Nov 2006 10:46 PM - 5 messages
How do I call an MS Access Report from VB 6.0 ...
Score Newbie question here
alxasa - 27 Nov 2006 10:01 PM - 4 messages
Hi, just messing around and trying to get my feet wet with VB Express and some code.... I've got this little program, and I am trying to figure out how to call a function that is setup as a button (without ...
Score usb hardware group?
MP - 27 Nov 2006 7:50 PM - 17 messages
any one know of good hardware groups for usb issues? Since debugging some errant vb6 code <g> the usb ports on my machine have not worked (I think I had to shut down the machine once to get out of a hung ...
Score More Internet Explorer 7 (IE7) and WebBrowser Control problems.
ClarkVent - 27 Nov 2006 7:32 PM - 2 messages
So today my machine pops up a nice little balloon that updates are available for my computer. Turns out it's Internet Explorer 7. I install it, restart my computer and have a look at it. Hmmmm, looks a lot like ...
Score Opening Access report in VB6
mattiej336 - 27 Nov 2006 7:32 PM - 2 messages
I have ran into a problem in a program i have been working on.  I know how to open the Access report, the problem I am having is getting the report to open to a selected field in the database table.  Any help or ...
Score How to remove/disable/umount a external USB harddisk?
Micc - 27 Nov 2006 7:23 PM - 3 messages
hi, i search for a code snippet that allow me to safely remove a external USB "harddisk". I found some solutions for USB-sticks but they don't work with a external USB harddisk. thx Micc ...
Score running .net code in vb 6
masoom sanadi - 27 Nov 2006 6:56 PM - 2 messages
Dear,       I have written a program in .net that will search a file on all the drives in my comuter and show its name in message box. If this exe file is supposed to be runned on other pc .net framework 1 or more is required. I ...
Score Nearest-neighbour hash searchng techniques...
almurph - 27 Nov 2006 4:36 PM - 4 messages
Hi everyone,     Hope that you can help me with this one. I am trying to develop a nearest-neighbout spell checker like the one used in word.     I have a flat file contain around 250,000 english words in alpha ...
Score Shortcut not responding in VS Installer
sweetpotatop - 27 Nov 2006 4:22 PM - 2 messages
Hi, I have created a msi through VS Installer, and I created a shortcut to my program. After the install, when I double click the shortcut of the program/system, it doesn't load visually, but when you check the task ...
Score Collection or Array
Jacquelin Hardy - 27 Nov 2006 4:00 PM - 3 messages
WHich one is better, as far as speed goes ? checking thru an array of 64 elements to get the good one checking between 2 elements to choose the good collection (with ascII<x), then checking thru a collection of 32 elements with a key to ...
Score Have an app start as bottom most window?
PeterD - 27 Nov 2006 3:49 PM - 8 messages
In VB-6... I have an application that I want to start and have it run as the bottom-most application (not take user focus or cover other programs unless the user clicks on it). I tried SetWindowPos but it seems to not want to let it get 'forced' ...
Score Re: .NET haters ought to get a kick out of this
MM - 27 Nov 2006 3:28 PM - 5 messages
On Mon, 27 Nov 2006 14:47:26 GMT, "mayayana" <mayaXXyan***@mindXXspring.com> wrote: It will probably need the EU to step in again, like it did over the Microsoft antitrust case. MM ...
Score Merge Module warning messages with VS6 Installer
Mike D - 27 Nov 2006 3:11 PM - 2 messages
Importing my VB6 program into VS6 Installer and building gives me two warning messages. How do I resolve this? One or more files in MSVCRT.MST have different versions than those installed on this machine. One or more files in MSCOMCTL.MSM have different versions than those ...
Score Displaying Graphics ina text box
Pradeep - 27 Nov 2006 9:41 AM - 15 messages
I have a requirement where I need to show pictures like Rectangles, Triangles etc along wth normal text. I thought this could be done with a Rich Text box, but i can see that an object is embedded aliong with text but not the actual ...
Score How to Call a private sub from another form?
DORI - 27 Nov 2006 5:51 AM - 9 messages
Dear All, Newbie VB6 On my Form2, I want to call a private sub "Command1_Click" which is on my Form1. How should I write the code? I tried Call Form1.Command1_Click but it did not work. Thanks very much for any help in advance. ...
Score Can't import System.IO.Ports
RichART - 26 Nov 2006 10:56 PM - 3 messages
Can somebody please help me! This problem drives me mad! I've got a small GPS-Reciever; very nice little thing. Now I want to design a little program to connect to the reciever. I looked on the internet for some help to connect to the COM-port. Just a little code ...
Score Resizing column width in ListView
Jack - 26 Nov 2006 10:46 PM - 13 messages
Hello, I am trying to develop a 'magic formula' to change ListView ColumnsHeaders.Width proportionally with the ListView width (form width). My code is close but I need to change the number of columns dynamically and need to find out how to calculate that constant, which I have found ...
Score 2 Questions about ADODC
Javad - 26 Nov 2006 6:54 PM - 2 messages
Hello have 2 questions about ADODC: 1- If I set "EOF=doAddNew", and go to the last "record" of ADODC, it asks me to enter a new record, but what If I regret and want to go back to previous ...
Score How can I write things on a "picturebox"?
Javad - 26 Nov 2006 6:45 PM - 5 messages
Hello How can I put a caption for a picturebox? If I use a "label" on the picturebox, then, if the user clicks on the "label", the click-event of the picturebox doesn't work. If I "disable" the label (Label1.enabled=false) then, the click-event for the picturebox works, ...
Score Wizard in VB
ds - 26 Nov 2006 5:38 PM - 6 messages
Hi all, I am interested in creating a wizard in VB, i.e. a rational way to exchange forms (or their content). Could someone provide me with some guidance? Thanks a lot in advance!!! ...
Score How to move a frame during Run time?
DORI - 26 Nov 2006 7:06 AM - 7 messages
Dear All, I am wondering if there is a way to move frame1 which contains 4 Commandbuttons when I am running the application? I want the users to be able to the frame1 (with its buttons) using the mouse click and then draging it ...
Score Loop not working !
Nitin - 26 Nov 2006 5:27 AM - 5 messages
Hello Guys, I have a problem. I have a code , it opens worksheets from different reports. But the problem is if the number of worksheets is 3 it works fine. If that number is one, the report screws up. Could anyone give a ...
Score Run time error 3709
jyetying - 26 Nov 2006 2:39 AM - 10 messages
Hi When I run a form in VB6.0, the run time error 3709 msg appeared. Then, after I debug, it goes to the line "adoRS1.ActiveConnection = adoConn" I think this problem is link to my connection setting. Below is the ...
Score Setting the Caption of a Tab object in a Tabstrip control
Anil Bhattacharji - 26 Nov 2006 2:16 AM - 12 messages
Hi , How do I set/change  the caption of a Tab object in a Tabstrip control during runtime? From the help I have managed to understand how to do it when the tab is created. I have found this group to be faster than I can read . :) ...
Next »