Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
~9K People Reached

25 Posted Topics

Member Avatar for trpsjt2008

is there anyway to get the another application environmenat commandline argument Thx in Advance

Member Avatar for Oxiegen
0
142
Member Avatar for MaddTechwf

You can find you application path with filename by this code [CODE]Application.StartupPath[/CODE] It will return the fullpath You can access another folder or parent folder [CODE]Imports System.IO Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim di As New DirectoryInfo(Path.GetDirectoryName(Application.StartupPath)) 'Get The Directory …

Member Avatar for MaddTechwf
0
130
Member Avatar for vishalkhialani

[CODE]<script type="text/javascript"> var bg function ShowBackground(id){ if (document.getElementById(id).style.background==""){ bg=document.getElementById(id).getAttribute("title"); document.getElementById(id).style.background=bg; } function HideBackground(id){ if (document.getElementById(id).style.background!=""){ bg=document.getElementById(id).style.background; document.getElementById("idElement").setAttribute("title", bg); document.getElementById(id).style.background=""; } </script>[/CODE] I didn't try it yet

Member Avatar for Arkinder
0
126
Member Avatar for Sara Tech

[CODE]Color.FromArgb(x, c)[/CODE] While x is transparency from 0 to 255 color is colir you pick like Color.black [CODE]Color.FromArgb(x,r,g,b)[/CODE]r gb is the mixing of light you use to mix the color This Represent as color use this as a color of your shape

Member Avatar for Sara Tech
-1
139
Member Avatar for trpsjt2008

My Problem is Text is not wrapping when it at the end of the line it break through the border of the div [B]My CSS:[/B] [CODE] html,body { margin:0; padding:0; height:100%; background:gray; font-family:arial,sans-serif; font-size:small; color:#666; } h1 { font:1.5em georgia,serif; margin:0.5em 0; } h2 { font:1.25em georgia,serif; margin:0 0 0.5em; …

Member Avatar for Kraai
0
136
Member Avatar for Derkus

[CODE] Dim Rnd As New Random Me.Control("pBox" & Rnd.next(Low,High)).Image = New Bitmap(Path)[/CODE]

Member Avatar for trpsjt2008
0
160
Member Avatar for eyad212
Member Avatar for Agita

I Use Window Media Player Control And Change Setting [CODE]Player.uiMode = "full"[/CODE] in form load

Member Avatar for trpsjt2008
0
131
Member Avatar for VS.Net
Member Avatar for trpsjt2008
0
1K
Member Avatar for lipton150786

That's open File Use Control [URL="http://www.codeproject.com/KB/applications/PDFViewerControl.aspx"]CodeProject[/URL]

Member Avatar for trpsjt2008
1
97
Member Avatar for trpsjt2008

Are There Any youtube Control Object My Own FLV player Can't Play File From Youtube I use SHockwave Flash Object It Can't Play File From Youtube How Can i Embed Youtube ON My Form By Link or Control

0
112
Member Avatar for trpsjt2008

Hi How To Make This Faster [CODE] Private Sub MonMove() For A = 0 To (Cnt - 1) MyControlArray(A).Location = New Point(MyControlArray(A).Left _ - 1,MyControlArray(A).Top) Next End Sub[/CODE] first i make A Hundred of PictureBox Later I use Array How To Make it Faster ,When It Appear More than 20 …

Member Avatar for trpsjt2008
0
119
Member Avatar for cocoll

I Never Use VS2005 I Think When You Create Project In The New Project Window At The Top You Can change The .net FrameWork Version

Member Avatar for trpsjt2008
0
65
Member Avatar for Naveed_786

File > Add > New Project > Other Project Types > Setup And DeployMent > Visual Studio Installer I never use Install Shield Config Your Setup

Member Avatar for trpsjt2008
0
54
Member Avatar for trpsjt2008
Member Avatar for Mr Programmer

When It Run The SoftWare Again Mean CLose All And Open Application Again or Only Form [CODE] ' Paste This In First Form Public A as Integer = 1 [/CODE] If you Close ONly Form U Just Declare something Like This Is The Round Each Click [CODE] 'I Don't Know …

Member Avatar for trpsjt2008
0
119
Member Avatar for petrelutza

[CODE] Private Sub Button1_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles Button1.Click Dim W As Integer = TextBox1.Text Dim H As Integer = TextBox2.Text Label1.Size = New Point(W, H) End Sub[/CODE] I use it and it work Turn off Autosize And to test it work just change BackColor …

Member Avatar for trpsjt2008
0
2K
Member Avatar for trpsjt2008

Create Panel And ToolStrip in panel Panel Property [CODE] Dock = Dock At Left Or Right Or Buttom Or Top High = 40 Backgroundcolor = Black [/CODE] ToolStrip Property [CODE]Dock = None RenderMode = System GripStyle = Hidden Background = Transparent ImageScalingSize = 32,32[/CODE] U Can Extend any side by …

0
143
Member Avatar for michtan

I don't Understand You All But i think you could use none picture like this [CODE]PictureBox2.BackgroundImage = Nothing[/CODE] It Still there And Transparent You Could Upload You png to Image Resource And When You Want it to Show Again Just [CODE]PictureBox2.BackgroundImage = My.Resource.***.png[/CODE]

Member Avatar for trpsjt2008
0
2K
Member Avatar for trpsjt2008

Hello, I Have a Lag Problem With my Code My Snake Game It Will Move With Timer Tick 100 interval And Each Timer It Move It Will Use A Lot Of Code In Procedure It LAGGY My Touch Code Use This [CODE] Function Touched(ByVal obj1 As String, ByVal obj2 As …

Member Avatar for trpsjt2008
0
87
Member Avatar for trpsjt2008

Hello I'm Can't Find Any way to download Text File From My Free Hosting Cuz i can download from Direct link Website Like Fileden But My free Hosting it Say [B]The remote server returned an error: (403) Forbidden.[/B] How Can I get download file From My Hosting i use [CODE]My.Computer.Network.DownloadFile …

Member Avatar for trpsjt2008
0
111
Member Avatar for trpsjt2008

Hi Every one I found Daniweb from Searching VB Code I alway Found In Daniweb, it a Good Site I'm Teerapart Sujitto,Sunchiro(nick) Hi I'm a Student In Thailand In A Famous Chris Schoo,[Assumption] College Sriraha,l I'm 14 Years old My birthday is 16 April in 1996, In Thailand Most Student …

Member Avatar for trpsjt2008
-1
335
Member Avatar for trpsjt2008

Hi I Have 100 Picture Box(PictureBox1-100) And I want to use Each PictureBox with loop like [CODE]Dim left as Integer Do while left > 1 PictureBox 'Picture Box number i used left = 'My Procedure Left += 1 Loop[/CODE] How Can I use Each PictureBox From 1 to 100 Thank …

Member Avatar for kvprajapati
0
465
Member Avatar for trpsjt2008

I use [CODE] Shell("explorer Path")[/CODE] Path is Directory But it Open My Document Path is D:/ I think It because The syntax "explorer Path" i try a lot like shell("explorer" path), shell(explorer path) , shell(""explorer" path") but it always open My Document

Member Avatar for trpsjt2008
0
100
Member Avatar for trpsjt2008

I Make Encode Text Program Then I use Function [CODE] TextBox2.Text = Passed(Microsoft.VisualBasic.Right(nowvalue, 5)) & " " & TextBox2.Text [/CODE] And It tell This Error [CODE]Operator '&' is not defined for types 'System.Drawing.StringFormat' and 'String'.[/CODE] Why "&" is caught in function but it seperate from "()" First And My Code …

Member Avatar for kvprajapati
0
88

The End.