|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic General Discussionmicrosoft.public.vb.general.discussion
Do Not Show Box Again
22Pom -
5 Aug 2006 10:14 PM - 5 messages
Hi All, I have a small form that appears at the start of my program that allows the user to fix certain parameters that are lised in Combo boxes in the main program before starting. This works OK but appears everytime the program is ...
free wheel of fortune like app
Andre Gibson -
5 Aug 2006 9:35 PM - 6 messages
hello all, I have been instructed to find or create a free "wheel of fortune type app that will display a list of names that we select on a wheel. Unpon clicking the play button the wheel will rotate for a while and they stop on a random ...
command line parameters exe problem
grimland@gmail.com -
5 Aug 2006 7:06 PM - 2 messages
when i try to open exe file the install shield give me this messege command line parameters /L Language ID /S hiding initialization dialog for silent mode use /s /v /qn /v parametrs to Msimxec.exe and so on what can i do? ...
Menu Editor 6.0 Help !!!
Junior -
5 Aug 2006 5:23 PM - 4 messages
I need to know how to move thru forward and backard from Menu Editor object from Visual Basic 6.0. I have a toolbar menu like Menu1 Menu2 The idea is create a form with a menu like --- Menu2 --------- ...
How to read text-file into VB?
vonClausowitz -
5 Aug 2006 1:05 PM - 10 messages
Hi All, I have a textfile called noise.dat with a list of words I want to read into VB. The text file contains a list of words (one word per line), like: a about are be for etc.... ...
CodeSmart Not Xp Compatiable? : Alternative program
mikepallorad -
5 Aug 2006 12:57 PM - 2 messages
Hotspot , End-of-Line Details These features are not active even if Enable code view assistand is checked in Codeview Assistant. I am Using Xp Pro and VB6 Whats the alternative program with these features ...
Redirecting lpt1 output to an installed printer
Jerry -
5 Aug 2006 7:26 AM - 9 messages
I have an application that outputs to lpt1. I have a vb6 application that lists all my printers and allows me to select one. I then pass the selected printer to a batch file that calls "net use lpt1" to redirect the output. ...
is it possible to use webbrowser.document.All(variablename).value dynamically?
Mike Scirocco -
5 Aug 2006 3:41 AM - 7 messages
I'm using a webbrowser control in VB6 to load a web page then find the value of an <input using .document.All. It works when I hard code the page element name but I can't figure out how to use it dynamically with ...
modify form appearance
Jim Y -
4 Aug 2006 11:22 PM - 9 messages
I have VB6 SP6 enterprise edition. I need an explanation *for dummies* on something advanced, beyond my VB6 texts. Can some one get me started on modifying the appearance of a standard form? I searched on the ...
ImageList and ComboBox in VB6
DORI -
4 Aug 2006 10:16 PM - 3 messages
This may sound like a very easy question to you pros out there, but how can I link the items in a combobox to images in the ImageList? You can tell that I am very new to this. I have created a form which has an ImageList containing 20 maps of 20 cities ...
VBA does not save references from one run to the next
Juan Dent -
4 Aug 2006 9:04 PM - 2 messages
Hi, I am enhancing an application that uses VBA 6.4 SDK and have found 2 issues: 1) that I want a certain reference to be available every time the VBA editor is opened 2) that when I add a reference, shut the application, the next time I open ...
String Manipulation Woes
Gordon -
4 Aug 2006 7:53 PM - 11 messages
Hi; My goal is to remove the file name from the following string = \\aServer\dir1\dir2\dir3\myfile.txt. Dim hold as String = "\\aServer\dir1\dir2\dir3\myfile.txt." I tried all sorts of combinations of Instr() , revInstr() ex. Mid(hold, InstrRev("myFile.txt", "\"), Instr(1, "myFile.txt","." )) ...
Read a file a line at a time from memory
jcrouse1 -
4 Aug 2006 7:46 PM - 10 messages
OK, based on someones ssuggestion in an earlier post I have some code that reads a text file into memory. This is the code: Dim FileNum As Integer Dim TotalFile As String Open FileName For Binary As #1 TotalFile = Space(LOF(1)) ...
Error trying to kill a database from vb6 program
fefazo2001 -
4 Aug 2006 7:07 PM - 3 messages
Hi, I'm getting runtime-error 70 Permission denied while trying to delete a database (.mdb) with the kill command in vb6. If I use the kill command upon starting the program there is no problem, file gets deleted. If I open the db and after some code I try to delete the file ...
sendmessagetimeout wm_close lpwdResult
sid -
4 Aug 2006 6:37 PM - 2 messages
When sending the "timeout" version of the SendMessage api with "wm_close", can someone tell me what value to expect the lpwdresult to be if the function times out ? If the window is hung ? Thanks Sid. ...
Help with first VB application - Data Entry form
Timothy.Rybak -
4 Aug 2006 6:01 PM - 3 messages
Hello all, This is my first attempt at an application, so kid gloves are appreciated. I need to make a very simple form that only has a few elements. One is ScanDate - a date/time field that should equal the date/time of the ...
ole questions
ewconrad -
4 Aug 2006 4:54 PM - 8 messages
I'm trying to retreive an incremented number from my oracle database, and it seems to be incrementing by 2 instead of 1. However, when I am using a SQL writer (Benthic) it only increments by 1, so I know it's ...
VB vs VBA in Ms Access
Anns via VBMonster.com -
4 Aug 2006 3:12 PM - 3 messages
**Can any one tell me first of all some of the differences in the code? **Why when you convert an ms access database file (VBA) to Visual Studio 2005 (VB, etc.) does all the Front End Interfaces have to be rebuilt? ...
How to speed up code?
vonClausowitz -
4 Aug 2006 1:43 PM - 24 messages
Hi All, I have a code which searches in an access database for specific words. The basic thing is that I type in a few words in an Textbox, divided by spaces and then with these words I go through my database table: ...
Watermark Excel sheets through VB.net
Blackstar -
4 Aug 2006 1:23 PM - 4 messages
Hi, I'm trying to add watermark / background text to each sheet in an excel 2000 workbook using VB.net (.Net Framework 1.1) with the Interop.Office.dll. Does anyone know how to do this? I've found some code of how it would be done in VBA but I'm not having ...
Design issue
Sandy -
4 Aug 2006 12:32 PM - 4 messages
Hello - I have been requested to design an interface which looks roughly like this: LoanOfficer Date Hours Inventory ...
Getting a non-active application window to the foreground
Joachim -
4 Aug 2006 7:58 AM - 3 messages
I have now found another example which seems to work maximizing and minmizing an application window which is not active. ([link]) However, I don't know how to get the window to the foreground if another application is active (i.e. ...
wanted: suggestions on how to over lay text in rich textbox
Mike Scirocco -
4 Aug 2006 6:08 AM - 4 messages
I have a richtextbox in a VB6 project that will have dozens of lines of text. I'd like to have large bold text along the right edge of the document, whether there are already lines of text in the places where ...
Looking for Script to Download Files from Webserver
JessiRight77 -
4 Aug 2006 2:39 AM - 2 messages
Hello... Our website is built using Dreamweaver. We need to incorporate some script that will allow users to view files on our webserver and download them. Can anyone help me with this, or point me in the right direction? ...
Problem with reading in a line of text - Input #1
jcrouse1 -
3 Aug 2006 9:31 PM - 4 messages
I am trying to read in a line with this type of syntax: something=something, something else, yet something else The command I am using, Input #1, keeps breaking it apart at the "," (apostrophe) and then treating the next section as the next line. ...
making a table with angles and their sines and cosines
PC -
3 Aug 2006 8:48 PM - 5 messages
i have this: Private Sub Command1_Click() For angle = 1 To 360 Debug.Print angle, Cos(angle), Sin(angle) Next End Sub that does clearly not give me the sine and cosine of the angles ...
mscomm output- not modem
this.is.becky -
3 Aug 2006 8:43 PM - 6 messages
hello all, I'm fairly low in my programming skills and I was hoping someone could help me get out of this rut I've been stuck in. I'm trying to use MSComm in MSExcel to control a pump (for medical research). I've gone ...
Operation must use an updateable query (0x80004005)
Jagno -
3 Aug 2006 7:34 PM - 6 messages
Operation must use an updateable query (0x80004005) I keep getting this error when trying to add info to a database in ASP. Here's basically what I'm doing: Dim conn Set conn = Server.CreateObject("ADODB.Connection") conn.ConnectionString = "DSN=movies" ...
VB6 Install error
Andy Leech -
3 Aug 2006 6:45 PM - 6 messages
Hi, I'm trying to reinstall VB6, after my System Drive failed. I've re-installed XPpro with all the updates, installed WinZip, Adobe Reader, my Virus Software (AVG), and now am trying to install VB - but I can't. ...
Slot Machine Code
MikeG0930 -
3 Aug 2006 6:27 PM - 8 messages
This is a copy of code posted in an old posting here. My question is, if I wanted to replace the numbers with a bitmap image, such as cherries or bars, how would I do that? Alignment = 2 (Center) Appearance = 0 (Flat) ...
User-level protection in excel
Angelo_ -
3 Aug 2006 5:25 PM - 7 messages
Hello, I'm trying to implement user-level protection in excel, as of now the only way I know is with ActiveSheet.Protection.AllowEditRanges.Add Title:="Range1", Range:=Range("A1"), Password:="1234" but this is the sandard protection, not user-level. ...
TreeView control backcolor property (or the lack thereof)
David Heer -
3 Aug 2006 2:56 PM - 4 messages
I desperately want to change the backcolor property of the TreeView control in my VB6 app. Switching to .NET is not an option for...political reasons. Any suggestions? ...
Receiving key messages to a minimized application window?
Joachim -
3 Aug 2006 12:55 PM - 7 messages
How can I by pressing two times on a key combination, e.g. Ctrl-X, make my application become minimized and then maximized again. When I try Me.WindowState = vbMinimized Me.WindowState = vbMaximized then the maximized statement is not executed. I think it is because my ...
C++ to VB6
richard -
3 Aug 2006 9:01 AM - 7 messages
Could anyone tell me how to convert this C function to a VB6 function bool GscDBI_importcall DBI_EncodeStringA(TDBIAssignAnsiStringCallback, std::string& EncodedStr, const char* Source , __int32 SourceLenInChars, const void* Key, unsigned __int32 KeyLen); my IDE keeps crashing i think im declaring something wrong. ...
Try my program
geoldr@gmail.com -
3 Aug 2006 7:49 AM - 20 messages
Would you guys like to try one of the programs that took me 4 months to make? It is still a beta though... Doors 06 Beta 1 [link] ...
Listview to set different colour for alternate row???
Vanessa -
3 Aug 2006 7:05 AM - 4 messages
Hi Can listview set different color for alternate row?? Does anyone knows? Regards Vanessa ...
height in pixel
surena -
3 Aug 2006 5:05 AM - 3 messages
Hi, As I understand, the values of height and width are in pixel. The screen resolution of my monitor is 600*800. But the height and width properties of my forms are much bigger and they do not fill the screen. ...
Access variables across Windows Forms
W H Lai -
3 Aug 2006 4:33 AM - 3 messages
I created radio buttons within a group control in Form1. User select oneof the radio buttons options. I want to access the selected variable value in Form2. How should i declare my variables so that variables can be access from ...
Killing an app in the middle of form.load event
jcrouse1 -
2 Aug 2006 9:36 PM - 11 messages
I have designer a viewer type application. When it loads it check for certain images, if they do not exist then a dialog box pops up to inform the user. It is the vbCritical dialog box. When the user selects ...
Remotely execute a VBscript from a local VB2005 app...
gn!uz -
2 Aug 2006 8:40 PM - 2 messages
Hi, I've created an app in VB2005 to create users in our AD. This app will be used by our helpdesk-team and will run on a citrix server. The actual creation of new user accounts is performed on the DC with FSMO ...
KeyPress Event Not Working
Zach -
2 Aug 2006 4:13 PM - 17 messages
Hello, I'm trying to create a KeyPress event in my program so that whenever the user presses certain keys a command button is triggered. In Form_Load, I have inserted the following line: Full_View_U1.KeyPreview = True And I have created the following function: ...
Working with SubMain and multiple forms
Scott M. -
2 Aug 2006 3:33 PM - 11 messages
My current project uses a MyMain module with Sub Main routine, as is good practice and several forms. The flow is for Sub Main to launch the Splash screen, which launches a SelectProduct screen which then goes on to launch the Main screen. I'm finding it tricky to manage how the ...
RaiseEvent fails from a Modal form
Peter T -
2 Aug 2006 3:27 PM - 11 messages
Via a button on a modal form in an ActiveX dll, I trigger a RaiseEvent to be trapped by the app that called the dll. Running from the VBIDE it works fine but not if compiled. This appears to be a known issue. An old suggestion of Ken Halter (thanks) ...
Closing a form on ANY keypress
jcrouse1 -
2 Aug 2006 2:59 PM - 5 messages
What am I missing here. I simply want to kill an application when ANY key is pressed. Private Sub Form_KeyPress(KeyAscii As Integer) Unload Me End Sub Thanks, John ...
VB Learning Edition and VB6 service packs
Science Bob -
2 Aug 2006 2:56 PM - 7 messages
Can a VB6 Service Pack be used with VB6 Learning Edition? ...
Creating Web applications in VB.NET
Geoffrey Callaghan -
2 Aug 2006 1:45 PM - 3 messages
I have looked through the forums for the appropriate place to ask these questions, and haven't found one. Can someone point me in the right direction? Here are my questions: 1) I am creating a web application that will have multiple instances on my ...
Creating new node inside a xml node ?
Geagleeye -
2 Aug 2006 1:33 PM - 2 messages
Hi... how do i create a new xmlnode inside a node ... i have folowing code : Dim tmpElement As MSXML2.IXMLDOMElement Dim nlItems As MSXML2.IXMLDOMNodeList Dim tmpNode As MSXML2.IXMLDOMNode Set nlItems = axResponse.responseXML.selectNodes("//item/data") ...
saveing forms
Mitch5713 -
2 Aug 2006 1:04 PM - 3 messages
I lost my previous question somewhere in cyberspace sorry so I will ask it again my project consists of two forms....each having about 80-100 controls on it most are list boxes, text boxes,OLE Pics,. What is the easiest way to ...
Reading IE browser contents?
Adrian -
2 Aug 2006 8:42 AM - 7 messages
Hi I need to write an application that can read the contents of IE6. Basically the user opens an intranet site and displays a page then From within a vb app they click a button that first checks the page title and if ...
How to copy files
hon123456 -
2 Aug 2006 8:37 AM - 4 messages
Dear all, I want to copy files from one directory to another directory. The directory may look like following c:A\Path-001\.. ...
Titlebar in Picturebox
mikepallorad -
2 Aug 2006 7:53 AM - 10 messages
Hi I am trying to add a titlebar simulation in a picturebox imitating a form with out min max close btns ( i cant use another form ) As the titlebar color of XP is based on themes i cant get the exact ...
Error in VB 6.0 usnig the Round Function
Peri -
2 Aug 2006 7:46 AM - 2 messages
Dear All, When I round 0.05125 to 4 decimals it is giving an output of 0.0512 instead of 0.0513 Round(0.05125) = 0.0512 Can anyone help me out why this issue is coming in VB 6.0 and how to resolve ...
How to generate a Map from an Excel Cross tab report using MapPoin
Maurice -
2 Aug 2006 12:16 AM - 3 messages
I have a requirement to develop a VB application, when I click a button the application should automatically generate a Line Graph, Column Chart and a Map on separate tabs of an Excel workbook using an existing cross-tab report ...
Problems in Compiled version vs. IDE version
AppleBag -
1 Aug 2006 11:35 PM - 3 messages
Hi all I am experiencing a couple problems once I compile my program, which work fine in the development environment. One problem is 2 progress bars on my form. Once they reach their max they just stay there even though in the program, it is setting one back ...
Transparent Container?
AppleBag -
1 Aug 2006 10:48 PM - 41 messages
Hi all In vb6 I have a picture as the background on my form. I need to put a handful of option buttons and checkboxes inside of a container, that I will pragmatically be toggling the enabled state of throughout the life ...
ALTER (or CREATE) TABLE/Ole Object Data Type in MS Access
JohnJohn -
1 Aug 2006 9:39 PM - 5 messages
Hello. I need to be able to create a column in an Access table that has the "Ole Object" data type, but I need to be able to do it using SQL syntax (ALTER TABLE or CREATE TABLE). For the life of me, I can't find any ...
Find words within range of other word in string?????????
vonClausowitz -
1 Aug 2006 9:29 PM - 20 messages
Hi All, I finally managed to create something that will search a string for words and determine if they are within a certain range of each other. However I still have some things I need help with: Const MY_TEXT As String = "Matches a word boundary, that is, " _ ...
Method '~' of object '~' failed
Saga -
1 Aug 2006 8:51 PM - 4 messages
I have a pair of apps working. A standard exe and an active X EXE. A just updated them with some new functionality, most tweaks within the logic. I updated the app pair in the server where they are running. The procedure was quite methodical: ...
Invalid use of Null
Scott M. -
1 Aug 2006 6:22 PM - 20 messages
I am using VB6 and DataEnvironment to connect to an Access database. When I read data from the database, if the field is not filled in in the database, calling it up in VB gives me the error "Run-time error ...
Best Way to Open Access Database from VB6
Brian -
1 Aug 2006 6:05 PM - 4 messages
What is the most efficient (best) way to open an Access 2003 database using VB. Should I use Jet4.0, Microsoft Access DB Driver, other? The database isn't big... maybe 20 tables and 500 to 1000 records in the main table. ...
Textbox Set Focus
Brian -
1 Aug 2006 4:55 PM - 8 messages
Although this seems like a trivial problem... it confounds me on occasion... Sometimes I can set focus to a Textbox... other times I cannot. I seem to remember that there is a trick to it... but can't recollect. ...
VB XML QUESTION
nicoskk -
1 Aug 2006 4:28 PM - 5 messages
XML NODE DEMO ----------------------------- - <Match id="430680" leagueCode="8613" leagueSort="10" startTime="18:30" status="Sched" type="1" visible="1" statustype="sched" ct="0"> <Home id="186754" name="WERDER BREMEN" /> <Away id="186752" name="HAMBURGER SV" /> ...
String Manipulation Question - Stripping XML Tags
jcrouse1 -
1 Aug 2006 2:36 PM - 15 messages
I am looking for a simple piece of code for stripping the XML tags from a string. Here is a sample string: <Top>mystring</Top> I want te remove the tags and be left with this: ...
Saving data using forms
Mitch5713 -
1 Aug 2006 1:36 PM - 2 messages
I've a form on it is a few OLE pics and many list boxes, check boxes and dialog box's I need to be able to save the form for later retreival if necessary. Is there an easy way invb 5.0 of doing this or must I write each ...
Reg:Truncate Values in Grid
RamaKrishnan -
1 Aug 2006 12:29 PM - 3 messages
Hi All My situation is to format the columns in the grid. tdbgGrid.coloumns(0).Numberformat="####.##" For ex: If the column value is 100.578 it will show 100.58 It will get rounded up. ...
extract data from range in excel between max and min values
likelytobeout -
1 Aug 2006 11:11 AM - 3 messages
hi i'm trying to write a short code that will allow me to extract a single cell of information from a range of data the data is 5 columns wide with ratings A1 B1 C1 D1 at the top and ...
Truncate Values in Grid
RamaKrishnan -
1 Aug 2006 11:02 AM - 6 messages
Hi All I need to truncate values from the database and show in the grid. if the value is 100.578 it should be formatted to 100.57 and display in the grid. if i format like "####.##" it gets rounded up . ...
Maximize child form within parent form?
Damon -
1 Aug 2006 10:11 AM - 3 messages
Hi, I have an MDIForm which then has child forms within it. I was wondering if it was possible, when maximizing the parent form that all child forms also maximize within the parent. Is this possible? Appreciate any help on this. ...
ADO Autonumber
Rocky -
1 Aug 2006 8:51 AM - 5 messages
I have a program which uses both Access and SQL Server, when I use the following code it works fine for access, however when it is SQL Server it does not return a value If bOpenRecordset("SELECT * FROM [" & fcTableName & "] WHERE Reference = ...
VB Activating Microsoft Mappoint
Pat Kelley -
1 Aug 2006 1:24 AM - 2 messages
Does anyone know how to test for Mappoint application being installed on PC through a VB6 application? My VB6 application runs Mappoint functions for location displays of Address and Lat/Lon information. I would like a clean way through my application to ...
Searching for 2 fields from Access 97 db from VB6
Sam27 -
31 Jul 2006 9:10 PM - 6 messages
Hy, I am new to VB6 and databases and am having a nightmare trying to figure out the following. I have a log in screen where a user can log in using their number (RUNUS.text) and password (RUPasswd.text). The form is linked to an Access ...
GetDiBits API Help
J -
31 Jul 2006 8:18 PM - 2 messages
When I call the GetDiBits function with a correctly dimed array i still get a out of range error which makes my program crash. Does anyone have any suggestions for me. I'm new to the coding world and don't know ...
need some code to find two words in a string
vonClausowitz -
31 Jul 2006 5:33 PM - 10 messages
Hi All, I want to search for two words in a string of n words. I run an SQL query for example: SELECT * FROM Bio WHERE comments LIKE hobby AND comments LIKE fishing The words hobby and fishing are two words in the memofield comments. ...
Record .wav sound without MCI api or MMControl
gifoni -
31 Jul 2006 5:33 PM - 2 messages
I am trying to record a .wav sound without MCI api or MMControl. Please, any idea ou suggestion ? I'm using VB 6.0. Thanks. ...
Sorting a recordset by a sum
TheFetts -
31 Jul 2006 5:28 PM - 13 messages
I have a recordset of scores in a shooting sports competition and before I display the results on my ASP page, I want to sort the recordset by the total score for each individual. I'm trying to do something like this: ...
datagrid with parameters
Sandy -
31 Jul 2006 4:46 PM - 6 messages
Hello - I have a stored procedure that contains two parameters. Is it possible to use a datagrid with a parameterized stored procedure? If so, does anyone have an example of how this is done? Any help will be greatly appreciated! ...
Finding strings in ide enviroment
sk -
31 Jul 2006 4:07 PM - 4 messages
is there a way to find and extract (or select) strings in Visual Studio? for example, I would like to make an addin to extract msgbox text in VB IDE and save it to a file. I would like to do this in order to ...
VB to Access via DDE
Jonathan -
31 Jul 2006 3:41 PM - 28 messages
Hello all, Is there any way for a VB application to communicate with an Access application via DDE? I want to be able to send text box data to Access forms, click buttons and menu bars from an external application. ...
Disable items in a Combobox
Mario -
31 Jul 2006 2:49 PM - 6 messages
I would like to know if it is possible to disable (or grayout) some items in a combobox. Mario ...
Error while opening a recordset
Valli -
31 Jul 2006 1:05 PM - 4 messages
Hi, I am getting error "Multiple step OLE DB operation generatied errors. Check each status value" while opening a recordset with records of nearly 4300000. The records are unique in the table. I am using the below coding to open the recordset. ...
Sending CHR(255) to Serial Port sends CHR(63) ... why ?
... -
31 Jul 2006 9:16 AM - 3 messages
Hi I need to send a chr(255) to a serial port, in VB.Net 2005 Express with Framework 2.0 When I send it, the machine on the other side receives a chr(63) ... why does this happen, and how can I make it send the actual chr(255) I need ? ...
VB6 - Locking allocated memory
Martin A. Weinberger -
31 Jul 2006 4:52 AM - 6 messages
Hi All, If I allocate a byte array in VB6 and then get a pointer to that buffer, how do I ensure that the pointer remains valid, basically that VB6 doesn't start moving the memory block around? Here's an example to illustrate. The memory ...
Form size - pixels/twips and working area
jcrouse1 -
30 Jul 2006 8:24 PM - 29 messages
I am designing sort of a GDI. I need to be able to set the working area of the main form, without the menu bar, status bar and side borders to a certain number of pixels. I know the code for setting a form to say, ...
Looking for a way to send email with formatted text
Oscar -
30 Jul 2006 2:35 PM - 3 messages
After having performed many tests to find a way to send email by vb I've choosen to use vbsendmail.dll since it is very easy to use. I've succesfully implemented vbsendmail in my source. I've noted that ...
VB6, Detection of keyboard events whilst another application has f
Andy -
30 Jul 2006 2:27 PM - 2 messages
Hello, I'm trying to find a soloution onto how to detect specific keyboard events with the focus on a different application. Example, I can get the form to deal with KeyPresses fine as long as it is focused: Private Sub Form_KeyUp(vbKeyF1 As Integer, shift As Integer) ...
Export from Datareport (HTML) misaligned
cnlai -
30 Jul 2006 2:14 PM - 2 messages
Anybody has a good solution ? PDF ? Thanks for any suggestion. ...
Win32_CurrentTime issue: only reading right digit of two digit .Hour
Matt Brown - identify -
30 Jul 2006 2:06 AM - 4 messages
Hello, I am having an issue when attempting to read the .Hour property of win32_currenttime. The following code produces the single right digit of .Hour property only sometimes. It doesn't make any sense... Please help. ____________________________ Function GetTime() ...
Adding Checkboxes to a Listbox at Runtime
Anthony -
30 Jul 2006 1:41 AM - 5 messages
I need to be able to dynamically add (or remove) checkboxes from a listbox at runtime. I notice that the 'style' property which controls this is a read-only property at runtime (this wont work: list1.style = 1) Before I try to figure out the subclassing to achieve this, does anyone have ...
|
|||||||||||||||||||||||