11,868 Topics
![]() | |
i got a problem where i want to show a picture that i've save in access and want to show the picture in vb, If rs.EOF = True Or rs.BOF = True Then MsgBox "Your Name Is Not In Data" Else txtname = rs.Fields("NAME") txtreg = rs.Fields("MATRIX NO") txtic = … | |
Good day, Just want to ask some help, Please! I always encounter "Cannot find Table 0" when i call Stored Procedure in DB2 using VB .Net with Ole DBConnection Provider. Here is my code: Private Sub cmdPost_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdPost.Click rsSearch = clsDAOMngr.getConfigParam(2) For … | |
please help me with my code. When I enter the exact filename in the text1.text it will find the filename.dat in my folder. but it seems the code cant find it even i type the exact filename even the case. strBackSlash = IIf(Right$(App.Path, 1) = "\", "", "\") strEmpFileName = … | |
Hello, I have a question about a sheet that we have been working with here for several months and it is now displaying some odd behavior. What we are doing is using a sheet to collect hourly performance data for the machinery that was have running in our areas. It … | |
i got a problem where i want use 2 form which form 1 is to find info in database and form 2 for show the data but when i use call form 2, the pop up appear as invalid below is my coding Private Sub cmdFind_Click() con.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Fairus\Documents\docklet\my … | |
Private Sub Timer1_Timer() Dim FromModem$ On Error Resume Next For i% = 1 To 6 MSComm1.CommPort = i% If MSComm1.PortOpen = False Then MSComm1.PortOpen = True MSComm1.InBufferCount = 0 Label8.Caption = " PORT " & i% pb1.Value = pb1.Value + 10 List2.AddItem i% Text1.Text = "Searching Modem Port" & i% … | |
Can someone help me I'm having some problem with this. I am supposed to make a sytem that will alert if the medicine was expired. here is my code. Private Sub DataGrid1_Click() On Error Resume Next Command2.Enabled = True With frmmed1 .Combo1 = Adodc1.Recordset.Fields("MedicineName") .Text3.Text = Adodc1.Recordset.Fields("StockQuantity") .Combo2 = Adodc1.Recordset.Fields("Expmonth") … | |
Microsoft is ALMOST giving this away to people who already own VS 2012 Pro -- just $99.00, compared to $400.00 price without VS 2012 Pro. There were a few changes to .NET Framework, closer compliance to C++11, and better support for writing Windows 8.1 apps. If you don't care about … | |
I was thinking if someone could help me to connect the Bar code scanner with Visual Basic 6.0? Help me please.! | |
Hi, I'm very new to VB and, I would like to see an example of how to create a menu with an input field and action that when you hit return, an output is displayed, for example, the input may be a number and the output a corresponding string. Thanks | |
hi.please help me how to program a command search in simple way.because all sight here so hard and i'm just a beginner in vb6.with adodc codes,thanks :))) | |
hi, im doing a project on stock control system. if any body is interested in helping me out with my whole project i will be vry thankful 2 you. my project deadline is in december 2013. if u would like to help me pls contact me. pls reply as soon … | |
Hi I am new to using Microsoft Access as a database for Visual Studio (previously I used SQL Server) so I am unsure how to go about the usual tasks such as accessing the database. At the minute I am trying to write code to check if a username already … | |
After build and debug my program, i want to publish it, and after is installed in my compiuter, i want the program will have the icon that i want to use, not by default. Like any other program, i want my program will have to an icon. Please help me … | |
i want to upload a local file to server ( eg. 0catch.com). i use following code ( and INET component on form) Inet1.Execute , "PUT c:\a.txt /a.txt" But this only creates empty file on server and not the contents. so how to achieve upload without external software or increased complexity. | |
i am using employee table to test if i am doing the whole program correct. I have 5 buttons. one is to add records and another to save(commit), to update, to delete and to clear. I am having trouble with the code to save the record to the data set. … | |
Hi, Please help, I don't know how to use arabic language in text box or label(caption) in VB6. I try to change language but the sign "?????" appears in text box. Please help me. TQ. | |
Hello, I am trying to build a pos and inventory system in vb 6.0 with MS-Access database. I do not have much experties in vb 6. Ok here is the question now, I have a frmcashsale in my system which have a MSHFlexgrid called grid, I have managed the codes … | |
is there any code in vb6 were i can say it is fifo(fisrt in first) for ex. i have 1 product but it has 3 different date issue and date of expiration how can i determine which one that i am going to out !is there any code for that? | |
Hi Dw I'm glad to find one active VB forum for the old VB I used to get the solutions in .NET and I'm also a .NET developer but had got a problem the computer that I'm creating this application for is using old Windows OS such as XP and … | |
Dear friends pl help me I want to select data from a data base table Tran with two selection criteria one is number and the other one is text When i use one criteria it works well But i am failed to use the two criteria my code is here … | |
Hey Everyone, I'm stuck... I've got a 1-dimensional array from a text file that is displaying in a list box. I have buttons to sort ascending and descending but cannot seem to get them to work. My code for the array is Dim name() As String = IO.File.ReadAllLines("Countries.txt") lstCountries.Items.AddRange(name) This … | |
'Hi all. I'm trying to create an application that computes the average monthly 'rainfall, number of months with above average rainfall, and the number of with 'below average rainfall, given the rainfall amounts for each month in a year. 'is what I have so far. Sub Main() Dim sngRainfall() As … | |
I have a 2 textbox 1 text box is empty . text2 is multine true second text box have some words. text2 text Example : "12345 is my number and 03451234567ddddsfsa somethingis wrong034512345find 03451234567" .............. i want to find 03451234567 11digit number in text box with first 3 or 4 … | |
Hi everyone.. Can I ask for any help, we have a project, a mini traffic light using LED lights. I dont have the idea on how we will work on this using VB6.. Help me pleeeaase ^-^ | |
Hello everyone, I'm writing up a new application that instead of using microsoft as a server, I'm using a linux server with a database in it. The database was setup, the tables were set up, and access was granted in mysql. The issue I'm having is that I keep getting … | |
Sorry in advance if this is the wrong place for this, it's the closest I could find. I need to create a macro for an Excel 2010 spreadsheet so that the active cell will cycle through three choices: "Y", "N" or "" - the last being simply an empty string … | |
Private Sub Command1_Click() Select Case Me.Text1.Text Case 1 MsgBox ("U Entered 1") Case 2 MsgBox ("U entered 2") Case 3 MsgBox ("u entered 3") Case Default MsgBox ("Default") End Select End Sub When i enter 4 in textbox1, Msgbox is not displayed.....Default is a valid case or not in VB | |
I recently installed Microsoft Visual Studio 2010 on my computer. I wrote a C++ program and I can't find any Build/Compile/Run options in Visual Studio 2010. Please, any one can tell me how can I compile C++ programs in MS Visual Studio 2010. | |
can't show non-modal form when a modal form is displayed |
The End.