hi does anybody know a manual to create setup installers with InstallShield
Professional 6.2 ? thank [Non-text portions of this message have been removed]...
Elia Davidyian
newprogrammer@...
May 2, 2004 3:07 pm
12938
Hi I want prepare a report with Crystal Report but i haven't work with that if anybody know a PDF file or text that there is in internet and i can use it for...
Dear Friends.. I have asked this question twice earlier but no response... Is any one tell me about API containes the layout of the Existing form , Frame &...
Scorpion King Flush
jscorpio2@...
May 3, 2004 5:40 am
12940
Has anyone here encountered documentation that describes the maximum length of a variable in a listbox.additem operation as 1024 bytes? Thanks....
It's working 100 %. Option Explicit Private Declare Function CreateRectRgn Lib _ "gdi32" (ByVal X1 As Long, ByVal Y1 As Long, _ ByVal X2 As Long, ByVal Y2 As...
wwwdir zala
wwwdirzala@...
May 4, 2004 2:02 am
12942
try this Private Declare Function SetWindowLong Lib "user32.dll" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As...
wwwdir zala
wwwdirzala@...
May 4, 2004 2:03 am
12943
Hi Foster, ... Documented from MS? - no - but IIRC Dan Appleman includes this as one of the listbox properties in the VB Programmers Guide to the Win32 API ...
Hi friends, I have created application that get Drive letter of CD Drive. I m using File system object to retrieve information of it. One of my client have CD...
VB on WWW
wwwdirzala@...
May 4, 2004 8:11 pm
12945
Thanks for that, Shawn. Amazon says the book's in the mail :)...
how can i change the back colour of the selected item in a List View. How can i get the default icons of files in a drive through VB,,if i want to creat my own...
hi mehsen there is three useful .pdf files in crystal reports CD. u can use them. age peyda nakardi begoo barat befrestam ... From: vbhelp@yahoogroups.com ...
Elia Davidyian
newprogrammer@...
May 5, 2004 6:37 pm
12948
Hi guys, Does anybody ever develop a software on PDA either using VB CE or VB.Net ? I have a plan to migrate my PC version of application into PDA and I need...
hi everybody !! can somebody teach me how to make a database application that will be
used by multiple user and the data will be online anytime for an inquiry...
hello, if u are using ADODB then use the following line <ConnectionName>.BeginTrans ... ur statements ... <connectionName>.commitTrans when the user wants to...
Hi Toni, ... There's a reason why VBCE is free. (it's very limited and creates large footprint programs on the device) Do you want your users to pay for your...
tnx for the answer, i think it will help me. can i add the
<connectionname>.begintrans upon form load ? One more favor, can anybody give me a sample code on...
Hello, What is OLAP? How to use it ? Thanks in advance Regards, Chintan Shah Yahoo! India Matrimony: Find your partner online. [Non-text portions of this...
Hi Chintan, ... http://www.webopedia.com/TERM/O/OLAP.html You may already be using it and just not realize it. It's a process of analyzing data to return as...
hi , i try to get the office path in the local pc , in vb6 application can anyone help my please ... Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo!...
Hi there I am using an MSChart control in my project but I have a problem with it. My MSChart Rowcount property is adding in runtime and I want change the...
Can anyone help me to find information wuith regard: changing the colors of text in different columns in the Listview control tiling a background image is it...
hi.. for changing the color of each item in different columns. declare a variable of type ListItem. then set its value to the row whose color u want to change...
Guys I have a database looking something like this, PartNo Description 111 Hello 123 Hello 456 World 123 Hello I want to detect the first...
Julian Holt
jholt@...
May 11, 2004 3:45 pm
12961
Dear Julian Holt if you want to do this first of all you have to specify your database format and after specifying that then we can offer you a way for doing...
Hi I am using access ----- a trawl round t'internet has revealed nothing. Looks like this is an incredibly difficult and highly unusual thing to want to do...
Julian Holt
jholt@...
May 12, 2004 7:46 am
12963
Well you could load the table into a recordset and use seek/find to locate the record for deletion. If you were using SQL Server you could use cursors to loop...
... You may want to use the TOP clause. I have not tested this in Access, but I know it works in SQL. DELETE yourtable FROM (SELECT TOP 1 * FROM yourtable) AS...
Woah....... Thanx Chad. This looks like the job. I'll start work on it straight away. Thanks again Julian ... From: Chad [mailto:chad@...] Sent: 12 May...
Julian Holt
jholt@...
May 12, 2004 9:23 am
12966
"Well I never" Worked first time....................... Thanks Chad, I have spent hours on this - YOU ARE THE MAN Cheers Julian ... From: Chad...