Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~736 People Reached
Member Avatar for honey61399

[CODE]<div style="margin:0px 0px 0px 0px;" class="grid_16 example" align="center"> <asp:DataList ID="DataList1" runat="server" BorderStyle="Groove" CellPadding="5" CellSpacing="5" RepeatColumns="3" RepeatDirection="Horizontal"> <ItemTemplate> <ul> <li> <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="328" height="200"> <param name="movie" value="vplayer/player.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <%--<param name="flashvars" value="file=<%# Eval("vurl","video/swf/{0}") %>&image=<%# Eval("vpurl","video/thumb/{0}") %>" /> --%> <embed type="application/x-shockwave-flash" id="player2" name="player2" …

Member Avatar for honey61399
0
275
Member Avatar for honey61399

[B]1.[/B]I want my program to get the drive letter (like c:\,d:\) on form load and save that to a variable.What should i do to get the drive letter? [B]2.[/B]I want my application to fire this command (shutdown -s -p) on button click. But if i use this path (process.start("F:\Windows\System32\shutdown.exe -s …

Member Avatar for Luc001
0
141
Member Avatar for Joshua Kidd

I have been working on this for a while not finding anything. I have a form that needs to send a ketstroke, but I used: [CODE] SendKeys.Send("{Ctrl}" + "{SHIFT}" + "{]}") [/CODE] But that Did not work. Y? IDK. can someone please help

Member Avatar for honey61399
0
133
Member Avatar for honey61399

I am new in vb.net please help. [CODE]Public Class Form1 Private Sub RichTextBox1_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles RichTextBox1.KeyPress RichTextBox1.Text = " Not available " RichTextBox1.Select(RichTextBox1.Text.Length, 0) End Sub End Class[/CODE] I want this code to pass not available like" Not available Not available Not available " …

Member Avatar for Pgmer
0
187