No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
23 Posted Topics
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.
Do you use any control or what? Where will other drives or folders be shown? Little info little help. :P
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 …
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 …
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.
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 …
Hi! Try here: [URL="http://www.daniweb.com/forums/thread136692.html"]http://www.daniweb.com/forums/thread136692.html[/URL] Hope these will help.
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 …
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.
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.
What kind of communication that is rs232? or 485?
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 …
Hmmmm. Try with public array() as something and later redim array(1d, 2d, 3d, ..., nd) and then fill it up. Hope these will help.
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]
Is there any way how i could compare arrays like pattern matching or should i write my own code? Thanks.
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. …
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 …
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.
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 …
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 …
U can with get pixel api.
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, …
The End.
Teropod