VS 2010 Problem distributing project with chart
I have added a Chart v3.5 to my VB 2010 project and the chart displays correctly. I have published the project and when I distribute it and the user updates and tries to run the project there is the...
View ArticleVS 2008 [RESOLVED] Mix Of Uppercase And LowerCase
I know how to covert a string to Upper case or lowercase using .ToUpper or .ToLower is there a built in function to create a string with the first letter in each word being uppercase and the remaining...
View ArticleVS 2010 Problem with tableadapter
Hello, I have a datasource for usage with a report. The datasource contains table adapters to fill multiple tables in the report. All table adapters work perectly except one. The weird things is that...
View ArticleVS 2008 PrintPreview doesn't work on a Word.Document
Hi! I have managed to fill a Word template within my code and I can print it successfully, but I cannot show a PrintPreview. Here's my code: Code: Dim oWord As New Word.Application Dim oDoc As...
View ArticleHelp with sending E-mails through VB.NET
First off i am new here! I am not sure if i am posting in the right forum but oh well. So down to the problem. So i am creating a email program in vb, Microsoft visual studios 2012. This isnt really an...
View ArticleHow to obtain the name of the dynamically created label your clicking on
Hello I have labels dynamically created for which i have this code to run when one is double clicked Code: Private Sub label_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleVb 2010: My app crasching...
Hello! I have developed an app in VB 2010 Express. It contains some forms (of course) and images from a resource. I have a Windows Mediaplayer too. This runs well on my x86 Windows 7 pro-pc, but when I...
View Articlea button ready to get EnterKey
hi i have 5 Textbox and one button on my form . i want this button always ready to get enter key , even when one of the TextBoxes has the focus .
View ArticleVS 2010 Supress a keypress ?
Hello :) In my project, i use the api GetAsyncKeystate and i proceed like that.. I want to detect a keypress with getasynckeystate I searched and i find how to do that. Now, my app detects the F1 key,...
View ArticleVS 2008 making a vb.net app start 2 times
so Basically, i want my vb.net application to start 2 times, by itself, how to do that, should i use a timer ? i have an other silly question, i want to remove the blue default icon of VB.net, to a...
View ArticleNeed Some Array Help
I dont know if anyone can really help me with this but I'm kind of stuck in a bind. I need to create a program that loads a text file filled with numbers and creates an array out of it and then lists...
View ArticleVS 2012 implicit conversion from integer to string
Reviewing some code that says Code: TextBox14.Text = GetSettingInt("TMaxUPSpeed") Being new to programming, can someone explain to me in the most basic format what exactly this means, what does...
View ArticleFormatting is slow in DataGridView than MSFlexgrid
Hi, We have updated our application from VB 6 to VB.Net. We are using VS 2008. Now we are trying to convert MSFlexgrid used in our application to DataGridView. We are testing speed of both controls and...
View ArticleVS 2008 grid views
Hi, I have a grid view with 5 columns and I am assigning a data source to it at run time. The values of the data source are however being appended to the gridview i.e. new columns are being added...
View ArticleVS 2010 database question ..actually not sure what the title should be on...
in the picture attached..and i'm hoping it isn't too big..as my resolution is set at 1440 x 900.. you''l see a bunch of rows i've highlighted in in blue(selected) what i need to do is take any row that...
View Articleauto run code based on time
i have done some research but found nothing on how to run an event based on pc time. I.e Say for example a user selects 10pm every day for a file copy to take place how would you set that up in .net
View ArticleVS 2008 Error while using recordsets to delete records
I am using the following code to delete a record in vb: "If rspmps2("pmpidno").Value = gvr1.Cells("pmpidno").Value Then rspmps2.Delete() rspmps2.UpdateBatch()" where rspmps2 is a ADODB record set and...
View ArticleVS 2010 Browser app to bypass work security
I run a discussion forum and I have just been told that one of my visitors cannot login to my vbulletin forum due to security restrictions at his workplace. With this in mind, I was wondering if its...
View ArticleVS 2010 Tabbed web browser error
Hello all! I'm currently in the process of re-writing a web browser I had. Everything has been going well until now. The tab control is being a pain. The video I uploaded below will show you what I...
View Article[RESOLVED] pictureboxes and right click menu
We have a situation like this: 1. 4 picturebox controls 2. I want to add or remove picture from picturebux using context meny 3. Contextmenu have to be done with code (no control) Code: Dim ctxmnu As...
View Article