Checkboxes all Items of ListView by API ?
How to Checkboxes all items of ListView by using api functions? i found this example but i can't Checkboxes all items! http://www.vbforums.com/showthread.p...istView-by-API
View ArticleLevels within a Treeview and how many Children in lowest level
Hello, I have a treeview control called TREEVIEW1. I need to get several statistics out of the control. Example 1 -1.1 -1.2 -1.3 2 -2.1 -2.2 -2.3 3 -3.1 -3.2 -3.3 4 -4.1 -4.2 -4.3 Assumptions: Each...
View ArticlePrintForm not displaying contents in Windows 7
Hi, Thanks in advance for any help. I am perplexed by this problem. I have a VB6 form that credits/debits an account. And if a checkbox is clicked, a receipt (another form) will be printed using the...
View ArticleTreeView Tooltips Slow Refreshing In Win7 When Using Non-Aero Theme
Hi all I have TreeView in a VB6 application which has roughly 15 items in it. When I hover over each of the Nodes the default Tooltips is displayed, when I then move the mouse down over the other Nodes...
View ArticlePrinting selected Pages
Hi When I send data to the printer from VB6 all of the selected file will print and this is fine. I have a need to allow the user to print selected pages so I have used the CommonDialog to display the...
View Article(8875.71 - 8550) = 325.709999999999
Hello, THIS CALCULATION in VB6 RETURNS a RESULT of 325.709999999999 : Print (8875.71 - 8550) -Is it correct or is it a bug ?
View ArticleRun time error '-2147467259(80004005)': automation error unspecified error
Hi Im new to VB I trying to connect to oracle 10g data base using excel 2003 vb 6.5 Below is the code.. when i try to run.. iam getting the above error [Run time error '-2147467259(80004005)':...
View Article[VB6] ShockwaveFlash1 usage
Hey guys :wave: i would like o know all the ShockwaveFlash1 Component usage i'm stuck :c Hope you guys help me :D
View Articleset deny permission on folder
hi. i want to set permission on security tab on folder. i can set access permission. but i want to set deny permission on this tab. how can i do it?
View ArticleHovering mouse over variables doesn't always work
Is this a problem within VB6? During debugging steps most of the time when I hover the mouse over a variable it shows the contents however on other occasions it does not show the contents but there are...
View ArticleRead Unicode(Japanese, Chinese) emails from outlook into VB as a string
I am trying to Read Outlook object and get Message Body as a string. Dim MailItem as new Outlook.mailItem Dim temp as String temp = StrConv(MailItem.Body, vbUnicode) I always get '?' when it comes to...
View ArticlePass control reference from form to module
I'm not sure the title of this isn't a little misleading .. here's what I want to do: I have at least one MSFlexGrid on each form using VB6. I have to manually set the height and width of the grid...
View Article[RESOLVED] Pass control reference from form to module
I'm not sure the title of this isn't a little misleading .. here's what I want to do: I have at least one MSFlexGrid on each form using VB6. I have to manually set the height and width of the grid...
View Articledatareport problem
can anyone help me to solve my problem.i have a client who wants to coorporate the data of credits namely,groceries,cash and purchase order.can i do this using data report?
View Articlehow to reset msflexgrid row color?
Friends, VB6SP6 Code: Private Sub Grid_Click() rowval = Me.Grid.RowSel With Grid .Row = rowval ' the row you want to highlight For i = 0 To .Cols - 1 .Col = i .CellBackColor...
View Articlehow to convert 32 bitmap to 8 bitmap
i need as short and simple code as possible thanks in advanced
View ArticleHow to build a progress timer ?
Hi guys, I would like to make a timer to count (in miliseconds and seconds) how long time take a process from start to end (the progress time). As display I want to use a Label or a TextBox, it doesn't...
View ArticleText to Speech on Windows 7?
Ok, so I just remember one of the 'old' days program, a two line one, which was fascinating when I was younger. The code is Code: Private Sub Command1_Click() Set TtS = CreateObject("SAPI.spVoice")...
View ArticleCan I trust in this function?
Goodmorning :) I need in one of my projects to use the DoEvents statement. Many programmers said me that is not a good way use it for vary reasons, but as I need it into a function, I thought that...
View ArticleCheck machine date format in vb6
I have an vb6 application. The input date in the application processed as UK date format. But some time user change machine date format as US format (mm/dd/yyyy). But when process these dates shown as...
View Article