Return in a RichTextBox
Simply how do you put a "Return" in a RichTextBox: Code: RichTextBox1.Text = RichTextBox1.Text & "Return" & Value
View ArticlejQuery hover border color change
I have some navigation and now I want to change border-color of hover. For example I want to change: #nav ul li a:hover border-color with jQuery. How to do that since this doesen't work: Code: $("#nav...
View ArticleDataGridView not display a bit field?
I have a DataGridView in a Windows app. Two of the columns hold data from a column in the database which is defined as a bit datatype. My problem is when the DGV is bound to the BindingSource, the bit...
View ArticleCreating a message on a workplace intranet to warn when the server is down
Im sorry if I may have post this in the wrong place. :wave: Ok this is kinda of tricky and kinda new with this stuff. Ok This is for a project and need help. I was asked if I could make some kind of...
View Article[VB6] modShellZipUnzip.bas
Code: Option Explicit 'Decompresses the contents of SrcZip into the folder DestDir. Public Function ShellUnzip(ByRef SrcZip As String, ByRef DestDir As String) As Boolean Const FOF_NOCONFIRMATION...
View ArticleVB6 SP6 and Intel i7
First post here... Hi my name is Andy and I have a question. The problem is, I cannot get MSComm to work in one of the applications I am developing. This is on a Intel Core i7‐2600, 3.4GHz CPU machine...
View ArticleVS 2010 run program 5 times
Hello, I''m trying to get my program to run 5 times then show a form called frmSurvey this is the code i used but it dosent seem to work and dosent show any errors. Public CountRun As Integer = 5...
View Article[RESOLVED] Using "Using" Wrapper
Hi, I am trying to implement the "Using" wrapper mentioned here (see post #9 onwards). Unfortunately, after I using the "Using" wrapper the "ofd" reference is underlined in red with the message: The...
View ArticleVS 2010 Override the same function but a different formula
Hi everyone, I am required to override a function from a parent class but use a different formula in that function under a derived class. How can I do that? I was planning to use abstract class and...
View ArticleVS 2010 Using If Statement in Login System
Hello to everyone , If textbox.text = "Pass" Then bla bla End If this is the simple login system all we know.im trying to develop advance one. i found functions which encrypt the text. i saved the...
View ArticleHow to take screenshot of region on screen using x1,y1,x2,y2?
I am trying to figure out how to take a screenshot of just a region of the screen using the x/y coordinates of the upper left corner and the x/y coordinates of the lower right hand corner? My issue...
View ArticleHook Information from Game
I'm at a loss at the moment. I'm attempting to make a program that records information from a game, like kills, deaths, etc but a lot of different things. Right now I'm not sure at the moment how to...
View ArticleVS 2010 Webpage UI for a vb.net app
Hello I have an idea for a program that will run as an application (handling most of the work) on a singe computer but the main interface will be browser-based and accessible from any computer on the...
View ArticleUsing command button inside precedure
I am writing a program in which a command button's caption is changed, I then want to use it again in the procedure. When the cmdEdit_Click procedure runs an input box is displayed and the user inputs...
View ArticleVS 2010 Creating table at runtime
Okay, I have a project where I created a local database using VB 2010 (mapInfo.sdf). I added a new datasource and had it create the database from that. When I select the Create New Map button, I want...
View Articlewinsock rdc = remote desktop connection help and idia please
i need help how i can connect to remote desktop connection using winsock port 3389 , 3390 please tell me this is something i need to make for work please. i only need to check if i can login via...
View Article[RESOLVED] insert all record in one shot only
I have 2 tables: tab1 tab2 all tables have exactlly the same name and number of fields in the same order. (in effect re specular) in the 2 tables exists a field named COD. I need to appendin one shot...
View ArticleWhen are Windows Created?
I've been getting a very intermittent problem in a program. I know roughly what it is, and it is easy to get rid of, but I have no idea whether it is something I need to worry about going forwards, or...
View ArticleVS 2010 Make right-click equivalent to clicking left then right
I am working on a WYSIWYG HTML editor using a Webbrowser control. I'm working on ways to edit objects/elements (images in particular) after they have been added to the control. I want a right-click to...
View Article