[RESOLVED] ListView autosize
I am having some issues with auto sizing the list view. I have set the properties to auto size based on the ColumnContent but in one column my header is longer than the content so it cuts off the...
View ArticleVS 2008 Create a Namespace in an .xml file with Xelement
Hi to all: I need to create this namespace in an .xml file: Code: <AuditFile xmlns="urn:OECD:StandardAuditFile-Tax:PT_1.01_01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> Hi had try...
View ArticleVS 2010 How to tell which Textbox Event was fired (Enter vs. Leave on single...
If this is even possible or the right way to do it I would like to have one sub that handles multiple textboxes on there ENTER and LEAVE events. If the text was changed it would save the underlying...
View ArticleVS 2010 Discount given depending on quantity purchased
Hi All, I am in an online VB course and am struggling to create an application that will calculate a discount in accordance to the amount that is purchased for 3 different package values. Package A:...
View ArticleVS 2010 Symmetric form resize
I'm wondering if it's possible to resize a form symmetrically. I want to grab any border of a form & drag it in one direction & have the opposite border automatically move in the opposite...
View ArticleVS 2008 [RESOLVED] Name Info from XML File
Hi, I would like to edit the app config file (e.g., MyApp.exe.config) through VB. Here is an example of part of the file: <applicationSettings> <SettingsXmlInterface.My.MySettings>...
View ArticleDynamically populating Form...need some advice.
Hiya...this will probably sound pretty complicated. Lets say I have database with tables customer, order and item. With every item i need do something and when work on item is finished i can flag it as...
View ArticleVS 2010 any help
hey there , i tried a lot to code this but failed this is the issue i got two multiline textboxes and each got more than one text line, i want to join each line from texbox1 with corresponding line of...
View Article[RESOLVED] Picturebox ImageLocation
If I use Picturebox1.ImageLocation = "http://www.website.com/image.png" How can I check if the image is loaded? It is downloading it from the internet so I need my code to be able to check if its loaded.
View ArticlePicturebox to sql Help Please. "Value cannot be null. Parameter name:...
I keep on receiving error message "Value cannot be null. Parameter name: encoder i have a database named Information and field names...
View ArticlePrint Preview of LISTVIEW Does NOT match printed Doc
I have a document I am trying to print and in Print Preview and in tghe Printed Doc the 1st colum gets cut off some how. I have included screen shots. Print PreviewAttachment 95391 I have set the...
View Articlelistbox and child entries?
Hi All, not sure if this is possible. I have a listbox with lets say: Burger Wrap Wrap Burger Now I also have "child" entries like Burger +tomato -onion Wrap Wrap Burger now from what I can gather...
View ArticleVS 2008 [RESOLVED] Check if a Process is Running or not
hi all, I am trying to check if a process is running, if yes it should fire a messagebox saying it is or it isnt, i am using this code by Rohit Arora from this post...
View ArticleVS 2010 Invisible tab control
Hi. I want to make an invisible tab control. By taht I mean, that the tab "content" will be visible, but the tabcontrol's button won't. how can I do that
View Article[RESOLVED] Set listview subitem forecolor
Hi I have a listview two colums I am trying to set the forecolor of the subitem I tryed this as a test but not seem to work Code: LstItems.Items(1).SubItems(1).ForeColor = Color.Blue I even tryed in my...
View ArticleVS 2010 MouseEnter event in WebBrowser?
Hello, there is no MouseEnter event in the WebBrowser in VB 2010, how can I get that? Thanks, Andreas.
View ArticleHelp: Auto increment Alphanumeric code
Good day guys! I am doing a small function in my project, I have a Transactions Table in my database...the Table include: StudentID TransactionNumber Description Date I already know that there is an...
View ArticleVS 2010 Best Way to Create Categories?
Hi, I'm currently trying to organize a bunch of software products (After Effects, GIMP, World of Warcraft, etc) into several product categories (Video Editing, Photo Editing, Gaming, etc). Normally, I...
View ArticleTreeview Panel Selector
Hi VBForums, Often I find myself in the need of a treeview panel selector, so I created a new custom control and added 2 panels, and added a treeview to one of them (Panel 1). I docked Panel1 to the...
View ArticleVS 2010 Print multiple line multiple category Document
I have searched this forum for help on a printing issue that I have. There are lots of printing issues threads but I don't seem to be able to find any that address my particular problem. I am trying to...
View Article