Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~9K People Reached
Favorite Forums
Favorite Tags

35 Posted Topics

Member Avatar for saini balvinder
Member Avatar for MagicBytes
Member Avatar for Solmyr

use below option. g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;

Member Avatar for Mbt925
0
100
Member Avatar for Neophyte08
Member Avatar for lilianw
Member Avatar for rajeshkhanna_in
Member Avatar for abu taher
Member Avatar for firoz.raj

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]

Member Avatar for firoz.raj
0
85
Member Avatar for lilianw
Member Avatar for shahriar2403

[CODE]DataReport1.Sections("Section4").Controls.Item("[B]lblHeader[/B]").Caption = [B]Your String Here[/B][/CODE]

Member Avatar for surveyteck
0
115
Member Avatar for ladyjade
Member Avatar for Mbt925

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 …

Member Avatar for Mbt925
0
84
Member Avatar for dinilkarun
Member Avatar for humera05
Member Avatar for zawpai

below code Return Active control name in "Form1" : [CODE]Form1.ActiveControl.Name[/CODE]

Member Avatar for zawpai
0
118
Member Avatar for t_yalthis

[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]

Member Avatar for Mbt925
0
122
Member Avatar for dinilkarun

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]

Member Avatar for Mbt925
0
76
Member Avatar for Mbt925

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?

0
65
Member Avatar for pbosek
Member Avatar for pbosek
0
338
Member Avatar for kabir9873

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.

Member Avatar for inuyashahasuma
0
80
Member Avatar for priyala

[CODE] SELECT [B]*[/B] FROM [B]Table1[/B] WHERE [B]Code[/B]='" & [B]Text1.Text[/B] & "'" [/CODE]

Member Avatar for Mbt925
0
68
Member Avatar for jaasaria
Member Avatar for jaasaria
0
93
Member Avatar for technogeek_42
Member Avatar for tagpi

[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 …

Member Avatar for tagpi
0
119
Member Avatar for Mbt925

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 …

Member Avatar for Mbt925
0
578
Member Avatar for mariegomez84

[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. …

Member Avatar for Jx_Man
0
115
Member Avatar for saurabh.verma

it's created by simple color gradiant. sample for creating gradiant color attached.

Member Avatar for SCBWV
0
87
Member Avatar for Sawamura
Member Avatar for Mbt925
Member Avatar for theonlyhugeg

test this sample: [URL="http://soda.parsaspace.com/MBT925/Learn-Sample/print%20screen.rar"]Download[/URL]

Member Avatar for Mbt925
0
131
Member Avatar for theonlyhugeg

[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.

Member Avatar for hkdani
0
1K
Member Avatar for guest11
Member Avatar for Annex

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]

Member Avatar for Jx_Man
0
81
Member Avatar for Mbt925

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.

0
76
Member Avatar for Jade_me

The End.