|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic General Discussionmicrosoft.public.vb.general.discussion
UI for selecting a folder and the ability to create the folder too
MAB -
20 May 2006 7:26 PM - 3 messages
I found a WIN API call (SHBrowseForFolder) that supplies a UI for selecting a folder (returns the selected path as a String). The problem is, it doesn't support creation of a new folder. I need the user to be able to create a ...
Variable is not initilized when form is loaded again
Jack -
20 May 2006 4:49 PM - 7 messages
Hello, What I am missing here? In the form: Option Explicit Dim fcmdAction As Byte When the form is first time loaded variable fcmdAction = 0, but when the form is unloaded and opened again (using Show method), the ...
Nested shape command
Ian Davies -
20 May 2006 4:45 PM - 5 messages
Hello Trying to a nested shape command the first one with three levels works OK. But the second one with four levels dont. Says a syntax errors. I think it is something to do with the brackets but cant see it myself. ...
Print Form containing TextBoxes
DACCS -
20 May 2006 3:07 PM - 35 messages
What is an efficient way to print a displayed form containing a grid of textboxes using the Print Dialog feature of VB6? ...
msgbox text
jack -
20 May 2006 12:30 PM - 6 messages
Hi all is there any way to make text from the msgbox bolder. ...
mouse effect in java script
Shaily -
20 May 2006 9:12 AM - 2 messages
hi to all, I want to add a mouse effect in my table,that when ever user bring the mouse in the row of table then the background colour of that row only should be change and the back colour of that page should ...
Data Type as class property
Bryan -
20 May 2006 8:35 AM - 4 messages
I have a class called "Prop". I want that class to have a property called "DataType" where the user can select and store a datatype. How can I store a DataType value in a class property. how the code would work in my mind: ...
Download a file from net with VB6.0 using ftp
geio -
20 May 2006 6:57 AM - 2 messages
Can i get some sample code to download a file from a known place in internet uing ftp in vb6.0 code ...
What is the good way to close a form
Rony -
19 May 2006 10:38 PM - 5 messages
Dear All, Below is the way I close a form (myform). Private Sub Form_QueryUnload(Cancel As Integer, _ UnloadMode As Integer) If Me.MousePointer = vbHourglass Then Cancel = True End If End Sub Private Sub Form_Unload(Cancel As Integer) ...
Greater Than FUNCTION instead of operator?
Joel -
19 May 2006 8:01 PM - 5 messages
Is it possible in VB6 to have some sort of function, to allow > or < comparisons, where the comparison operator can be passed as a parameter? Something like: CompareThese(n, m, vbGreaterThan) ....so that you can use the same n & m parameters over again, but toggle the ...
Question on Outgoing Mail Server - Sending mail within VB6
Charington -
19 May 2006 4:29 PM - 2 messages
Hi All I know that when ever I set up my mail programs - Outlook / Outlook Express / Netscape etc... You are required to enter an Outgoing Server with Account Name and Password etc. If you have an application running on a Client's computer on their ...
Eror During Load
Mark1110 -
19 May 2006 4:05 PM - 5 messages
I inherited a VB6 program. I was told that all the source code was in source safe which I retrieved. However when I tried to open some of the forms I get an error message: Error During Load. When I click OK I get another error message: ...
binding an access db
robb -
19 May 2006 4:00 PM - 4 messages
I would like to know what acrobatics I need to perform to install a previously developed db in access into a free standing .exe program in VB any comments ...
My.Computer.Network.UploadFile Transfer Mode
Bill Hauver -
19 May 2006 3:02 PM - 2 messages
Anyone know what the default transfer mode for the My.Computer.Network.UploadFile() is (ASCII or Binary)? I have to send an ascii file to a mainframe but need to insure it is sent via ASCII mode so the EBCDIC conversion can occur. ...
Marquee Screen Saver
Trent Argante -
19 May 2006 1:16 PM - 7 messages
What are the basics of the Windows Marquee screen saver? That is, how does the screen blank without displaying a form? How does the text display w/o a form? And, how is the mouse movement detected from anywhere on the screen while ...
Basic Variable Question
RMDelano -
19 May 2006 1:09 PM - 4 messages
i have a basic script to run blat and send a log. how do I properly declare and set the variables and then reference them in the last line of the script? Dim MailTo, ReplyTo, Subject, Body MailTo = "rob***@domain.com" ...
adding items to the "send to" menu
Andy Fish -
19 May 2006 11:08 AM - 4 messages
Hi I'd like to add an item to the "send to" menu which invokes my VB program - currently an ActiveX DLL. the best way I can see is to create a vbscript file which invokes the ActiveX server and make a shortcut to it in the "sendto" folder. However, it ...
Remove/Add ControlBox??
Lisa -
19 May 2006 9:53 AM - 4 messages
Hi. I ahve an application that I want to be be able to add/remove the controlbox at run-time. Does anyone have any iodea how I can accomplish this? Thanks ...
VB6 IDE just seems to quit randomly
Eric Frame -
19 May 2006 4:22 AM - 38 messages
I've been working on this app for a couple years now on and off but just lately, I put WIA support in and all of a sudden after I run the program, the IDE just quits. Sometimes it happens while the program is running but I ...
Play sound/beep 5 times
David -
18 May 2006 9:21 PM - 3 messages
I have a VB6 timer process that counts down a given # of minutes. When the (textbox) reaches zero, I want to sound a beep once each second for 5 seconds. Can anyone help me with this? Thanks. ...
Run time error '372'
jasimons -
18 May 2006 8:37 PM - 4 messages
I have compiled a activex dll that will bring up a form. This form has many controls on it one of them is a control that I created. I compiled an exe that will call the dll and bring up the form. which comes ...
Parameter prb
Rick -
18 May 2006 7:44 PM - 6 messages
I have a function with several parameters(integer, string, string, string, date(), UDT(), string, string, string, long). My problem is that, even I have checked each parameter for incompatibity type, I'm getting a type mismatch error! Any ideas? ...
looping through records
Ian Davies -
18 May 2006 6:54 PM - 4 messages
Hi hope you can help I am using the following code to insert a record from a datagrid into mysqo table. at the moment on clicking the command button the code runs inserting the record that is currently selected in the datagrid. ...
Help with dbgrid
raycomp -
18 May 2006 6:34 PM - 2 messages
I have tried to get help in various forums without success hopefully
lots of expert visit this forum I have a dbgrid on a form and have to set a condition when certain text
appear in any row in a spesific column. ...
Storing Text To The Clipboard
Craig -
18 May 2006 6:04 PM - 11 messages
I am trying to store text to the clipboard in VB. The following does not work: Clipboard.SetDataObject("TEST") What am I doing wrong? Thanks, Craig ...
Autosize a FlexGrid Row?
Brian -
18 May 2006 2:53 PM - 5 messages
Is there a way to have a MSHFlexGrid row autosize in height to show all of the entered text? I've got a VB6 text input application that records history of the user typing inputs in a flexgrid. The basic entries vary from row to row. I ...
Upload Images to the server from Client's machine
pmud -
18 May 2006 2:35 PM - 12 messages
Hi, I am creating a windows application in which, based on some logic, I need to upload all the contents (images) of each folder ( from client's machine) to the server. What is the best approach for this? I am reading about Random and Binary ...
Executing a program
Sheldon -
18 May 2006 1:25 PM - 4 messages
In VB6, how do I determine in code if I am running in debug mode within VB or am running in an executable? Thanks Sheldon ...
Check for Date using VB's Like
Simon Woods -
18 May 2006 12:24 PM - 10 messages
Hi I've a text field which I want to check to see if there is a date in there. The only constants wrt to format are the backslashes so 1/2/2000 01/02/00 1/02/00 etc etc ...
How to Convert XLS File into a CSV File
RamaKrishnan -
18 May 2006 11:55 AM - 5 messages
Hello Friends, I am having a File in XLS Format. I need To convert this file to CSV File Format. through visual basic Code With Regards, Rama ...
change the back colour
Shaily -
18 May 2006 10:22 AM - 3 messages
hi to all, I want to add a mouse effect in my table,that when ever user bring the mouse in the row of table then the background colour of ...
Maximum parameters in a function
Guy Cohen -
18 May 2006 9:51 AM - 3 messages
Hi Please remind me what is the max parameters I can send in a function header. TIA Guy ...
Code migration planning and assessment workbench for Visual Basic
the.blue.donkey -
18 May 2006 9:16 AM - 4 messages
A new tool from IBM, now available on the alphaWorks site: [link] What is Code Migration Planning and Assessment Workbench for Visual Basic?® This technology assists in the migration of Visual Basic (VB) ...
Print templates in ASP
Amir -
18 May 2006 7:42 AM - 2 messages
Hi all, My problem related to Print templates([link]) I built a template of my own - let's say its location is in "C:\Inetpub\wwwroot\UI\Template.htm". ...
Query On Asp.Net
prabhat -
18 May 2006 6:29 AM - 2 messages
Hello Members, i m working on .net from last 2 year. i have query related to sqldatareader class of .net.my query is "why we can not create instance of that sqldatareader class".if u try to create object of that class ...
Code Access Security - General Question
Jeremy S. -
18 May 2006 2:47 AM - 2 messages
..NET's code Access Security enables administrators to restrict the types of things that a .NET application can do on a local computer. For example, a ..NET Windows Forms application can be prevented from writing to the Registry or writing a file to the local disk. ...
How to check another app window is visible or not?
Jack -
18 May 2006 1:54 AM - 4 messages
Having handle to other app window, how to check if that window is visible or not? Jack ...
Cannot close Excel properly
Kay -
18 May 2006 1:09 AM - 7 messages
Hi All, Could you tell me what's missing in my code? There's always has an excel process left in the tast manager(process). I have another sub which didn't use Excel.Range and it can be closed ...
Search a cell in Excel
Kay -
18 May 2006 1:00 AM - 4 messages
Hi all, I'm trying to perform a search of a cell in 1 of the 2 spreadsheets then get the location of the cell's column, at the moment I have the following code, it works fine if the value is matched, if not it return an error which I ...
space in file name
bleh12891 -
18 May 2006 12:20 AM - 4 messages
Hello! I am sending an email through Microsoft Word ( I added a command button and did the program in Visual Basic) and the body of my email is the link to the same document which is a Web file (like http://etc/etc\my filename.doc). My ...
Internet Explorer Settings Question
Bookreader -
17 May 2006 10:06 PM - 4 messages
When I start up Internet Explorer from the icon on my desktop, it starts up I wrote a VB program which had a link to a website and when I tested the program and the link, IE opened up much smaller than maximized. ...
Sending a Fax
Neil Jarman -
17 May 2006 9:06 PM - 5 messages
Hi, Any ideas hw I can automatically send a fax? I have a fax driver in my list of printers, and the app will run on a 2003 server with MS faxing available. regards, NEIL ...
problem with ParameterModifier in .net 2
lsugirl -
17 May 2006 8:10 PM - 2 messages
Hi everyone, I'm debugging some code that we just migrated from 1.1 to 2.0 net. I'm
running into some .vb code that was working before. Dim oParamMod As New Reflection.ParameterModifier(2) oParamMod(0) = True oParamMod(1) = True ...
Applying formatting to a selective word from a line in a Word docu
Eager_Beever -
17 May 2006 8:10 PM - 2 messages
I am a developer using Visual Basic 6. I have written a program where the user enters some values to text boxes. Depending upon the values, a Word document is created which displays the values entered along with descriptive labels. None of the fields/text boxes are compulsory and the output Word ...
Additional TreeView Property?
Arpan -
17 May 2006 5:38 PM - 2 messages
I am using the Web Browser control. When a web page gets downloaded completely, the title of the web page, the URL of the web page & the date & time at which it got downloaded are populated in a text file ...
JET 3.51(Data Control)
Rick -
17 May 2006 4:31 PM - 2 messages
I have a JET 3.51 database, password protected. How can I set the password in the data control? ...
POS->cash drawer
Des_sask_Canada -
17 May 2006 3:54 PM - 9 messages
I am currently writing a small inventory control/POS system for a small local deli in a small rural town, and all is going well ... except for one significant problem: the cash drawr/cash box. I have no clue how to pop the ...
put image on command button from a binary field in database
Mark -
17 May 2006 3:31 PM - 2 messages
Can anyone tell me if I can load an image from a database record to the picture property on commandbutton. I don't want to have to write it to a file and then load it. Thanks Mark ...
How to Set foucus in Textbox
SK -
17 May 2006 3:30 PM - 6 messages
Hi Everybody Can you tell me how to set focuse in textbox which is in msflexgrid. I have entered following code in Msflexgrid_entercell . When I press any arrow key ; textbox moves accourdingly but I cannot focuse the textbox ...
Array issue has me stumped??
Ricky -
17 May 2006 2:47 PM - 6 messages
Hi. I am populating an array and I have found that at the end of every population I have an extra row. Below is a sample of the code and the result. 1) ReDim Preserve sList(1) sList(0) = s ...
Automation Issues
jason.vanbrackel -
17 May 2006 2:14 PM - 8 messages
I have a VB6 Application that shells out some activity to another VB6 application in a separate thread. This second application relies heavily upon the Microsoft Access 10.0 Object Library. I have also used the Microsoft Access 11.0 Object Library. This second application ...
Using Keyboard Key to Move from TextBox to TextBox
DACCS -
17 May 2006 1:55 PM - 17 messages
Can anyone provide the VB6 code to move from one single-character-entry TextBox to another single-character-entry TextBox when the ENTER or TAB key is pressed? Each TextBox is in a grid on a single form. Each is restricted to a single ...
Capturing Keyboard Key Presses
DACCS -
17 May 2006 1:41 PM - 5 messages
Can anyone provide the code for determining which key on the keyboard is pressed and store this information in a variable for decision making? I'm using VB6. Thanx... ...
Checking Internet connection
jack -
17 May 2006 12:36 PM - 4 messages
Hi all , Iv created an application which uses a web service .. but before starting an application i should be able to check whether is my internet connection is on or off. how can i do this Please help.. ...
Run-time Error '70' message
Bones Brigadier -
17 May 2006 12:14 PM - 5 messages
Hi: I am having trouble with the following code, where a system message box always comes up instead of jumping to my Error_Trap. Can anyone help: Thank you very much in advance! Private Sub Command1_Click() On Error GoTo Error_trap ...
using mpeg2lib.dll with VB6
Peter -
17 May 2006 8:49 AM - 26 messages
Hi Has anyone experience using mpeg2lib.dll with VB6? I like to create an app that extracs a Picture from a mpeg2 clip. Regards Peter ...
Read from a combo box and output the selection to a text file
Paul -
17 May 2006 8:36 AM - 5 messages
If I have a combo box and the user selects one of the options, how can I save their choice to a text file? Thanks, Paul. ...
Access Violation In RunTime Exe and not in VB IDE
Hamed -
17 May 2006 7:08 AM - 17 messages
Hi *.* I'm in a very strange situation! (You read Hell!) I've created a commercial program with more than 50 forms and 10MB size in EXE! When running program in IDE no access violation occurred, but in EXE I've got several random Access Violations in third party OCXs, ...
how to add a reference?
Ben -
17 May 2006 7:02 AM - 3 messages
Hi, I need to add a reference in my project to a file (e.g. mysqldata.dll) in order to access Mysql. Using Visual Web Developer, i know how to do (menu website/add reference), but suppose i have no VWD or any tools, and that i create only one test.aspx ...
change extension of file
shaily -
17 May 2006 5:27 AM - 7 messages
hi to all, I am using windows2000, I have an asp file named as "asp1.asp",can I change the extension of my file in any other one. ...
How to return value from an executable created with VB6
gregorydony -
17 May 2006 2:17 AM - 8 messages
// Comment renvoyer une valeur à partir d'une exécutable créer en VB For all people who are still working in VB6. // Pour toute personne travaillant encore avec VB6. 1. In your VB code : Private Declare Function ExitProcess Lib "kernel32" (ByVal uExitCode As ...
Newbie: Data storage and manipulation speed
steve -
16 May 2006 11:01 PM - 5 messages
Hi, I am developing a small program that reads some data and then calculates some parameters based on the data: ----------------------------------- - Read data from txt file - Store data (where?) Year X Y (i read and need to perform calculations on around (depending on user ...
WebBrowser Control - How to read text inside tags
Kostas kousinovalis -
16 May 2006 4:45 PM - 2 messages
Hello I have a page displayed in the webbrowser control and i want to read the texts inside some tags. I'm using the getElementsByTagName("tagName") but it gives me "" The same function returns values for the FONT or TITLE tags but not for ...
ActiveX.exe notification fails
Galen Somerville -
16 May 2006 4:37 PM - 11 messages
I have an ActiveX.exe that handles all communications to a USB device. It is working fine except where a notification to the Client is required. I have only shown the code involved in this notification. The sub getSound calls a Public routine in this ActiveX which has already ...
InterlockedIncrement
Desi -
16 May 2006 3:50 PM - 3 messages
Same as yesterday, I'm adapting this from Curland's book. Can't get the InterlockedIncrement to work. Yesterday Mike S. revealed that my ZeroMemory function declaration was incorrect, even though it came from the API Viewer. Perhaps that is the issue here. ...
Debug an activeX.exe from my Main
Barb -
16 May 2006 3:39 PM - 3 messages
Hi, I have my main .exe project that is calling an .exe activeX I try to find out the way to debug my activeX. I have my two projects opened separately. I tried to debug by adding a breakpoint and by starting it before starting the main project. ...
How to change rows in a file to a colum in another
nobtiba -
16 May 2006 3:29 PM - 2 messages
I have one file (source file c:\file1.txt) like this: 5432 123 232 1345 123 234 225 13 3213 12323 2332 323 3422 452 273 2134 3325 13 2113 abc23 ...
Class properties or function?
Ken K -
16 May 2006 11:37 AM - 4 messages
Hi all I've got a COM add in for Word and I'd like to use VBA macros to process information gathered by a form in the addin. The form collects information, creates a couple of arrays and some additional variables that are used to ...
VB-Process does not terminate after HTTP POST
Peter Plumber -
16 May 2006 9:40 AM - 6 messages
Hi, I wanted to send a HTTP POST via wininet.dll like described on [link] I noticed that after having sent the post request I could not return to the VB-IDE. ...
ListBox help
steve -
16 May 2006 2:43 AM - 3 messages
Hi, Is there a way to add strings on the same line of a listbox? I basically want to emulate the "adding periods" effect inside the inner loop: Loop A lstbox.AddItem(" Main loop" & i & ": calculating") Loop B ...
Listview - deletes first item when not selected
Sandy -
15 May 2006 9:53 PM - 3 messages
Hello - I have the following code which is supposed to test whether a listview item is selected or not and then delete accordingly: Private Sub cmdDelete_Click() If Me.lvwUserList.FullRowSelect = False Then MsgBox "No items are selected. You must " & Chr(13) & _ ...
Command Line Arguments
george -
15 May 2006 9:15 PM - 5 messages
I am trying pass command line arguments using ShellExecute. One of the parameters has a space between two words "Test One". The app taking it in thinks that the second word is another argument. Is there a way around this ...
Reading and displaying contents of a file
pmud -
15 May 2006 8:10 PM - 6 messages
Hi, I want to read the contents of a file using vb 6.0 . I need to access and then display the information which is present in the 3rd record and in the 12th record... How do I do that? Below is my code: ...
problem filling listview
vonClausowitz -
15 May 2006 7:49 PM - 3 messages
Hi All, I'm trying to fill a listview with records in a table. I get an error when the field is either empty or Null: Do While rs2.EOF = False Set itmX = lstResult.ListItems.Add(, , rs2.Fields(1), , 1) ...
Data Report
a2d2 -
15 May 2006 5:35 PM - 4 messages
Hello! I have a problem with data report! For example i have this table: id name points ...
Copy and Zero memory
Desi -
15 May 2006 3:16 PM - 6 messages
Trying to adapt this from Curland's excellent book. It eludes me. On page 297 Matt had "CacheXA" plugged into both LenB functions. I gather that was erratum. Thanks in advance. Desi _________________________________ Private Type XPApp StopPointer As Long ...
Side-Bars, task-pane, (like the left pane of outlook)
dfbls -
15 May 2006 2:39 PM - 2 messages
I have seen some good discussion in this group regarding the outlook-style Panel control. I fully agree this type of pane on the left-hand, like a side-bar, is genetically not a MDI. Instead, I feel it is more like an explorer style, (a special type of SDI,) only ...
DateAdd and Daylight Saving
Waldy -
15 May 2006 12:58 PM - 7 messages
Hi there, I am using DateAdd to retrieve a date that is coming from a Unix system and is the number of seconds past midnight 01/01/1970. ...
Server or Workstation?
Wyne -
15 May 2006 12:50 PM - 2 messages
Hello, I have an App made using VB6. It is used to control an external device via a serial COM Port. Now, one of our customers wants to intall this app onto his server, and run it from multiple workstations. ...
CSV file Reading Problem in VB Please HELP
dskpgt -
15 May 2006 12:07 PM - 5 messages
Hi I have to Import some date values from a CSV file in to ACCESS 2003 . the Data in the CSV files as 5/11/2006,10:14:52,89127,0,Hu,VID,Success,1,64,56,K,250,* 5/10/2006,07:39:31,9,0,Nabeel,VID,Failure,0,17,64,K,250,* ...
formating Date/Time in VB6
Peter -
15 May 2006 11:36 AM - 5 messages
Dear All I need to do some date/time formatings but get different results depending on the setting of short-date format in control panel. What I want to do is: I have: sMonth="5" sDay="11" sYear="2006" sHour="12" ...
Limitation of Code lines in Class File (VB6)
Guru -
15 May 2006 4:28 AM - 2 messages
Limitation of Code lines in Class File (VB6) Anybody know, if there is any limitation of no of lines of code in Class file? I am facing some issues, my class file contains 52535 lines of code. When I compile the code, VB6 compiler hangs. When I comment one of the ...
Limitation of Code lines in Class File (VB6)
Guru -
15 May 2006 4:13 AM - 4 messages
Hi all Anybody know, if there is any limitation of no of lines of code in Class file? I am facing some issues, my class file contains 52535 lines of code. When I compile the code, VB6 compiler hangs. When I comment one of the ...
Printing map from web page
Saga -
15 May 2006 4:12 AM - 4 messages
Hi all, I am in need of printing out a map from a web page. The map can be from mapquest, yahoo maps or google maps. My app is using the web browser control. I navigate to the corect page and can see the map onscreen, but I ...
Convert 300 DPI Tiff to 100 DPI Tiff
Lalu -
15 May 2006 4:03 AM - 3 messages
I have Used Kodak Image Scan Control for Scanning, by mistake image was scanned tiff 300 dpi format and saved in SQL Server database , db size incraeses. Now I want to convert 300 dpi tiff to 100 dpi tiff. ...
calculate working hrs
Suzanne -
15 May 2006 2:58 AM - 2 messages
Hello, Iam Suzzane i was trying to calculate working hrs between startdate and enddate excluding weekends and public holidays, If startdate and enddate are same then my function will use startime and endtime entered by the user, but somehow it dosent seem to work. Any help is greatly ...
Progress / Status Dialog box needed
Bruce E. Stemplewski -
14 May 2006 11:34 PM - 5 messages
First I am not a VB programmer, I am a C++ programmer that has written an OCX for VB programmers. I need to develop a VB demo program for my OCX that uses a progress or status dialog. I searched but could not ...
UserControl and PropertyPage puzzle
Andy -
14 May 2006 8:50 PM - 3 messages
I'm trying to build a UserControl, but I'm not sure if a UserControl can do what I want it to do - perhaps someone can advise how I should proceed? I have an MDI app. with a large number of child forms, one for maintaining ...
SelText
St1ck -
14 May 2006 8:50 PM - 5 messages
I am trying to create an application using VB6 to do the following: - The user highlights a word in Internet Explorer that they do not understand - They then click the 'Find Definition' button on my VB application. - This then opens Internet Explorer and passes the highlighted word value ...
Timer Label Visibility Question
AK -
14 May 2006 8:00 PM - 9 messages
I have the following code associated with a form that has a timer control and a label called "lblTime". (to display the time) I have another procedure "cmdLogIn" associated with the form and that procedure consists of clicking on a command button which was supposed to, as ...
need to make part of a sentence in a textbox BOLD
vonClausowitz -
14 May 2006 7:50 PM - 6 messages
Hi All, I have a textbox with a lot of text. Part of it I want to make bold. Is there a quick function to do this? txtDetails.Text = "Lastname " & itmX & vbCrLf & _ ...
Navigating datagrid help
Ian Davies -
14 May 2006 7:30 PM - 3 messages
Hello All I wish to navigate a column in a data grid. where by when the user types a value (single character) into a cell it automatically moves onto the next cell in the column. If this is not possible then I would like to do the same ...
Correctly Using the CANCEL button
DACCS -
14 May 2006 6:40 PM - 12 messages
When using VB6, a TextBox Text is saved to a file on my hard disk drive. I then clear the TextBox. Problem: If I open the OPEN dialog window but click on the CANCEL button, the previous saved file is reloaded into my TextBox. ...
query problem
vonClausowitz -
14 May 2006 11:34 AM - 20 messages
Hi All, I have a combined query made out of the values in some textboxes. I don't know how to add the OR between the values since I never know if all the textboxes have been filled. strSQL = "SELECT DISTINCT family_name, first_name " & _ ...
Hidden folder ?
Paulo Roberto -
14 May 2006 2:30 AM - 8 messages
Hi all, how are you? I hope fine... I have a application made in VB 6 wich creates and descompacts some files at a temp hidden folder at the app path, and when the user finishes the application, that folder is deleted, so I would like to know if there is ...
Why would a VB6 Form refuse to appear in a 'WINDOWLIST' MENU DISPLAY???
Alan Mailer -
14 May 2006 12:18 AM - 4 messages
In VB6, under what circumstances would a 'maximized' non-modal Form refuse to show up when I click a 'WindowList' menu item? I'm having a few issues with this particular form, primarily the one I've asked about above. But something has clearly gone WRONG with ...
|
|||||||||||||||||||||||