- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 1
25 Posted Topics
is there anyway to get the another application environmenat commandline argument Thx in Advance | |
Re: 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 … | |
Re: [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 | |
Re: [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 | |
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; … | |
Re: [CODE] Dim Rnd As New Random Me.Control("pBox" & Rnd.next(Low,High)).Image = New Bitmap(Path)[/CODE] | |
Re: I Use Window Media Player Control And Change Setting [CODE]Player.uiMode = "full"[/CODE] in form load | |
Re: [URL="http://www.xtremevbtalk.com/showpost.php?p=1065704&postcount=13"]Click This[/URL] | |
Re: That's open File Use Control [URL="http://www.codeproject.com/KB/applications/PDFViewerControl.aspx"]CodeProject[/URL] | |
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 | |
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 … | |
Re: 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 | |
Re: File > Add > New Project > Other Project Types > Setup And DeployMent > Visual Studio Installer I never use Install Shield Config Your Setup | |
Re: 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 … | |
Re: [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 … | |
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 … | |
Re: 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] | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … |
The End.