[RESOLVED] is there event for adodc that happen after change record
i use adodc and i need event that happen after i change the field i mean i have in my access field that Url/text type and i have PictureBox that i want to do picture2.Picutre=UrlPic .Text //UrlPic is...
View Article[RESOLVED] hi im having trouble converting frrom 2d screen coordinates to...
hi im not sure where to put this. these are my local coordinates of 1 of my triangle points Code: With ONEobject .LocalCoord(0).X = -1 .LocalCoord(0).Y = -0.5 .LocalCoord(0).z = 2.5...
View Article[RESOLVED] how i create class like module of item
I want to create like class that i can save info i dont know how call it in vb6 i know on C# something like: class SaveInfo { private dim picutre as pictureBox private dim Text as String build() get()...
View Article[RESOLVED] in toolTip how i do Space like vbCrfl
i want to make multiline in tooltip and 1 more question: how i can make the tooltip be with colors
View Article[RESOLVED] Single stepping through code vs running project as normal in IDE
I have code that when I single step through each statement it works perfectly but when I run the project F5 and do not step through it it does not work at all. What would be a good guess as to why this...
View ArticleHow to make downloader with Progress bar in vb6 ?
Hi guys . I actually know how to make a program downloading specific file from server , but i don't know how i can make it with Progress bar which shows remaining download percentage! I was wondering...
View ArticleLINQ contains method
i am trying to get the results of products from database by matching them with the product id stored in List Of(Orders) but then they gave me some error on the last line saying : "Only arguments that...
View Articlehow i set Picture In the code area
i try this one : Code: Private Sub Form_Load() Adodc1.Refresh Dim num As Integer num = Adodc1.Recordset.RecordCount Dim Picture2() As PictureBox ' create it ReDim Picture2(num) As PictureBox ' amount...
View ArticleVB6- vsflexgrid hidden
Hi All, I added one form to already existing unicode vb6 project. That form contains a vsflexgrid. But when I run the project, the grid is hidden. Its visible proprty becomes false. Why this is...
View ArticleVB6 textarea sending data w/o button
I'm using this code -there is webbrowser in my project- and it works I can send my data to textarea but problem this is just filling the textarea, to send it I have to click that area and press ENTER...
View Article[RESOLVED] How to make downloader with Progress bar in vb6 ?
Hi guys . I actually know how to make a program downloading specific file from server , but i don't know how i can make it with Progress bar which shows remaining download percentage! I was wondering...
View Article[RESOLVED] how i set Picture In the code area
i try this one : Code: Private Sub Form_Load() Adodc1.Refresh Dim num As Integer num = Adodc1.Recordset.RecordCount Dim Picture2() As PictureBox ' create it ReDim Picture2(num) As PictureBox ' amount...
View Article[RESOLVED] VB6 textarea sending data w/o button
I'm using this code -there is webbrowser in my project- and it works I can send my data to textarea but problem this is just filling the textarea, to send it I have to click that area and press ENTER...
View ArticleHuy guys , i have a problem :( I can not solution it , try many times
Private Sub cmdexit_Click() End End Sub Private Sub cmdgiam_Click() Dim n As Integer Dim so1 As Integer Dim so2 As Integer Dim so3 As Integer so1 = Val(Text1.Text) so2 = Val(Text2.Text) so3 =...
View ArticleQuestion about SendProgress event in Winsock control
I am using Winsock control in UDP mode, and want to use SendProgress and SendComplete to monitor the sending progress, so that I know to tell my control to send the next UDP packet. Unfortunately the...
View ArticleSearching page accordingly sending data
I'm opening a page in webbrowser and searching commands with this method Quote: Originally Posted by wiz126 VB Code: Private Sub Command1_Click() Dim strfindword As String strfindword =...
View ArticleFind the maximum and minimum number of text boxes
hi all, I have 10 textboxes in a form and one command button. The user is allowed to insert demical numbers (not negative numbers) in 8 text boxes and by clicking the command button program will give...
View Article[RESOLVED] Find the maximum and minimum number of text boxes
hi all, I have 10 textboxes in a form and one command button. The user is allowed to insert demical numbers (not negative numbers) in 8 text boxes and by clicking the command button program will give...
View Article[RESOLVED] Printing matrix to textbox
How do I print a matrix (8 x 8) with data in each cell to a textbox so it will look like this: Code: +----+----+----+----+----+----+----+----+ | | | BK | BR | | BB | | BR |...
View Article[RESOLVED] Load code looks for array element 31?
Hi there everyone. I am updating an attendance prog. I have an array of label captions from 0-30, so altogether there is room for 31 students. However, the code I am using keeps loading, and wants to...
View Article