Need help making a Border
Hello experts.. I have a form with the FormBorderStyle set to none. I would like to somehow make a small 1 - 3px border around my form, with a editable color (and that can be sized without issues). So...
View ArticleHttpWebRequest Network Credential Issue
So after looking some things up I think I have figured out why I keep getting the following error: "The remote server returned an error: (403) Forbidden." I looked it up and found that I need Network...
View ArticleVS 2010 HELP how print in pre-printed form (read please)
Hello my friends! I have a question ... how can i do in vb.net or another programming language. I have a pre-printed form and I want to print data in textbox that will contain this and other form (in...
View ArticlePlz help! It is not bringing out any results
Can someone please go through my code and tell me why it is not bringing out any result. Everything looks fine to me Code: Dim objGen As New GeneralClass Dim SelectedTitles As String =...
View Articleprotect database
How can I protect my database? so that when I log in using SQL Server Authentication, the database will only show on that time. Because now, I can see and modify the database that i have created even...
View ArticleWhat measures do you have in place at your house to take care of intruders?
In our house, we have a Border Collie and a Pomeranian-Chihuahua who barks at the door when someone approaches the front door. We have a security system and weapons, and I keep my cellphone in my...
View ArticleNeed assistance with adding and multiplying from a listbox
Trying to build a calculator for a class assignment that adds numbers from a user input listbox also have a multiply button, below is my code but no matter what I change the math does not seem to work....
View ArticleInvalid Procedure Call when "nothing" is wrong
Hi all. I have a weird problem. I am doing a simple renaming of a file on a thumb drive, using: Code: Name OldFullPath_str As Rename_str But I get an Invalid Procedure Call error when the strings are...
View Article[RESOLVED] [VB6] Coloring Excel Cell from VB6
Hi Guys, Do you have any idea how to set excel cell from VB6 Codes? Set ExlObj = CreateObject("excel.application") ExlObj.ActiveSheet.Cells(1, 1).Columns.ColumnWidth = 18 ExlObj.ActiveSheet.Cells(l,...
View ArticleI request some help, please kind members of VBForums...
Hello, I am working on a Login Console that has a Correct and Incorrect Image, that appears when the username and the password is totally correct. I can make them come up in their first execution, eg:...
View ArticleUPDATE top 1
This query select a recordset... Code: SELECT TOP 1 * FROM ASS_MF_EC WHERE ASS_MF_EC.RAPPORTO='09000004146' AND ASS_MF_EC.ABI='26' AND ASS_MF_EC.DATA_CONT=#10/02/2012# AND...
View ArticleLast Record Number in MSSQL
Last Record in SQL w/ Identity how can I get the last ID in my table which I have inserted a new row. How can I sure that I've got the right last ID if more 2 or more users insert a new row at the same...
View ArticleHow to make the select statement in MS sql?
I am developing windows application using C# and MS sql. I have the following tables. table1 pkid Name 101 Meles 102 Zenawi 103 Mekele 104 Kenenisa table2 pkid2 datepaid PKid 10 13/3/2012 101 11...
View ArticleVS 2008 Error in SQL Statement
I am getting an error in the following code... I can't see it. I am trying to select the TOP ?? number of records. I asume it has to do with the TOP keyword. Code: ' Select TOP ?? number of students...
View ArticleVS 2010 Parallel arrays[beginner help]
I'm trying to code an application that displays a name corresponding to a letter entered into the text box. I think I'm pretty close, but it's still not working. I just started programming so go easy...
View ArticleVS 2005 ToolStrip image are not showing
Hi experts, just want to know the problem beside this. Kindly check my image. When I'm designing my form I can see the Image. Attachment 92415 But when I run the program, I can't see the Image....
View ArticleVS 2010 How do you check if a variable is within a set
I have a variable called Solutions that is a set of numbers: Dim Solutions() As Integer = {123, 456, 789, 147, 258, 369, 156, 357} Now if I have another variable called "Answer" that is a number, how...
View ArticleVbscript to Fill and Submit Web Form Help
I'm trying trying to figure out the last piece of this puzzle....the submit button. I'm creating a VBscript that will 1) launch a website, 2) fill in the neccesary fields in the html form, and 3)...
View ArticleVS 2008 Pagenation in Div
Hi, I am displaying some query results in a div (table format). Is it possible to do pagenation in vb.net in a div . Because i am not using any list view or data repeater or data grid control. BID...
View ArticleMeeeting request in vb without using outlook
I want to send a meeting request which should be treated as meeting in out look, i have tried in c# it is easy using alternateview. but when we use vb it is treted as attchement not as meeting by...
View Article