-
Replied To a Post in Popup blocker window blocking
Do you get that pop-up when you try opening that URL in whatever browser it's trying to use? -
Replied To a Post in Popup blocker window blocking
I'm sorry I have no idea how to fix this problem. -
Began Watching Popup blocker window blocking
Good afternoon. I am developing a gmail app for my personal consumption for now and it has a lot of bells and whistles including showing me the latest emails coming … -
Replied To a Post in Popup blocker window blocking
Hello, You could try disabling the popup blocker on the WebBrowser, opening the link then re-enabling the popup blocker. At the moment that is all I could think of as … -
Replied To a Post in Building Websites For Others
Thanks (both of you), I've never made a website for someone else. So all that I'm doing is having them pay for all the essentials, so all I'm doing is … -
Marked Solved Status for Building Websites For Others
Hello Community, I'm about to start making a website for someone. So what I'd like to know is does the website creator credit themself, like have my name in the … -
Created Building Websites For Others
Hello Community, I'm about to start making a website for someone. So what I'd like to know is does the website creator credit themself, like have my name in the … -
Began Watching Building Websites For Others
Hello Community, I'm about to start making a website for someone. So what I'd like to know is does the website creator credit themself, like have my name in the … -
Marked Solved Status for Is SFTP Worth Using?
Hello Community, I've been wondering if an SFTP connection would be worth it? -
Replied To a Post in Is SFTP Worth Using?
Ok -
Created Is SFTP Worth Using?
Hello Community, I've been wondering if an SFTP connection would be worth it? -
Began Watching Is SFTP Worth Using?
Hello Community, I've been wondering if an SFTP connection would be worth it? -
Created How to advertise software?
Hello Community, I've recently been wanting to make a few videos on my software and services but I don't know what to do like what I need to include and … -
Began Watching How to advertise software?
Hello Community, I've recently been wanting to make a few videos on my software and services but I don't know what to do like what I need to include and … -
Marked Solved Status for Use ID After File Slash
Hello Community, I was wondering if it is possible to use an ID ($_GET) after a file in the address bar so it would look like this http://example.com/file.php/ID_HERE Instead of … -
Replied To a Post in How To Transfer Windows 8.1 App Saved Data?
Ok, I'll ask them. Thanks anyway. -
Created How To Transfer Windows 8.1 App Saved Data?
Hello Community, I was wondering if there is a way to transfer saved app data from one user account to the other? The saved data I want is from a … -
Began Watching How To Transfer Windows 8.1 App Saved Data?
Hello Community, I was wondering if there is a way to transfer saved app data from one user account to the other? The saved data I want is from a … -
Stopped Watching Contact Form Not Working
Hi, So recently I downloaded a template off the internet for the site, and it has a contact form in it but no way to set it up. After contacing … -
Began Watching Contact Form Not Working
Hi, So recently I downloaded a template off the internet for the site, and it has a contact form in it but no way to set it up. After contacing … -
Replied To a Post in Contact Form Not Working
Did you notice the quotation marks are double around the script type you'll need to change those to single quotes (') or place a backslash before each double quote (\") … -
Began Watching Creating EXE in VB 2008 Express
Hi All, I have just completed my project in VB 2008 express edition. Now I want the project to be converted to .EXE so that I can deploy it on … -
Replied To a Post in Creating EXE in VB 2008 Express
Hello ashwinshenoy, What you can do is download a program called "[Inno Setup](http://www.jrsoftware.org/isinfo.php)" then you'll just need to gather all the information you want, such as your program files. As … -
Marked Solved Status for Get Corresponding List Value
Hello Community, I would like to know if there is a way to get the corresponding list index of another list like below: Dim panelTitle As New List(Of String) panelTitle.Add("First … -
Replied To a Post in Get Corresponding List Value
I did think of using a dictionary but it didn't work in the way I wanted it. So I can't be bothered trying to do this the way I wanted … -
Marked Solved Status for Passing Dictionary To Another Application
Hello Community, I was wondering if there is a possibility to pass a dictionary to another program? What I want to do is send some information from one program to … -
Marked Solved Status for Make Control Work With Program
Hello Community, I was wanting to make a controller to work with my program (which is coded in VB.NET) and I want to know how this would be done. Example … -
Edited Get Corresponding List Value
Hello Community, I would like to know if there is a way to get the corresponding list index of another list like below: Dim panelTitle As New List(Of String) panelTitle.Add("First … -
Created Get Corresponding List Value
Hello Community, I would like to know if there is a way to get the corresponding list index of another list like below: Dim panelTitle As New List(Of String) panelTitle.Add("First … -
Began Watching Get Corresponding List Value
Hello Community, I would like to know if there is a way to get the corresponding list index of another list like below: Dim panelTitle As New List(Of String) panelTitle.Add("First … -
Marked Solved Status for Crop Visible Section Of Image
Hello Community, I was wondering if there is a way to get only the visible section of the image from picturebox1 and place it in picturebox2. So what I have … -
Replied To a Post in Crop Visible Section Of Image
Thanks both or you have given me code that does what I want. -
Created Crop Visible Section Of Image
Hello Community, I was wondering if there is a way to get only the visible section of the image from picturebox1 and place it in picturebox2. So what I have … -
Began Watching Crop Visible Section Of Image
Hello Community, I was wondering if there is a way to get only the visible section of the image from picturebox1 and place it in picturebox2. So what I have … -
Marked Solved Status for Include Isn't Global
Hello Community, I'm trying to connect to my database using PDO but for some reason it keep coming back saying "Undefined variable: db_c" db_c is the variable I've chossen for … -
Created Include Isn't Global
Hello Community, I'm trying to connect to my database using PDO but for some reason it keep coming back saying "Undefined variable: db_c" db_c is the variable I've chossen for … -
Began Watching Include Isn't Global
Hello Community, I'm trying to connect to my database using PDO but for some reason it keep coming back saying "Undefined variable: db_c" db_c is the variable I've chossen for … -
Replied To a Post in BBCode Using Regex
Thank you but not a big deal but is there a way to make it so it doesn't insert newlines because I'm getting what I wanted but between each list … -
Created BBCode Using Regex
Hello Community, I was wanting to make a bbcode system using regex but the one I'm having a problem with is the list (<ol> and <ul>) but for some reason … -
Began Watching BBCode Using Regex
Hello Community, I was wanting to make a bbcode system using regex but the one I'm having a problem with is the list (<ol> and <ul>) but for some reason … -
Marked Solved Status for Normal MySql Code vs PDO Code
Hello Community, I have recently been having a big of a look into connecting to a database using PDO but I'm not too sure what I should stick with, the … -
Replied To a Post in Normal MySql Code vs PDO Code
Ok, thanks. -
Created Normal MySql Code vs PDO Code
Hello Community, I have recently been having a big of a look into connecting to a database using PDO but I'm not too sure what I should stick with, the … -
Began Watching Normal MySql Code vs PDO Code
Hello Community, I have recently been having a big of a look into connecting to a database using PDO but I'm not too sure what I should stick with, the … -
Marked Solved Status for Not Reading Port Properly
Hello Community, Why I the port I'm trying to read looking really weired. I'm using an Arduino to produce the port data (It just has two button inputting "BUTTONONE" and … -
Replied To a Post in Not Reading Port Properly
No I'm just pressing them once, but the weired thing is it doesn't happen in the Arduino IDE serial monitor, it just seems to happen in VB.NET. It kind of … -
Marked Solved Status for Why Does My Computer Open This URL?
Hello Community, I was just wondering what this url is "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-ash3/hellocdn.html?v=1" for some reason on start-up my computer will open this url not all the time but occasionally. It doesn't … -
Replied To a Post in Why Does My Computer Open This URL?
I've figured why this is happening is because of the Facebook messenger I have installed. I just Googled the url and there are others that have came across the same … -
Created Why Does My Computer Open This URL?
Hello Community, I was just wondering what this url is "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-ash3/hellocdn.html?v=1" for some reason on start-up my computer will open this url not all the time but occasionally. It doesn't … -
Began Watching Why Does My Computer Open This URL?
Hello Community, I was just wondering what this url is "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-ash3/hellocdn.html?v=1" for some reason on start-up my computer will open this url not all the time but occasionally. It doesn't …
The End.