Font Confusion over API Return Info
I have a textbox where the Font is set at: Font Name: Tahoma Font Size: 8.25. I am now trying to get this information (using API not VB) from the textbox during routine. I have two different routines...
View ArticleDomain parking vs htaccess
I have several domain names and variations that I would like to point to a single website. Parking only seems to work with my host for a single domain but will call my host to find out for sure. Cant I...
View ArticleVS 2010 quick question
When creating search engines in visual basic 2010, do you always have to declare a variable with an integer?? i know you have to declare a string variable...but i am unsure if an integer variable is...
View ArticleError installing an vb6-Application on Windows 7
By installing an Application using DAO-Components on a Windows 7 Machine an Error occurs by registering the DAO3032.DLL. Manually registering these Module by using regsvr32.exe is also failed....
View ArticlePrint Directly to Printer with RDLC Report
I am wondering how I can print directly to a printer with a local rdlc report instead of using the report viewer. Basically what I am trying to do is allow the user to push a button and print a report...
View ArticleProcessing data from multiple combobox's mathematically.
Hello again! Still learning VB and attempting to apply my learnings practically. I'm trying to figure out how I can process the data from multiple combobox's, mathematically to come up with a...
View ArticleDetecting when mouse cursor is over control
I'm trying to make a custom control based on a PictureBox control. Want to add something like a toolbar that must be hidden until the mouse is moved over the PictureBox when the toolbar must be made...
View ArticleHow to show data in Access Form
Dear All, I have created Access database as a frontend application and another database as a Backend Database (all the databases are password protected). All tables and queries are stored in Backend...
View ArticleVS 2010 [RESOLVED] How to make certain lines in a listbox uneditable
I have a edit button in my project which allows me to edit lines in my listbox, but there are certain lines I don't want to be editable, how can I make that possible. I want to make line 4, 9, 14, 19,...
View ArticleVS 2010 How to Call this Function with these Parameters
Public Function executeStoredProc(ByVal connectionString As String, ByVal storedProc As String, ByVal params() As SqlParameter) As Object Dim sqlCon As New SqlConnection Dim cmd As New SqlCommand Dim...
View Articleat runtime write-protected properties do not occure at self-built controls
Hallo, I built an own activeX control to add additional properties to the textbox control. But did anybody of you notice that ALL properties (of the textbox) that are write-protected at runtime do NOT...
View ArticleUnbound DataGridView : Need ComboBox In cell of 2nd column only when user...
Dear All, I have a unbound DataGridView with two columns. First column is just string values. Second column I want to display a combobox, only when user click the cell(not the whole column as...
View ArticleHelp with Decimal Roundings
hi Guys , i am a bit stuck here i have this value "0.833333333333333" and i want the asnwer to be 83 , i tried this Code: SELECT ROUND(0.833333333333333,2) but it does not work
View ArticleMultithreaded application - access to method's objects
Hi All, I'm new in multithreaded programming and I'd like to ask you for help. I want to develop application which needs to execute reports. I have to use multithreading functionality because execution...
View Articleexport entered value into text file
i need some help in exporting the value entered in a text box into a text file (or word/excel file if it is easier) located in the pc. I made a form (Form1) and a button (Button1). if you input...
View ArticleVS 2010 How ı can send picture my mail adress?
Hi, can i send picture with vb 2010 to my gmail adress? if i can, how? please anyone help me... Thanks
View ArticleData Field not found
Hello, I am trying to create a report in vb6 by using an SQL query. That is I want my SQL query to generate all records in my table that have a particular value for a particular field called BillNum...
View ArticleHow to check if Table already exists
Hi All, Is there any way to check if a particular table already exist in MS Access Database using ACCESS VBA? Actually I'm creating temp table on the file but I want to check if temp table already...
View Articlereport word
I have problem, I want to repert string, but Code: Text1.Text = String(5, text1.text & ">") not work? Text1.Text = "Text1" before: Text1 after: Text1 > Text1 > Text1 > Text1 > Text1...
View ArticleGet Combo box contents from an external INI file
I was looking for a simple code to get Multiple Combo box contents in a Windows Form from a single INI file I searched the forum and couldn't find one Can someone please post the complete code?...
View Article