11,868 Topics
![]() | |
Hi, I want to create a little program to run xxx.exe stored in my server from my local PC. It will be run automatically when i start my PC. How can i do it? Thanks | |
I'm having problems writing to a seqential access file in VB 6 [code] My.Computer.FileSystem.WriteAllText(path & "checkinfo.txt", _ ourCheck.employee.PadRight(20) _ & ourCheck.check.ToString("N2").PadLeft(10) _ & ourCheck.chkdate.ToString("N2").PadLeft(10) _ & ourCheck.total.ToString("N2").PadLeft(10) _ & ControlChars.NewLine, True) [/code] my debugging errors are 'padleft' is not a member of char... any advise? | |
Hi I am new to VB but I was trying to just make a program so that if you press the letter A on your keyboard the text in a textbox is added to 1 (it starts at 0).... I'm using vb 2008 express edition. [CODE]Public Class Form1 Private Sub … | |
<email/password snipped> ...,then,if u have an entered now in inbox download the filename system problem for my thesis. my program is in there,the problem is? how can i less and add the quantity of my items in database, for example ball 16 pieces if u have borrow 6 only all … | |
Hallo to all VB programmers. . .I need help in viewing database using list. Please help me. . .I have this list of names in the database and I want to view it using listbox. Thank you for the help. . .God Bless Regards, Neil | |
Hi, My parent MDI form (MDIForm1) has opens various child forms on their respective menu click events. I want to know that : 1) How will I check if a particular child form is already open? 2) On closing the MDIForm1 if any of the child forms are open then … | |
Hi, Im not able to center a child form of a parent MDIForm (MDIForm1) it shows up error message "Invalid property value" while setting the StartUpPosition property to 1-CenterOwner, or 2-CenterScreen, or 3-WindowsDefault of the child form. How can I set all the StartUpPosition property of the child form? Please … | |
I have a decompiled VB 6.0 Project but source code in Native code but How I can convert Native Code to VB 6.0 Code ? Please solve this hot issue... SNIP | |
plz help me , i would be very thank full to you i want to build a software in vb6 with folloeing features 1. i want to enter a numerical data sequenc vise in five rows and unlimeted colums like entering a data in microsoft office exel. whether it would … | |
Please help me in positioning the scroll bar at the bottom of text. Please help me by providing the code snippet. | |
Hi guys, I have OPOSPOSPrinter.ocx that I'm supposed to use to connect to a fiscal printer and print. I have installed it's drivers. According to the OCX's limited documentation, it says there should be an entry in HKEY_LOCAL_MACHINE\SOFTWARE\OLEforRetail\ServiceOPOS. I've juggled all I can on this entry with no avail. Is … | |
I have a Stored Procedure that is called through VB6 for a report. The Reports were working great until yesterday. Now all of the reports that use that sp are timing out. The default time is set to 60. I have adjusted this to 1000 and the report finally displays. … | |
Please Help me. Please see the attachment. I have created a project and have coding problem. Please help me. it's urgent. | |
heyy i m makin a video splitter in VB 6.0...the problem is that wen i split a video file is 2 parts or more only ...the video gets splitted but only the first splitted video runs...others do not....i know the header wud not be present in other videos...now wat shud … | |
Im having trouble with my internet linking. I have a picture boc named [I][B]picq[/B][/I] that i want the user to be able to click to take them to a web page. i tried the following: picq.picture =(url) im new to this so bear with me | |
Can anybody tell me where should i pass sql statement in crystal report . suppose i want to pass these codes in crystal report.this would be greately appereciated. [code] RECORDSQL = "SELECT * From MR WHERE (((MR.Req_no)=" & Text12.Text & "));" rs.Open RECORDSQL, con, adOpenDynamic, adLockOptimistic [/code] | |
pls help me to read the processor id or unique computer id using vb | |
I've been searching for a way to convert the Menu Bar item captions to Unicode -- or an ocx to replace the VB standard Menu Bar with a Unicode Enabled substitute. If there is a way to coerce the native control to display Unicode, then that would be preferable. Otherwise, … | |
I have the code [code=vb] Dim cApp As CRAXDDRT.Application Public cReport As CRAXDDRT.Report Public CurrentTemplate As String Dim ErrorMsg As String 'Dim ReportLayOut() As RptLayOut Dim ErrorNo As Long Dim ErrorModule As String Private Sub Form_Load() On Error GoTo PrintReportErr With frmFolderDisplay .txtPath = GetSingleLUMSTREntry("OMU", "CRIT MATL REPORTS", "PATH", "") … | |
Can anybody tell me how should i generate automatic sr no which match with mr no. i have written a code but it is not working properly. [code] Dim crystal As CRAXDDRT.Application Dim Report As CRAXDDRT.Report Dim cparam As CRAXDRT.ParameterFieldDefinition Dim cparams As CRAXDDRT.ParameterFieldDefinitions Dim con As ADODB.Connection Dim rs … | |
Dear all I wrote a small program to send-receive message simply base on Winsock/UDP. But a problem occured : When i test this program with my friend, she can receive all message i sent,but i can't receive any from her ??? ??? Any one can explain to me what wrong … | |
After the treeview is filled is possible to: count how may AG-xxxxx are in 8501-xxx, count how may items are in each AG-xxxxx, , count how may items are in each SETT. -xx, ....ecc and store the result in a var or count during the treeview is filling and return … | |
Hi all, I have developed a software that is basically a Question Paper Maker, I have stored all the questions in a MEMO field in an MSACCESS table. Now while I try to print the random questions on a report, it shows the question with all the rtf codes and … | |
hi i have program in clien and program in server the connected by winsock i want send more than one variable by winsock1.SendData how i can send it its from diffrent type x as integet s as string y as string i want send x , s and y and … | |
hello everybody, I am installing some (~10y old) research software which must have been using vb4, because when I started installing it failed because it was looking for vb40016.dll (got that) than oc25.dll (got that one too), and then PUSHHELP.VBX. This is where I got stuck, there a lot of … | |
hi i have vb program in client connect with vb program in the server by winsock clinet will send data to the server and server will add data to the data base access data base how i can work with access in vb 6 program ? how can i add … | |
Hi, I want to know how can I eject a removable device. The device is assumed to be a USB memory stick and comes on a E drive so therefore I would like to safely remove the E drive when the user log off! The code for log off is … | |
hi guys i m doing my final yr project in vb 6.0 and back end in ms access i want help about how can i send a vb form as an attachment to outlook express or else how can i convert it into a word document is there any code … | |
Hello! I will attempt to explain what I am trying to achieve here...I want develop a function that will accomplish the following: First of all the called function will look like this Balanced_Matrix(b,g,l,f) Where: b = base g = groupnumber l = number of lines f = frequency of occurrence … | |
hey guys can anyone juss gimme a hint about how can i make such a facility in my project that i a client can send a form as an attachment via email plz waiting for ur reply gauri |
The End.