Forum: Visual Basic 4 / 5 / 6 Jul 27th, 2009 |
| Replies: 12 Views: 598 reconnect mean attach your code. :icon_wink: |
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2009 |
| Replies: 12 Views: 598 Your welcome.
you must reconnect it. attach your sample. i will edit it. |
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2009 |
| Replies: 12 Views: 598 yes.
SUM is a sql function. you must use '(' & ')' for it.
change your code in this way:
"select sum([exam fee]) as total , sum([other fee]) as total_fee from table1" |
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2009 |
| Replies: 3 Views: 453 Standard Solution:
Dim objFrm As Form
For Each objFrm In Forms
If Not (TypeOf objFrm Is MDIForm) Then
Unload objFrm
End If
Next |
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2009 |
| Replies: 12 Views: 598 NOTE:
sum[exam fee] ==> sum([exam fee]) |
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2008 |
| Replies: 1 Views: 515 aren't there anybody can help ? |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2008 |
| Replies: 1 Views: 515 Hi my friends.
I write a program that show sended and recieved bytes in dialup connection.
i use below api function's for get Sended and Recieved bytes:
RasGetConnectionStatistics... |
Forum: Visual Basic 4 / 5 / 6 Mar 17th, 2008 |
| Replies: 6 Views: 1,471 There is a way :
first False Checked property.
Use checkbox picture instead of node's icon ;
when user click on nodes , change node icon , and set it's icon to checked picture and .... |
Forum: Visual Basic 4 / 5 / 6 Mar 17th, 2008 |
| Replies: 6 Views: 1,471 |
Forum: Visual Basic 4 / 5 / 6 Mar 16th, 2008 |
| Replies: 2 Views: 1,327 |
Forum: Visual Basic 4 / 5 / 6 Mar 16th, 2008 |
| Replies: 6 Views: 1,471 |
Forum: Visual Basic 4 / 5 / 6 Mar 13th, 2008 |
| Replies: 9 Views: 2,540 |
Forum: Visual Basic 4 / 5 / 6 Mar 12th, 2008 |
| Replies: 9 Views: 2,540 below code Return Active control name in "Form1" :
Form1.ActiveControl.Name |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2008 |
| Replies: 5 Views: 2,145 use this:
Ubound(Arr) - Lbound(arr) |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2008 |
| Replies: 2 Views: 1,319 you can also use this activex. (it's better than vb listbox)
Download (http://soda.parsaspace.com/MBT925/ActiveX/MBCheckList%201.0.0Sample.rar) |
Forum: Visual Basic 4 / 5 / 6 Feb 13th, 2008 |
| Replies: 0 Views: 1,221 Hi my friend's.
I have a usercontrol and a ScrollBar in it.
this usercontrol can contained other controls.
when i put a control in it , this new control place at front of the scrollbar.
... |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2008 |
| Replies: 2 Views: 2,267 |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2008 |
| Replies: 5 Views: 1,808 |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2008 |
| Replies: 4 Views: 1,400 Create a value at this path in Registery:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
and put your app's path in it. |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2008 |
| Replies: 1 Views: 2,682 SELECT * FROM Table1 WHERE Code='" & Text1.Text & "'" |
Forum: Visual Basic 4 / 5 / 6 Feb 4th, 2008 |
| Replies: 4 Views: 1,946 |
Forum: Visual Basic 4 / 5 / 6 Feb 2nd, 2008 |
| Replies: 5 Views: 1,808 Use this solution:
IIf( hex(num) > 1, hex(num) , "0" & hex(num)) |
Forum: Visual Basic 4 / 5 / 6 Feb 2nd, 2008 |
| Replies: 8 Views: 1,124 use this metod instead Update
UpdateBatch adAffectCurrent |
Forum: Visual Basic 4 / 5 / 6 Feb 2nd, 2008 |
| Replies: 4 Views: 1,946 |
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2008 |
| Replies: 33 Views: 4,521 program dont have any problem .
i dont know what is your problem. |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 12 Views: 2,857 or you mean run from usb? |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 4 Views: 3,363 you can't get data directly from datagrid.
you must get row number from datagrid and move in adodc then show record in textbox. |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 12 Views: 2,355 18.OsenButton
a good button
ScreenShot (http://mbt925.persiangig.com/ActiveX/Other/OsenBScrSho.png)
Download (http://soda.parsaspace.com/MBT925/ActiveX/OsenButton.rar)
19.CalculatorCombo |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 33 Views: 4,521 |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 33 Views: 4,521 I Remove all it's activex unless SMButton.ocx
already must run correctly. |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 33 Views: 4,521 |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2008 |
| Replies: 33 Views: 4,521 yes , it need 3 ocx file that you can find it in "Need" Folder.
yes.
i donwload it again , it's complete. |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2008 |
| Replies: 8 Views: 2,907 you must register it on your pc first. |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2008 |
| Replies: 12 Views: 2,355 16.Color Picker
ScreenShot:
http://soda.parsaspace.com/MBT925/ActiveX/ColorPickerScrShot.png
17.EasyGrid
A good grid. test it. |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2008 |
| Replies: 8 Views: 2,907 you can get it from below link: |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2008 |
| Replies: 33 Views: 4,521 |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2008 |
| Replies: 2 Views: 1,045 I upload this ocx for you.
hope it help... |
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2008 |
| Replies: 2 Views: 1,305 you can download it first , then show it. |
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2008 |
| Replies: 4 Views: 1,203 you must get it's extension (.xls) and check it with ".xls" str , or each reserved format. |
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2008 |
| Replies: 4 Views: 1,218 it's created by simple color gradiant.
sample for creating gradiant color attached. |