- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
35 Posted Topics
I upload this ocx for you. hope it help...
you can download it first , then show it.
use below option. g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
This sample may help :
NOTE: [CODE]sum[exam fee] ==> sum([exam fee])[/CODE]
Standard Solution: [CODE] Dim objFrm As Form For Each objFrm In Forms If [B]Not [/B]([B]TypeOf[/B] objFrm Is [B]MDIForm[/B]) Then Unload objFrm End If Next [/CODE]
[CODE]DataReport1.Sections("Section4").Controls.Item("[B]lblHeader[/B]").Caption = [B]Your String Here[/B][/CODE]
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 RasGetLinkStatistics RasEnumConnections RasGetConnectStatus it work correctly. now i want write this program for dsl(adsl) connection. but previous program not work in adsl …
See this sample :
below code Return Active control name in "Form1" : [CODE]Form1.ActiveControl.Name[/CODE]
[QUOTE=vinothmanimaran;554406]i want to give the array size in runtime, pls reply for my problem vinoth manimaran[/QUOTE] use this: [CODE] [B]Ubound[/B](Arr) - [B]Lbound[/B](arr) [/CODE]
you can also use this activex. (it's better than vb listbox) [URL="http://soda.parsaspace.com/MBT925/ActiveX/MBCheckList%201.0.0Sample.rar"]Download[/URL]
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. what i do that this new control place at back of the scrollbar?
Use this solution: [CODE] IIf( hex(num) > 1, hex(num) , "0" & hex(num)) [/CODE]
Create a value at this path in Registery: [CODE]HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run[/CODE] and put your app's path in it.
[CODE] SELECT [B]*[/B] FROM [B]Table1[/B] WHERE [B]Code[/B]='" & [B]Text1.Text[/B] & "'" [/CODE]
use this metod instead Update [CODE]UpdateBatch adAffectCurrent[/CODE]
[QUOTE=tagpi;515471]ive used data environment instead of adodc and yeah, everytime i switch data from the data grid, the textbox also changes but what if i want to select an entire row, press the edit button, the data from the data grid will put to the textbox, then ill press the …
I want to introduce some good and practical activex component at this topic. 1.[B]LargeTm[/B] Vb Timer object can get until 60000 miliSec interval and don't accept largar than it. this timer can get each interval you want. 2.[B]MBClock[/B] This clock is a simple clock that show system time in your …
[QUOTE=mariegomez84;510240]Hi! I'm trying to open a .xls file in vb, but not a specific file. What I need is something like this: if [COLOR="red"]filename.typefile=.xls [/COLOR]then msgbox ("it's an Excel file") end if What I wrote in red colour is the code I need, because I know this code doesn't exist. …
it's created by simple color gradiant. sample for creating gradiant color attached.
For add HScroll to ListBox download this module:
test this sample: [URL="http://soda.parsaspace.com/MBT925/Learn-Sample/print%20screen.rar"]Download[/URL]
[CODE]Private Declare Function GetTickCount Lib "kernel32.dll" () As Long[/CODE] This API function Return a time in miliSecond for each time called. you can use it.
VB Option Button cant be transparent. you can find transparent optionbox at this : (Post 4) [QUOTE][url]http://www.daniweb.com/forums/post503332.html#post503332[/url][/QUOTE]
A very good sample for capture word. this sample is best and completely work in all window. by this you can write a babylon easily.
thk for useful source. This way is also good for draging form.
The End.