VS 2010 Trying to get VB Script into VB 2010
Hi, I've been asked to look at the following script: http://gallery.technet.microsoft.com...0-1f5085603392 '// --------------------------------------------------------------------- '// SCRIPT NAME:...
View ArticleExcel 32bit vs windows 64bit
Hi, This is a question that has still taken me one week and no solution.. Please help me.. - Ok on my old laptop had Excel 2003 (32 Bit) and windows (32 bit) - My application worked very OK when using...
View ArticleVisual basic 2010 Express Verify User Login Details? Help!
This is for a login form. The user needs to enter the correct username and password which are stored on the text file to gain access. I already have the usernames and passwords in the text file so i...
View ArticleVS 2012 Develop shareware or free & professional edition
Hi, I plan to create a 'Professional' version for my software in addition to the "Free version". I am contemplating whether to create a 'Shareware' or just two separate software for 'Free' and 'Pro'...
View ArticleVS 2012 VB.Net Controls and limitations and how to get the most out of...
VB.Net Controls and limitations on designview for data grid view, tree view, list view etc all seem to be limited to design customization.... like take a look at this: http://i.imgur.com/0zdHBOF.png...
View ArticleAny FREE developers willing to participate in a small project of mine?
Here is what I am trying to achieve: an iOS-6-like notification center for Windows. I have done about 60% of the project using VB6 but the rest requires access to Twitter and Facebook which is...
View ArticleFormatting a string with Date/time picker parsing
I am trying to format a string to a list box with date input from a date/time picker and can't figure out how to parse it to do this. So far I have: Dim Customer As String Dim Video As String Dim...
View ArticleVS 2012 Passing a form name to a global subroutine.
Hello I have a project and a simple definition is that I have 2 forms (screen1 and screen2) these each have a picture box (pictureA) on each of them. When the mouse is pressed I want to call a global...
View ArticleHTTPLISTENER - decoding a client POST
I'm (trying) to write a simple HTTP server in VB.NET I have it up and running using threads, seems to be working fine, serving up web pages and processing HTTP GET's I now need to process HTTP POST's...
View ArticleProblem with FileOpenDialog
I just started to create a new program and the program crashed before the first form was shown. I narrowed it down to the fileopendialog but am not sure why I am getting the error. Running in VM...
View ArticleApps that help you program in VB?
Hi , are there such applications for iOS that help you in developing in VB ? Such as an app for ideas , or similar? Something that makes it easier to manage all your VB projects or some sort.
View ArticleConvert Data to Text file to a specific format in vb.net
Hello there!!! My data file structure is like this. Quote: 637 2013-10-08 19:45:38 1 1 1 0 Is it possible to have it converted to text file with this structure Quote: 636 07:45 PM20131008 and how if it...
View ArticleSend SMS to vb.net program
Hi! I am building an attendance monitoring system for a shipping company. Is it possible for an employee send an SMS to the Vb.Net program and the program will read the time the SMS was sent? If it is,...
View ArticleVS 2010 Enabling button after click an element in webbrowser , HELP please.
Hi, I'm trying to make a form with webbrowser + a button. i put my adf.ly link in webbrowser and a button in my form. i want to make it if user clicked Skip Ad in adf.ly i want to make button enabled....
View ArticleDatagrid
My datagrid displays results of a query. The query returns one column and many rows. If the query return 4 rows,Is it possible to display the results like 2 row is on column and 2 rows in another...
View ArticleNon-Responsive App when Loading?
Pretty much, as VB does, when a thread/function is in the process of being operated, the program becomes unresponsive (you cant do anything till that function is done executing) This is a problem for...
View Article[RESOLVED] Keep form active while program is busy
Hi I have a form which asks for user input. Based on this input a database is queried. The found result is then enriched by more queries and presented to the user in the form of a overview. Because...
View Article[RESOLVED] PropertyGrid - Show certain properties
I'm creating a pretty neat program which implements the PropertyGrid control. Whenever I'm creating my own classes, using the PropertyGrid is fine because the properties it shows are the properties...
View Article[Help] Creating VPN client
Hello :wave: im a newbie member in this forum , i wanna make a VPN client like Hamachi ...... it allows to connected computers to access my ip like [195.16.78.60] in web browser and it get the web...
View ArticleVS 2010 Display Datagridview in msgbox
Hello to all, is it possible to display Datagridview in msgbox? Code: If MsgBox("Are all data correct? " & vbNewLine _ & "Data in datagridview: " & Datagridview...
View Article