VS 2010 String replacement
Hi, Does anyone know how to replace one word in a string with another, Without using the Replace() And using only if and loop statements? I've tried using the Mid(), etc, I'm not sure how to apply them...
View ArticleHow to download Webdata of Link on VB using my default browser?
Hello guys how I can make the VB download the data on a particular link like "www.facebook.com/username" to get the profile image and name using my "default browser"? Example my default browser is...
View Article[RESOLVED] Insert Binary file into MSSQL Text Field
hi all, Been trying to insert a binary file into a Text field but I'm not able to do so. Problems start showing when I try to use "0x...." inserts since it's not possible to convert Binary to Nvarchar,...
View ArticleVS 2013 insert panel
i want to add / remove a panel to the form via a button, with this button i want to create as many panels as i like. So how can i (index =>vb6) make a control array off this code ? Protected usrCntl...
View ArticleVS 2010 sound
hello, Is it possible to add if 5 buttons is clicked in row (which gives short sound effect), then another song goes off? (also time requires not more than 1sec between each click or result would be...
View ArticleHelp with hangman for project
Hi, I need help with a hangman project for visual basic 2010 I'm attaching my code file and a copy of the form its self. I am having issues with making it show a letter if it's in the correct word or...
View ArticleVS 2013 Directory name not valid and access refused
i'm trying to get a given path folders and files but i get the error in the title either "Directory name not valid" or " access refused" and i'm using folderbrowserdialog to select a path this is the...
View ArticleVS 2010 Little Help With Button Click in Web Browser game
Hi today i decided to make a message sender program for a game online, i made the login part succefull , but now i need to work without ID's , the thing is this, the page is a game, so after i login it...
View ArticleVS 2010 Select full row when I checked the checkbox
(I have checkboxes in my listview(lvContact) ... this code is working by selecting the full row. But I want to use checkbox and highlight the full row.. can anyone help me.. ) "Sorry for my bad...
View Articlepopulating combobox with friendly name and URL backend
Hello. I'm not a programmer but I didn't think this would be that difficult. I'm trying to figure out how to pull two values from a text file (not using XML) that would be a friendly, front-end name,...
View ArticleVBScript
Country = (Watch.Expandstring("%{Country}")) This is a line of code from a vbscript that I am trying to change to VB.Net. How would this be written in VB.NET to obtain the same result. Obviously, I am...
View ArticleORA-12154: TNS could not resolve the connect identifier specified
Hello: I am getting error ORA-12154: TNS could not resolve the connect identifier specified when trying to execute the following stored procedure. odataaccess.ExecuteSQL("VDEV",...
View ArticleHow to read a BLOB column from SQL Server and open as a PDF file?
I have a blob column in a database. It's contents will either be in a *.doc, *.docx or *.pdf format. How can I retrieve and open it in one of those format? Thanks,
View Articledisplay folder list
friends; how can i display folder name and path using code i want to display all folder in hard disk d: i do that in easy way but i don't remember
View ArticleCannot Publish because a project failed to build
Hi, I had a project written in VS 2005 which worked fine. Laptop updated to Vs2008, when I opened the project it asked to be convert the application. I clicked Ok and the application converted. Tried...
View ArticleVS 2012 How to randomize WindowsMediaPlayer playlist ?
I need a code to randomize songs in my playlist. My playlist is displayed in the ListBox. I use this code, but he doesn't mixes songs, he mixes items in ListBox. CODE: HTML Code: Dim count As Integer...
View ArticleVS 2008 Copy text from a website ?
Hello guys i want to copy a text from a webpage.. BUT it is like this I was triying something like this: Code: textbox2.text = webbrowser1.document.getelemtbyid("meltmail") But i get that a webbrowser...
View ArticleHow to search for items in a combobox?
I have a combobox with 100+ items. All the items are listed in order of their id and their id is before their name. Some items have the same words but other words aswell. I have created a textbox and a...
View ArticleVS 2005 General question
This is a general question that I am just throwing out there. I primarily code in VB.NET 2005 using Windows Forms, not a lot of experience with anything else. Our company is switching vendors where we...
View ArticleVS 2012 Web Browser Navigation Failed
I've tried searching this with no solution yet but is there any way I can find out if there has been an error while trying to load the page, for example 404 page no found or Navigation failed or any...
View Article