10,989 Topics
| |
Hi everyone! i have a question if someone know how can i check with a VB application if another programs window is minimized or maximized? example i would make a simple VB app that could while running check with a timer if "MS Paint" for example was maximized and check … | |
hi! we are having trouble in our program. every time we click login button it will proceed to the next form even if it doesn't have anything on it. can you please help us regarding this problem [code] Private Sub Command1_Click() Adodc1.RecordSource = " select * from login where username … | |
Hi I was just wondering if someone may be able to help with a program I'm trying to complete for college. I am useless at programming so I have tried and tried to sort it, to no avail, yet its probably something very simple and stupid! Basically I have created … | |
Hye All Please help me to create Data Reports Accourding to given Dates. I Created a VB6 Form put 2 Time/Date Picker Controls and one Command Button.what will be code for Button to display Report Between given dates. | |
sorry for long post name. anywyas, i'm converting an emulator a friend of mine made into VB form C. i came into some problems at the end where return is casuing an error. here is the code: [CODE] 'The following #define macro was replaced in-line: 'ORIGINAL LINE: #define ROPCODE(offs) ((oprom[offs] … | |
I am trying to control the security board using the Windows Firewall which connects to my server that was made in VB.Net. My only problem is when I open the Windows Firewall my server crashes. It also displays this error: "Error, win%fir%90y4e does not support this server. Please upgrade you … | |
The project I'm working on has a bit of code in the workbook open event that makes excel go full screen, hide any toolbars that a user has configured to run in fullscreen (and make a note so they can be restored on exit) and loads a custom toolbar. [code] … | |
I am writing information to a list box and I want to be able to have a small case letter following a period with no space between them ie: Harry.c I am using VB6. I will appreciate any/all help. Thanks. | |
I wish to call a form with the form name contained in a variable using a declaration such as [CODE]public myform as form[/CODE] will work if the formname is used. but myform will not accept a variable containing the form name | |
I'm working on a vb parser for excel but when it comes across anything that is not int the spread sheet it gives me an excel error message and I want to stop that before it prompts. [CODE] Try xlWorkSheet.Cells.Replace(What:="Boulevard", Replacement:="BLVD") Catch ex As Exception ex = Nothing End Try[/CODE] | |
hi!!! my group is doing a thesis work... and the name of our thesis is Faculty Attendance Monitoring System Using TouchScreen Biometric System... Can You give me some code in making that system... please!!!! tnx.. from:Hotaru | |
Hi, Does anyone give me some suggestion? When I close the form, but some process is still running.I don't know how to handle this kind of situation. What I want to do is that stop all processes first and then close form automatically. [CODE]Private Sub Command1_Click() 'Do process 1 Call … | |
Hell all I have problem to login as administrator and as Operator with less permissions. following code .i create and open recoedset "Type_rs" [CODE] dim Str_T as String SELECT Case Type_rs.Field("User Type")=Str_t Case str_t="Administrator" mainfrm.toobar1.enable=true case Str_T="Operator" mainfrm.toolbar1.enable=False End SELECT [/CODE] I thing Type_rs.Field("User Type")=Str_t is not working properlly please … | |
Hi, I don't know why i am getting this error. Please see my coding part, where i am facing this following error [ICODE]Private pbat As New ADODB.Parameter 'in form load With pbat .Direction = adParamInput .Type = adVarChar .Size = 4 End With 'saving part [B] pbat = Trim(Text1.Text) & … | |
Hi everyone, im still new to this forum and started to learn about visual 6, i have situation below, this program to obtain reader name and bonus point earned menu File Edit Help Points Clear About Summary __________ Exit Font Color Quesstion, For Points menu command what is a suitable … | |
Is there a simple way to list all the toolbars a user currently has visible? I'm trying to hide everything on screen appart from my worksheet, including the file menu. I've found a way to do it (custom toolbar, hide everything else) but need to be able to restore the … | |
Using VBA/Excel and need a VBA or VB help file. Doesn't appear to be packaged with Excel anymore. Any help? | |
Dear experts, I´m in trouble with this project. Strange 'cause the same code works on a different workbook. Can you guys help me, plz? Sub Graph() Dim y As Byte Dim x As Byte Dim a As Byte Dim D As Integer x = 0 y = 5 Workbooks("Graph1.xls").Activate Worksheets("Plan1").Select … | |
i just wanted to make a small bot using a web browser to post comments to wordpress blogs ! well i don't know the reason but it seems that only the last url is executed ! when i load a list and start the posting the loop seems to jump … | |
Here's the problem. I'm designing a worksheet for very young children and what they need to do is type a number into a cell and then click a button to run the macro. However, in order to click this button they first must either press ENTER or TAB or click … | |
hi i have application in vb 6.0 ,which i want to open in vb.net...how? i have tried *upgrade wizard of vb.net..............not working *installing vb 6.0 again...........now seems difficult althoght d .exe file of my application is running but some forms r missin help ........... | |
Dear friends, I am a newbie in Visual Basic .NET and hope that your kind assistance will make me to learn it. The problem has been simplified for the purpose of clarity. I want to make a windows form application that uses an access database. The application will store the … | |
[ATTACH]20944[/ATTACH] pressing save button i want to store/save all input data in one storage. attached file is the sample form i made thanks | |
I have written a Visual Basic macro in Excel. The following is the link to that file: [url]https://rapidshare.com/files/3870906097/Deconvolution_ver1.xlsm[/url] While running main(), selecting BU4 from userform, a type mismatch error is encountered. I am unable to solve this problem. kindly help me out. my mail id is [email]shivam1410@gmail.com[/email] | |
Hey, Plz, I need some help with this code, In another workbook it worked. Specific on this one it's not working. The error is occuring on the red line, right after it's added a new serie on the graph. Sub Graph() Dim y As Byte Dim x As Byte Dim … | |
I have tried to google this but returned nothing useful; I have code which runs in a menu item (StartToolStripMenuItem_Click). Later in the project i want to code clicking this menu item but if i just use the StartToolStripMenuItem_Click sub it wants the 'e' argument passed to it. I simply … | |
Dear All, Could somebody let me know the search code in VB6. I am using ADODC1 connection. im handling employees databse called databse.mdb when in click the search button i want to get the details of the said employee using their badge nos. pls help..... Have a nice day.. | |
Hi! I have created two applications communicating over sockets, one being the client and the other being a server. I want someone to tell me how I can control the client from the server. Please tell me where and how to start. Thanks in advance! this is server code [CODE] … | |
Hi all, I would like to format a column in datagrid with 2 conditions. The column must be entered with only "N/A" or date (DD-MMM-YYYY) format value. [CODE] If Me.grdDataGrid.DataFormats(10).Format <> "N/A" Then MsgBox "Invalid Data Entry!", vbInformation Exit Sub End If[/CODE] The code above still produce "Invalid Data Entry" … | |
They want to have a [COLOR="Red"]"search textbox"[/COLOR],[COLOR="Red"] "result textbox"[/COLOR] and a [COLOR="red"]"datagrid".[/COLOR] If the secretary input a keyword, all the "familiar data" will be displayed in result textbox. and if that secretary click one of the results in the result textbox, the details of that data will display in datagrid. … |
The End.