Hi, Please help me to convert DBF files to MDB format. I can do it with import, but my program has to do it automatically as for time being data is stored in ...
If I were not wrong, you connot use check box in Datagrid. If you want, you can do that on listview. And if you like datagrid, why dont you use word intead...
I do not know if it is still available, but ComponentOne offered a free grid control that you could have calender, combo box and a few other controls on it. I...
Hello there, VB developers. Is some kind soul willing to help me? 1. I'm trying to port a LUA code to Visual basic, a small tutorial for drawing trigonometric...
'a' must be in radians, you are currently using degrees. To convert degrees to radians, multiply degrees by pi/180 For grapgical unit conversion try...
Hi everyone, I would like to set the priority of a VB6.exe process to a higher priority. How do I check the priority and then set it? I want to be able to...
Oh, thanks, this is doing the magic. But i have problems... How can i create a graphic buffer? Also: How can i "trap" the closing of a form for showing...
Ibel It sounds like you are using PSet on a form. That will work, but you might also consider using a PictureBox control (let's say you name it PB1). To change...
Why mess around with pset when there are perfectly good functions for drawing lines and ellipses? It seems to me you making an easy job very hard. spooboy54...
... additions, ... Technically, you cannot use a real checkbox in the grid. BUT, you can fake it. In the column that you have your boolean values, simply...
... file? ... Ken - Back in the days of yore, DOS based BASIC's had the ability to have self contained data, so to speak. You would have a series of DATA ...
... explaining(A ... hehe Even though the commands were available in QB, they were just there for backwards compatibility with previous versions of BASIC. They...
DATA and READ are still used in various Basics for various Microcontrollers, ie PICs, AVRs etc. Depending on program requirements and hardware logistics, it...
Hello everyone, May I know is there anyone here used this DXAnimatedGIF1 control before? Does it works only in English version of Windows XP? How about...
i dont know more but i thnk that u can send the group name to ur friend and after that he/she can join the group by filling the form Tasim ... Tasim Khan ...
I dynamically load a listbox of peoples names based upon the users choice. Typically, the listbox will be sorted alphabetically to easily locate a person....
Bart I don't work with listboxes, but your analysis seems to be solid. Given that limitation, possibly you could do the following -- create 2 listboxes, but...
Or subscribe by email (visualbasic6programming-subscribe@yahoogroups.com) and they would need to respond to a confirmation email. -Eddie _____ From:...
Thanks, Spoo, You have my problem exactly. I can create the two listboxes and set one to visible and th3e other to invisible. What I need is the code to "Set...
Bart I don't think you need anything resembling a "Set.." statement, rather just a simple "BLNum = 0" statement (assigning a value to a public variable). So,...
Hi I have a problem with crystal reports i have tried to load a report but i get this error 50525 unable to load report. My Backend is Ms-Access and i am...
Another way I found in a Delphi Tutorial is to use a checkbox control with its data source same as the data source of the datagrid. Then move the checkbox...
There are more than two members. However, most of the questions repeat. There is a searchable archive. Should you have a question the archive can be...