VS 2010 Print chart problem
Hello, I 'm trying to write e code to print (to printer) the results of some calculatios and a chart in the same paper. Since I could not do it, I've been doing a lot of research. I ended up with a...
View ArticleVS 2010 MSCOMM in Vb 2010
Hello Guys I am new in using serial port, my idea is to Turn "ON" and "OFF" the LED using an Rs-232 I did some search here but no luck.. could you please enlighten me regarding this matter? I saw in...
View ArticleWindows phone 8 - mvvm databinding from xml
Hi, How to bind the .xml data into mvvm and display in textblock in xaml. I have to call REST API and API result in .xml and able to call api using below code - HTML Code: private void...
View ArticleImport & Export listview to .txt(VB 2010)
hey guys, i need to know how to export and import data with the listview control. i have 2 collums and a button to export and one for import. please help!
View ArticleVS 2008 How to refresh a single row with binding source
Hello, Not much experienced with databases so I need help on refresh a row with binded datagridview. This is my declarations: Code: Private WithEvents bs As BindingSource = New BindingSource()...
View ArticleFirefox - What is this Search?
Today Firefox looked different than it did last week and last "ever". I have this Internet Search bar that I don't want but can't seem to get rid of. Have you seen it? Do you know what it is and how I...
View ArticleMsOf07 Range in VBA not pointing to worksheet
I have a workbook with 2 sheets. In one sheet I have a range of data and in the other sheet another range of data. The data structure and where the report is extracted from is the same but data may be...
View ArticleVS 2010 [RESOLVED] Syntax Error in INSERT INTO statement..
Code: Dim DC As New DateConverter(Now.Date) Dim day As Double = DC.GetUnixTimestamp(DC.ToAD(StrToDate(txtDate.Text))), BillNo As Double =...
View ArticleDatabase Security - Which Database to use?
Currently my .net Desktop app uses an access database which i know has little security. I need to secure the data so am looking for suggestions on the type of database to use. I've tried SQlite with...
View ArticleVS 2008 how to retrieve checkbox checkedstate when done in listview
kindly help me on how to retrieve checkbox checkedstate when retrieving in listview..i badly needed it,,
View ArticleScripts getting aborted abruptly
I was running and testing a vbscript which went into a long loop . I killed the wscript to exit out of loop. When I tried to re-run the script it stopped running. I noticed that the wscript appears in...
View ArticleMailing Labels - City , St, Zip on new line
I have created mailing labels using a mail merge option from outlook contacts. The problem is that Line 2 of each label holds the street and the city , state and zip... C5 KINCADE CHARLES F 773 FM 683,...
View Articleplease modify this project to upload rtf file in richtextbox
Hi guys, i found this quite useful project on net to check typing accuracy. This project has one richtextbox and one textbox, user can type the words in textbox, which shown in Richtextbox ....
View ArticleVS 2010 DateConverter Class - Convert Nepali Date (BS) to English Date (AD)...
This object prototype lets you convert Nepali Date (i.e. BS) to English Date (i.e. AD) and vice versa and perform Unix Timestamp conversions Limitation: Only works between the range 1994 AD - 2033 AD (...
View Article[Word] Converting PowerPoint presentation to Word file, from within MS Word
Good morning, all: I'm a brand-new member of VBForums, and this is my first post. Thank you in advance for any input or guidance you can offer. Short Version of my question What would the code look...
View ArticleDateConverter Class - Convert Nepali Date (BS) to English Date (AD) and vice...
This object prototype lets you convert Nepali Date (i.e. BS) to English Date (i.e. AD) and vice versa and perform Unix Timestamp conversions Limitation: Only works between the range 1994 AD - 2033 AD (...
View ArticleVS 2010 [RESOLVED] used only active form
hi, if form2 open then lock all form and only use form2 other all form is disable how to?
View Article[EXCEL] Excel Add-In deployed but not trusted
I finally got the Excel Add-In I was coding to work properly and it works perfectly on my machine (of course) but when I give a user the .msi file to install on there machine I run into an issue. It...
View Article[RESOLVED] VB 2010: What the ...... ?
vb.net Code: Dim x As Integer Dim y As Double Dim z As String = x & y & "No!" Why isn't this monstrosity an error even with Option Strict On? :eek:
View ArticleVS 2010 Master Detail selection fails
Hi all I have 2 DataGridView that are populated with the following SQL query: Code: masterSQL = "SELECT BM.Code, BM.NumOrder, CL.Name, AG.Name, TX.Description, CM.Description " & _ " FROM...
View Article