Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~7K People Reached
Favorite Forums

23 Posted Topics

Member Avatar for ochien

Do you use any function? [URL="http://msdn.microsoft.com/en-us/library/aa383688(VS.85).aspx"]http://msdn.microsoft.com/en-us/library/aa383688(VS.85).aspx[/URL] List of all functions it may be not accessible on vista. And try adding that dll to that computer.

Member Avatar for Reverend Jim
0
484
Member Avatar for Estella

Do you use any control or what? Where will other drives or folders be shown? Little info little help. :P

Member Avatar for Lesbassnett
1
965
Member Avatar for fakhrealam
Member Avatar for jhai_salvador
0
277
Member Avatar for Teropod

Hi all! I am new to delphi programing ive started with delphi 8. My simple application needed to connect to sql server with borland data provider components like BdpConnection and BdpDataAdapter and i was able to connect to server manipulate with data, sqls everything is working fine but when i …

0
73
Member Avatar for Teropod

Hi all! I have one problem when i try to open exe with shell function it works fine but how can i open XY file using program who is designed to open that file. For example i have picture in mad in corel draw and i want tu open that …

Member Avatar for cguan_77
0
122
Member Avatar for jaasaria

Get lenght of sentence by len(string), use for i = 1 to lenght of sentence with mid(sentence i 1) to get characters and combine words after characters isn't space or punctuation.

Member Avatar for Bob Jacobs
0
94
Member Avatar for zawpai

You can write ascii codes instead of strings later you can eazy convert them to data you need, or use any other function that will mask your input in file and use same function to get data back or you can transfer number into different numbering system and do it …

Member Avatar for Teropod
0
108
Member Avatar for elchalateco

Hi! Try here: [URL="http://www.daniweb.com/forums/thread136692.html"]http://www.daniweb.com/forums/thread136692.html[/URL] Hope these will help.

Member Avatar for Teropod
0
113
Member Avatar for rajeshkhanna_in

Well there are few ways how can you do it. Input api call in loop (heavy duty). In code window there is events for from, left side is object or function drop down combo you must chose form1 or however is your form called and on right side is event …

Member Avatar for Teropod
0
125
Member Avatar for sumalat

Try these link if these don't gives you any help we can discuss further. [URL="http://www.daniweb.com/forums/thread134048.html"]http://www.daniweb.com/forums/thread134048.html[/URL] Have fun! Regards.

Member Avatar for Teropod
0
118
Member Avatar for praksk

Do you have high byte__________low byte l1l1l1l1l1l1l1l1l____l1l1l1l1l1l1l1l1l Or you have two bytes like high byte=255 low byte=255? Those are example numbers.

Member Avatar for dmf1978
0
492
Member Avatar for puma8085
Member Avatar for kehar

Well since string can accept any characters except special ascii(0) who is end of string witch means after ascii(0) you wont be able to see any characters if you have some. and if you write it these way it should work. [CODE]Dim d As Date Dim a As String d …

Member Avatar for QVeen72
0
279
Member Avatar for hartoksi

Hmmmm. Try with public array() as something and later redim array(1d, 2d, 3d, ..., nd) and then fill it up. Hope these will help.

Member Avatar for Teropod
0
101
Member Avatar for deftones
Re: loop

For test just try [CODE]dim e as integer dim b as integer e = 1 b = 0 do while e = 1 b = b + 1 doevents loop [/CODE]

Member Avatar for deftones
0
109
Member Avatar for Teropod

Is there any way how i could compare arrays like pattern matching or should i write my own code? Thanks.

Member Avatar for manoshailu
0
394
Member Avatar for ymidexterous

You can try to do it with MSComm.RTSEnable = true. If you dont know pinnings in serial port. 1 = DCD 2 = RXD# 3 = TXD# 4 = DTR 5 = GND 6 = DST 7 = RST 8 = CTS 9 = RI I hope that will work. …

Member Avatar for ymidexterous
0
687
Member Avatar for sddproject

rnd is tricky one every time you start application it will to same order for example make it in command button first time you click it will flip 1 second 1 third 1 fourth 0 fifth 0. You need to replace that number 2 with some number that can't be …

Member Avatar for Teropod
0
307
Member Avatar for veledrom

There is locked property in textbox, if true then user cant edit it. combobox have style you can set it to drop down list. Listbox can't be edited without code that will edit it. Now u decide.

Member Avatar for veledrom
0
118
Member Avatar for turbojol

If you wanna new empty database with same table structure try different approach, make your empty database, stash it in folder or sub folder where your project is. Make button or any other command that will copy file from that directory to another one, change its name to whatever u …

Member Avatar for Teropod
0
802
Member Avatar for Tony Barber

3 first bytes and 2 second ones are crc if i understand it correctly Try with these to see actual bytes you received: [code=vb] Sub HandleInput(InBuff As String) Dim ArrOfBytes() as byte Dim lonLenOfInput as Long Redim ArrOfBytes(100) lonLenOfInput = len(intbuff) If LenOfInput > 100 then Redim ArrOfBytes(lonLenOfInput) End if …

Member Avatar for Teropod
0
315
Member Avatar for tijoseymathew
Member Avatar for gedinfo

These is copy paste from help in msdn. For the Printer object, multiple copies may or may not be collated, depending on the printer driver. Multiple copies of the entire document or multiple copies of each page may be printed. For printers that don't support collating, set Copies = 1, …

Member Avatar for Teropod
0
842

The End.