Project but?
Hey guys This is my first program in Vbasic I am facing problem to add arrays into a variable in For Loop.. I dont knoq what to do? I am getting A zero in w2 because w1 never changes in (For loop)...
View ArticleSession 0 Isolation - (PostMessage/SendMessage) ??
Here's a link for info on the topic: http://msdn.microsoft.com/en-us/libr.../bb756986.aspx The issue I'm having is finding a way to use SendMessage, and PostMessage for an application I've built on XP...
View ArticleVS 2010 Printing
I am writing a system to make bookings and im going to have two files, one for customer information and one for there transactions/booking details. If i wanted to print out this information like a...
View ArticleVS 2010 Textbox sorted by combobox
Hey, I am trying to get 10 textboxes sorted by a category selected via comboboxes. Any help on this would be great. Thanks!
View ArticleNew to ReportViewer ... I Cannot get to work
Hello, I have been trying to find an answer to this all day and I just cannot get my web page to work. I am currently getting this error "The source of the report definition has not been specified"...
View ArticleVS 2010 Writing text/HTML to WebBrowser control
I am working on a basic web page editor using mshtml.dll and a WebBrowser control. I want to switch between "design view" and "code view" - the latter showing the HTML tags etc. I can copy the HTML to...
View ArticleCustom Error code...
Occasionally I get an error "Object reference not set to an instance of an object" because I'm using web-based elements and if the internet connection drops out, it causes this error. Until I can...
View ArticleVS 2010 Functions/Subs that are not used
In my VS2012 Visual Basic.NET application, I have many functions/subs in multiple modules and some are not actually used in code. Is there an 'analysis' feature to inform me of any functions/subs that...
View ArticleVS 2010 Adding references to custom structures for testing
I have a VS2012 Visual Basic.NET application and am wanting to create some unit tests for this application. Here is the module code: Code: Imports System.IO Namespace modCanMediaStructures Module...
View ArticleVS 2010 Closing smtpClient
hi everyone again , im making a program that sending a mail.. here i wants 1.save richtextbox as any txt file anywhere in my computer 2.add Attachment (that txt file) to my mail 3.send mail (without...
View ArticleVS 2008 Receive Data from Serial Port
Hi to all: I have an electronic board that send for SerialPort +/- 60 messages by Second... I have no problem catch the messages when i work with potenciometers, by i have here problems with swicthes....
View ArticleVS 2010 Generate Word file - pagenumber in table in header
Hello, I'm trying to put the pagenumbre in a cell of a table, which table is standing in the header of a generated Word document. With the code below, the page number appaers always in the first cell...
View Articleneed to close all Excel before saving...
Hi. For now, I would like to close the file test1.xlsx before saving to it. But in the future, I would like to close ALL Excel before saving. I have tried the following without any success: HTML Code:...
View ArticleVS 2010 Check if server is respondign (online).
Hi all. I have the IP of the login server of a game. I want to see if the server is online because i'm making a tool to check if it's online when it's on a patch. Once the patch is over, it will notify...
View ArticleHow to begin
Hi, im new in this forum, and new to programming. I also didn't know if it's the right place to ask that, but i didn't find any other place. I want to start learning visual basic, and it's my first...
View ArticleFontDialog showing 2X
I am using the FontDialog and am having a couple problems. First, I cannot get the apply button to work. I have tries several things but this is the latest incarnation. Whenever I click apply nothing...
View Articleproblem accessing the correct kernal32.dll (32 vs 64bit) from a vb.net 2005...
Hi there, I have a bit of a situation with an in-house 32bit app we have. We have vs.net 2005 installed on an Xp Pro SP3 machine, and has the .net framework 2.0 installed. We used to have a full time...
View ArticleVS 2010 [RESOLVED] Trying to extract a CSS style using VB. What am I doing...
Hey guys, On form load I am using a web browser control to navigate to a specific webpage... Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleVS 2008 How to access the webpage-based datatable inside a WebBrowser
Hi, Inside my desktop application I have a WebBrowser that opens a web page containing a datatable. I need to have use the intact information of this web page datatable in my desktop application. I...
View Articlevb 2102 - list/recurse empty folders or folders with specific files. Complete...
Hello everybody, I am stupid... I mean simple. Please answer accordingly. 'Comment your code'! [Problem] I am trying to use my Windows Desktop form to display a list of 'empty' folders and sub folders...
View Article