VS 2010 Storage
CPU, Memory, Hard Disk, Registry etc... All these things I hear about you can store stuff in and access and do different functions accordingly. I have no idea what these are, if someone could be so...
View ArticleVS 2012 Non-Breaking Space in Label Control
Is it possible to have a non-breaking space in a label?
View ArticleVS 2012 Help with frustration.
I am trying to write a code to look up the weather in any given city. I have found I can do this using weather.com rss feeds and extracting the relevant strings. But to find the code for each...
View ArticleText not appearing when editing post
Hi, Sometimes when I go to edit my posts the text of the post does not appear even after five minutes! What is wrong? Nightwalker
View Articlerecordset.find
hey im trying to find in a db table a columns with a couple of criterias.. but does the find command allow more than one of them? here's my code.. Code: With rs_route .Find ("stuid='" & stuid.Text...
View ArticleVS 2010 How would I let people use my program on a MAC?
I made a program and my friends want to use it BUT they have a mac, how would I let them use it?
View ArticleVS 2010 Multi Item Property
Hi there Id like to know you create a property Group for forms and user controls. just like you would get for size, margin, padding etc my aim (for now at least) is to be able have a borders property...
View Articledata source nameing
I have written my first app using a database. The connection works fine on all pc's it's loaded on but one. The PCs all have the same load so at first I thought it was permissions. the error is...
View Article[VB6] - what is the diference between 'end' and close the window(on 'X')?
what is the diference between 'end' and closing the window(on 'X')? (i'm asking these because by some reason(when i click on escape key), i must use the unload key word('Unload Me'))
View ArticleVS 2012 Automate Command Prompt Window (CMD) and doing many commands at a time
So I'm using this http://www.vbforums.com/showthread.p...tion-2003-2005 but I want to be able to issue a lot of commands not just a single command also I want them to be done automatically I need to do...
View ArticleVS 2010 Display a messagebox aftter all process end
Hi, Can someone help, after all process finish, it should show the message box and it's not... Code: Public Class InstallPrograms Dim pCount As Integer Dim p() As Process Sub...
View ArticleVS 2010 [RESOLVED] xmldocument help reading data from xml
I can't seem to loop through my xml results. Here is what I have so far. I did testing by replacing the namespace (xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleDatabase text field. Allow Zero Length Yes/No
In jet databases. Text columns have an option "Allow Zero Length" which can be set Yes or No. Has the behaviour changed? In my vb6 application If "Allow Zero Length=No" then an empty string is allowed...
View ArticleSQL Server Batches
I have a modest stored procedure that creates a temporary table, populates it, then clears a permanent table and copies everything from the temporary table into the permanent table. This series of...
View ArticleEither suppress sound or suppress the enter key press?
I'm still relatively new to programming so bear with me. I'm writing a logic/probability game solver application and I'm nearly done; I'm just working on the ease of use, the interface, etc... On the...
View ArticleVS 2012 Removing a Specific Item from Array
Hey everyone..I could really use some help with removing a specific item from an array. Here is what I have so far.. Right now I have two arrays. The first array holds a list of domain names that will...
View ArticleConvert Create User into VB.NET 2010 / 2012
I am currently using the following script to create user accounts, however I would like to embed this directly within my VB.NET application. Does anyone know how to convert this VBS to VB.NET? (2010 or...
View ArticleRemove DGV ros via Quary
I am using a quary to search and show results in a databound DGV on the fly Like so (THIS WORKS FINE) Code: Try Me.FilesTableAdapter.NewProfile(Me.FilesDataSet.Files,...
View ArticleVS 2012 Web scrapping
I figured I'd ask this question in a different way. Perhaps someone could point me in the right direction. How would I go about webscrapping a website? If the user enters in a value in a user form...
View Article