Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #2K
~5K People Reached
Favorite Tags
Member Avatar for mafaisal

Hello Experts When the system user Log off the system , shutdown and so on How to know that in vbcode Bcoz When user Log on i have vb application that automatically work, but when user logg off , shut down i have write code in application Please Help me …

Member Avatar for choudhuryshouvi
0
527
Member Avatar for Tekito

I have created a class module, and my program creates many instances of the class. Each object has a lot of data, and I want to be able to create a new instance that is a copy of an existing instance. I can't figure out a automatic way to do …

Member Avatar for Tekito
0
697
Member Avatar for anilvc31

Dear friends I am electrical engineer of 54 yr age. Recently, I have developed interest in vb6. Vb.net is too complex for me to understand. At present I am trying to develop a software in which family details are to entered. family.mdb is having tables, name, place & family. To …

Member Avatar for jireh
0
1K
Member Avatar for sai.baranidhara

Hi, I am using an excel sheet containing around 200 records and linking it to my MS-Access database through the Link Table option available in MS-Access. But I need to change it everytime when I go from one system to another as the path of the Excel file changes. That …

Member Avatar for jireh
0
116
Member Avatar for diana_VB

I am using VB 6.0. I am creating and writing text into a text file using FilesystemObject. But the file gets saved in ANSI format whereas I want to save it in UTF-8 format. Is there a way to do it in VB 6.0?

Member Avatar for techtix
1
68
Member Avatar for lupin99

hi everyone... i'm a newbie to xpath and i don't know how to extract all the ToolAlarm nodes from my xml file... here's the xml file and code snippet: <?xml version="1.0" encoding="utf-8" ?> <ToolConfigurations> <ToolType name ="EQP1"> <ToolAlarms> <ToolAlarm name = "AIR PRESSURE LOW"/> <ToolAlarm name = "FALSE ALARM"/> <ToolAlarm …

Member Avatar for techtix
0
141
Member Avatar for animedude123

Hey, I was wondering if anyone knew of a way to have a vb.net app that can load a batch file, and run it inside the vb.net app. Something like, when you open the application, you will see a blank window with a big button that says "Start Batch File" …

Member Avatar for techtix
0
67
Member Avatar for ruby.n

What does the following piece of code do? document.write("<h" & i & ">This is header " & i & "</h" & i & ">")

Member Avatar for techtix
0
65
Member Avatar for tegezee
Member Avatar for techtix
0
105
Member Avatar for gleegeld

Hello, I'm trying to create a script that searches for all .pst files on a local pc and gathers the filename, path and size and outputs that data to a file called username.txt. I am having problems with my code. It creates the username.txt but does not write the .pst …

Member Avatar for techtix
0
74
Member Avatar for tegezee
Member Avatar for yenyen

halo..i need some help on tis problem.. how to show the URL without .asp or query string with parameters behind? for example, i have a url string : [url]www.abc.com/abc/abc.asp?id=1[/url]. how can i display the url in tis format with out the querystring? example: [url]www.abc.com/abc/1[/url] please help on tis? i have …

Member Avatar for unholysnake
0
174
Member Avatar for GLT

I created a user registration page using ASP and Dreamweaver, I tried to create a drop down box filled with options from a database. I only wanted the box to contain one of each option but it contains every one, one for each user when i view this in firefox. …

Member Avatar for pmpn
0
117
Member Avatar for mansi sharma

Private Sub Command2_Click() MsgBox "Have a gala shopping", vbOKCancel, "welcome to the superMarket" End Sub Hey, [B]1) [/B]I want to know how to add icons in the message Box . [B]2) [/B] How To Set the Default Button.

Member Avatar for techtix
0
149
Member Avatar for roby4eldiablo

Hi all, i need help on asp-sql code. I have a form when I catch some infos and i want to create a new record into a database. I have tried many syntax but I can't pass the variables a,b,c,d,e,f to sql string. Please tell me how can i do …

Member Avatar for roby4eldiablo
0
123
Member Avatar for Yogesh Sharma

Is Debug Window same as Code Window?? Code window--where we write the code. Debug window--????

Member Avatar for cometburn
0
89
Member Avatar for jamil_vodai

Is possible to create dropdown box dinamically by clicking button in ASP.NET? If possible then how? We want to use C# in background.

Member Avatar for techtix
0
117
Member Avatar for ITech

my problem is that i have a search form for customers ,i want to use msh flex grid to show the results of search, i am searching for a customer which are stored in a database. suppose i want to update some information of a specific customer listed in msh …

Member Avatar for Jx_Man
0
571
Member Avatar for cutebab

hi frens, I hav developed a 'Contact Us' form for a site using asp. Its a mail sending form where i hav used CDONTS mail object. But mine is windows server with XP OS. I heard that XP not supports CDONTS. is it true? I dont know what to do.... …

Member Avatar for techtix
0
71
Member Avatar for amitahlawat20

Can someone tell me from where can I download a Personal Web Server for Windows XP SP2, if not , then an alternative for that ?? I want to do programming in ASP on my personal computer.:confused:

Member Avatar for techtix
0
75
Member Avatar for FallenPaladin

Hi, I am hoping someone will kindly help me out. I am new to ASP and need to create a connection to an SQL server 2005 database. I have failed misserably at web so far and is my worst subject on the course that i am doing. I understand that …

Member Avatar for techtix
0
103
Member Avatar for vicshoup

Using VB ASP Access. Here's the error I'm getting: [QUOTE]Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch /RP_Ref_Guide/RP_search_results.asp, line 23 Browser Type: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Page: POST 109 bytes to /RP_Ref_Guide/RP_search_results.asp POST Data: Partner_Name=Agilsys+Hospitality+Systems&Relationship=&Industry=&Partner_Manager=&Territory=&RP_Search=Search[/QUOTE] Here's the code: [CODE=VBSCRIPT]<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include file="Connections/RP_DB.asp" --> <% rp_name = Request.Form("Partner_Name") …

Member Avatar for techtix
0
84
Member Avatar for rrocket

Is there something else I have to do to get a message with an error occurs other than this: [code=vb] On Error GoTo Handler 'Code that will cause an error Handler: msgBox(Err.Description) [/code] The Handler gets thrown but it is empty.... Just a message box comes up with no text.

Member Avatar for Jx_Man
0
116
Member Avatar for ITech

i have typed this code within my form.. [CODE=vb]Private Sub Command1_Click() SQL = "select * from cusinfo" Call connrecordset(CustomerInfo, SQL) With CustomerInfo CustomerInfo.MoveLast !Name = txtName.Text !Address = txtAddress.Text !DOB = DTDOB.Value !Age = DateDiff("yyyy", DTDOB.Value, Now()) + Int(Format(Now(), "mmdd") < Format(DTDOB.Value, "mmdd")) !Sex = cmbSex.Text !PassportNo = txtPassport.Text !Country …

Member Avatar for QVeen72
0
93
Member Avatar for tree100

Hello, this is my first post. I'm learning VB6 at home, with online tutorials. So far ok, but I can't find the right info on making a dual-paned app. Sort of like in webpages, where a 'frame' acts differently than the rest of the page. I guess it's like a …

Member Avatar for Jx_Man
0
109
Member Avatar for ventrica

this is my simple program and i need to save or write the info that i key in in a notepad and also have the function to displat the info in the notepad. Can any one help me?TQ this is my simple program in VB. how can i write the …

Member Avatar for techtix
0
317
Member Avatar for janel98

how can i connect crystal report 10 to vb6.0? is it possible? i really need to know how,,, thanks in advance!

Member Avatar for techtix
0
108