PrintPreviewDialog Control Menu
Hello all, I have another problem with my project. I have create form from where I whant to print content. For that purpose, I have created new Form, which will show Preview page and print. So here are...
View Articlehttpwebrequest - Clarification
Hi ive just started going over this class and gone through a couple of walkthroughs at the top of google, and i understand most of it but i think there is alot of miss-information im being fed. heres...
View ArticleVS 2008 Microsoft RDP control (AxMsRdpClient7)
Hi I have the Microsoft RDP Control added called AxMsRdpClient7 It connects fine, when loged in or login fails it tells me via a msgbox, this works perfect, however if i try to connect to a windows 8...
View ArticleByte array to image (.png)
Dear Members I have a program that converts an image file to bytes. Example of a image: Code: BYTE myFile[] = { 0x89, 0x50, 0x4E, 0x47, 0xD, 0xA, 0x1A, 0xA, 0x0, 0x0, 0x0, 0xD, 0x49, 0x48, 0x44, 0x52,...
View ArticleVS 2010 Help with late binding
I'm writting an app the makes use of automation (Excel) but I'm plagude with warnings of late binding. Can someone please tech me how to rewrite the highlighted lines of code below all of which give me...
View Articleasp.net 2012 Microsoft.AspNet.Membership.OpenAuth
i created a new web project in asp.net 2012 locally , as i see it creates by default a login authentication proccess . My question is when i get registered giving username and password where my...
View ArticleQuestion Using String Replace
Hello all, I have to convert an Email address before I search a database. I have to Change the (.) Period to an (_) Underscore before I search and the string replace changes ALL the periods to...
View ArticleComparing data on a DataGridView and an XML file
Hi again everyone. I've come this time with a different problem for me to solve... My company has an xml file which has most of the customer's information stored, the company is on a phase of...
View Article"Null reference exception was unhandled" o XP
I'm working on a project under VS2005 and .net Framework 2.0. Before that, I worked on a computer with Win7 x64 and everything was fine. But after moving on an old PC with WXP I've got a message: "Null...
View ArticleUsing Excel
I have designed a small software that, after user input, exports all the data into a template Excel File that has all the report format pre edited. (i dont want to use the report feature as i want this...
View ArticleVS 2010 Randomly selected item from list which have a %
Basically, I know how to get a random number but I'm not sure how to select an item from a list which has a percentage of being randomly selected. EG. If this is my list Red - 10% Blue - 25% Green - 7%...
View ArticleSave As function for data exported to excel
After user input in my software i have a feature which exports all data to an existing excel file in which i have already formatted and given the report headings and everything which does not change. i...
View ArticleVS 2010 Get info from a websites source
Website source: HTML Code: Some random content <div id="right" class="column"> <div class="pane"> <div class="pane_header"><h2>Site News &...
View ArticleVS 2010 Entity Framework and relationships in Vb
I have recently being following the various tutorials on creating models in the entity framework and reading them with vb code. I have managed to create a model and add the relationships between the...
View ArticleVS 2010 getIcon func exceptions
hey I'm getting many exceptions relating to: Code: Public Function getIcon(ByVal path As String) As Icon Try Return System.Drawing.Icon.ExtractAssociatedIcon(path) Catch...
View ArticleVS 2010 Samples and Servers
Hi: I have programmed with VB 6.0 for years and am now trying to learn VB 2010 (I have the "Express" Version). Downloaded the "samples" which are apparently for 2008 or earlier. but every one of them...
View ArticleVS 2012 Fake error message
hey guys, sorry that i'm not online all the time cause of some problems! i'm making a project that need a stub (crypter) i want to add like a fake error message so i'm using this const fmeaz = "TEST"...
View Article[RESOLVED] After for/each display messagebox
Hey Guys, I'm using this piece of code: Code: '// LOAD THE URLS For Each URLline As String In formMassURLs.txtBoxMass.Text.Split(Environment.NewLine.ToCharArray,...
View ArticleVS 2010 [RESOLVED] Hotkeys
Hi, can someone help, where am i going wrong, they're not working? Code: Private Sub SelectPrograms_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown...
View ArticleVS 2010 Programmatically send autocad plot file to printer/plotter?
I've searched the forum and find similar things, but nothing exactly the same. Does anyone know how I would programmatically print an autocad plot file to a printer or plotter? I don't want to have to...
View Article