something weird happened help me!!!
I am sure that my paint application is correct but when i open image in my app and try to draw on it the drawing didnt show but whaen i save the drawing show on the image: This is my code for open...
View ArticleVS 2010 vb.net twitter api help
Hey, Guys i need help I'm making a twitter application for the desktop i need help i been searching i wanna have where users can see how many people they following in how many people following them can...
View ArticleVS 2010 picturebox image magnifyer
In vb.net when i click an image in a picturebox I am truing to capture the mouse position and populate a second picturebox with a zoomed in section of the image in picturebox 1. The code seems to be...
View ArticleVS 2010 Can this be done
Hey, i wanna know can this be done on my music player i wanna make forum 2 collapse when searching i show you a example on my application Attachment 98381 i want the search box to collapse in disappear...
View ArticleStreamWriter not "bidirectional"?
From what I have been experimenting with, it seems that StreamWriter is not "bidirectional" in that you cannot write to and read from a file using the same port. It seems that in order to read from the...
View ArticleVS 2008 Set default form back color & font in IDE
How can it set the default form back color & font size and font color in IDE
View ArticleUsercontrol still consumes keydown even after closing form?
I've got a problematic control, I've got this usercontrol that inherits from a commercial datetimepicker, problem is, when it (the control) is focused and I press Esc which closes the form I am...
View ArticleVS 2010 Advice please: Multithreaded WMI Query Client Application?
Hi, I am about to develeop an app in VS 2010 that is going to query hundreds or even thousands of clients for some WMI-strings over the WAN. The app will be launched as using Scheduled Task or manually...
View ArticleVS 2008 Function with Optional array
how to declare a optional array parameter in a function i tried it like below but not working ( getting run time error, Object reference not set to an instance of an object. ) vb.net Code: Public Sub...
View ArticleVS 2010 Tab Control - Header Colour
Hello everyone, I hope someone can help me, im just topping and tailing my program ive created. I had a tab control box on the screen, how do i get the tab headers to change colour depending on the...
View ArticleVS 2010 Add forms to compiled code
Hello, I was wondering if it is possible to add a form to an already compiled project without recompiling the excisting project? Example... I have created and deployed a project containing form01. In...
View ArticleVS 2010 Loading into list view
Hey, Guys i need help i wanna load items inside my list view but have them under each column im using two textboxs in 1 combo box that enters the information from web request The Columns i have is...
View ArticleVS 2010 Checkbox to show form no more
On a form completely blank and one check box, what code do I need there so if ticked and reloaded the main form loads and this blank form doesnt? Thank you.
View ArticleURGENT Strip data from XML file and store into Combo box
Hey All, I understand there are better ways to do this but for this project I need to do it like this. Trying to Populate a combo box with values stripped out of a XML file. I have a module called...
View ArticleVS 2010 Formatting the chart control
Hey, The chart control is doing whatever it likes, and I'm looking for a way to control how it outputs axes values and how to set a specific scale. This is my current problem. The scale on the X axis...
View ArticleVS 2010 Searching with multiple fields in local database
ok, im down to the last main part of my project and i dont know how to approach it. i have a search form with multiple text boxes for searching my database. the user should be able to utilize one or...
View ArticleVS 2012 exp + MS Access + TableAdapter Insert Question - Get AutoNum value?
First off Hey!!! been a while...:wave: lol Ok, my wife owns a flower shop.. and she wants a POS system, we tried MANY of them (even ones that are for flower shops) and well, they are either too...
View ArticleVS 2010 Shared Function
In my module, I have this code.. Code: Public Shared Function GetNumber() As Integer Dim num As Integer= 0 num = TestDalc.GetNumber(Me) Return num...
View ArticleSaving a PDF in SQL 2008
Here is my issue: The user fills out a form in VB.NET. Once this form is complete, a pdf is generated. I brought the PDF to focus due the fact the signatures blocks need to be filled by different...
View ArticleEdit a csv file and save a copy using vb?
Hi there, I was wondering if someone could help me get this task done. I'm kind of struggling a bit and to be honest I'm still reading books to try and sharpen up my vb skills. I have a original.csv...
View Article