- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 5
- Upvoting Members
- 5
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
26 Posted Topics
Re: Both NOD32 and AVG are just as good as eachother. Please don't use McAfee, there AV is not as efficient bad company and it's the only AV which actually messes with your computer. | |
Hello Daniwebbers! I'm trying to pull information from an XML webpage but for some reason it just isn't working. The XML webpage looks a little like [code=xml] <?xml version="1.0" encoding="UTF-8"?> <item> <reqdat>Date and time</reqdate> <result>Completed</result> </item> [/code] I want to get the <reqdat> node, but everything I've tried hasn't worked … | |
Re: I think you double-click on the control (should be combobox1.valuechanged) and use something like [CODE] If ComboBox1.Text = "replace with your option 1 week here" Then Forma.show Else if ComboBox1.text = "week2" Then Formb.show 'You get the idea.. End if [/CODE] | |
What's this control called in VB.NET? I'm sure it's pretty obvious, just not to me! Thanks (image attatched) | |
Re: Hey, if you were wanting to modify the word document later I would suggest staying closer to the method you have at the moment but to open a new process is[CODE]System.Diagnostics.Process.Start("C:\Users\Username\Documents\filex.doc")[/CODE] | |
Re: OMG! I am so glad to see I have someone with the same problem as me, I have a thread called something like "crazy laptop problem, with mains and HDD" sorry to say it but I had those symtoms like a few months before it got worse, I think if … | |
Re: Isn't that C#? I think you can do it like [CODE]If My.Computer.FileSystem.FileExists("path") Then My.Computer.FileSystem.MoveFile("originalpath","pathtomoveto")[/CODE] | |
Hey, I'm having a problem with my Toshiba Equium a200-1v0 laptop. I've had problems with it ever since I bought it new, but didn't take it back to the shop, about 2 months ago it started having problems booting, I've worked out when I have the battery in and nothing … | |
Re: Just a thought but it may be your proxy settings. Go to Tools>Options>Advanced>Network>Settings and see what is there. Try setting it to No proxy or automatically configure. | |
Re: [QUOTE=platinum8;864592]I would say better you could get knowledge about server-side languages like PHP, Perl, ASP.Net, Ruby/Rails, Python/Django, etc. if you want to build a browser-based game. I feel [URL="http://acidavengers.co.uk/tutorials/PHP%20Game%20Programming.PDF"]E Book i bought [/URL] might help you.[/QUOTE] None of the above are required for a basic text based browser game, js … | |
Re: Hi, for your moving labels, it is easy when you know how for moving a label UP, the code would be. [CODE]Label1.Location = New Point(Label1.Location.X, Label1.Location.Y - 1)[/CODE] Down: [CODE]Label1.Location = New Point(Label1.Location.X, Label1.Location.Y + 1)[/CODE] Left: [CODE]Label1.Location = New Point(Label1.Location.X - 1, Label1.Location.Y)[/CODE] Right: [CODE]Label1.Location = New Point(Label1.Location.X + … | |
Re: [QUOTE=renyges;1121219]hi curently m developin a votin system. now m hvg sme plob wit pass d calculated data to another form can sum1 help me wif tat. i gt use Dim frm2 As New Form12(jum1) on calculation form and use Public Sub New(ByVal textbox As String) InitializeComponent() TextBox1.Text = textbox End … | |
Re: Hi, not sure if this will help, but try it anyway. [CODE] Dim taskKill As New ProcessStartInfo("taskkill", "/F /IM winamp.exe") taskKill.WindowStyle = ProcessWindowStyle.Hidden Dim process As New Process() process.StartInfo = taskKill process.Start() process.WaitForExit() [/CODE] | |
Re: [QUOTE=oluscoa;1119678](1)pls can someone help me i need to write a program that will allow user to enter their name and age and then will displays their Name, Age and an estimate of the number of days they are old and explaination of the variable types you use and how the … | |
Re: [QUOTE=cormee;913760]Hi Could anyone suggest a method of turning autocomplete off on all browsers that is w3c compliant? Most of the results Google returns when searched on the subject have different issues when implemented. Thanks :)[/QUOTE] Hi! Please try and be more clear like what browser you are using, I'll assume … | |
Hello, I have made my program but I want to give users the option of choosing a custom color for text. I have an inputbox that works and then converts it to Color.whatever. But seeing as the user types in what they want and it is not done by the … | |
Re: Hi, In the timer tick code add this [CODE]WindowState = FormWindowState.Normal[/CODE] | |
Re: Use this [CODE]ScrollStateHScrollVisible = False ScrollStateVScrollVisible = False[/CODE] | |
Re: Project>Add Windows Form>About Box>OK Then in your code for the button hit add AboutBox1.Show() | |
Hi, I am trying to make a program, what it needs to do is wait for 30 seconds with the form fully working, so you can not notice you are being timed, then after 30 seconds you will get an alert like [CODE]MsgBox ("Time's up!")[/CODE] Thanks. | |
Hi, I am trying to get my form to validate user input. If it is ready to complete an operation (Valid input) it affects a read-only text box with "Ready" if not "Not Ready" the values that are accepted are 1-9999, it needs to check multiple boxes aswel (The code … | |
Hi, I'm new to VB :sweat: Basically what I am trying to achieve is a browse button where the user is required to find a location for the file that my program will be creating. I'll give an example. |TextBox1| (Button4) When button4 is clicked it will open up a … | |
Re: It looks like someone may be trying to DoS the website (random attack) to make the server go down, if you have unlimited bandwidth and it is not slowing the site down then you do not need to worry but as thefandango suggested it may be an idea to add … | |
Hello, I'm making a website for a friend of mine, located at [url]http://www.theconsolelounge.co.uk/catherine[/url] But as you might of noticed, the navigation bar is not doing what it is supposed to be doing, I'm trying to make it fit all onto one line on 800x600, It should do this anyway, but … | |
Hi on my website [URL="http://www.theconsolelounge.co.uk"]http://www.theconsolelounge.co.uk/[/URL] When you visit it, the logo will kind of move back and forth along with the content. After about a second it will stop. But why is it doing this? | |
Hello people. What I need to do is something like [URL="http://i43.tinypic.com/2v7ylqh.jpg"]Picture here!!! Sorry daniweb didn't put spaces in properly[/URL] I've looked all along the internet but found nothing, Please can anybody help me out! Thanks, Nat. |
The End.