Application Verifier Program
I’m new to using this Application Verifier put out by Microsoft and am trying to understand what it’s saying. Here is the error code I’m getting; xml version=”1.0″ encoding=”UTF-8″ standalone=”no” ? avrf:logfile xmlns:avrf=”Application Verifier” avrf:logSession TimeStarted=”2012-08-13 : 09:16:50″ PID=”2288″ Version=”2- avrf:logEntry Time=”2012-08-13 : 09:16:54″ LayerName=”Handles” StopCode=”0×303 Severity=”Error avrf:message>NULL handle passed as parameter. A valid handle [...]
Answer Question
| August 13, 2012 2:27 PM
VB
I’m new to using this Application Verifier put out by Microsoft and am trying to understand what it’s saying. Here is the error code I’m getting; xml version=”1.0″ encoding=”UTF-8″ standalone=”no” ? avrf:logfile xmlns:avrf=”Application Verifier” avrf:logSession TimeStarted=”2012-08-13 : 09:16:50″ PID=”2288″ Version=”2- avrf:logEntry Time=”2012-08-13 : 09:16:54″ LayerName=”Handles” StopCode=”0×303 Severity=”Error avrf:message>NULL handle passed as parameter. A valid handle [...]
Escaping special characters in run with administrator privileges script
Hello, reviving an old one on this forum: http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/special-characters-in-vbscript-strings/ I used this script: Here is a VB Script Vall Script that will get around the Password Prompt when “RunAs” is called… ‘Start ‘———————————————————————————– ‘ To Run other VB Scripts or even Batch Files with Admin Priviliges’ ‘———————————————————————————- Dim WshShell, objFSO suser = “YourAdminAccount@YourDomain.com“ sPass = “YourPassWord” [...]
Answer Question
| May 3, 2012 8:32 PM
VB, VB script
Hello, reviving an old one on this forum: http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/special-characters-in-vbscript-strings/ I used this script: Here is a VB Script Vall Script that will get around the Password Prompt when “RunAs” is called… ‘Start ‘———————————————————————————– ‘ To Run other VB Scripts or even Batch Files with Admin Priviliges’ ‘———————————————————————————- Dim WshShell, objFSO suser = “YourAdminAccount@YourDomain.com“ sPass = “YourPassWord” [...]
Programming quiz – Excel, VB etc.
Recently heard an interesting quiz and thought it will be fun to see the solution done programmatically. The quiz is as follows: A person bought an old car with over 170,000 miles on it. The odometer is a digital device with 6 digits. The odometer shows only full digits – no decimals. One day as [...]
Answer Question
| March 31, 2012 4:33 AM
C, COBOL, excel, VB
Recently heard an interesting quiz and thought it will be fun to see the solution done programmatically. The quiz is as follows: A person bought an old car with over 170,000 miles on it. The odometer is a digital device with 6 digits. The odometer shows only full digits – no decimals. One day as [...]
How can I send data out using Microsoft Internet transfer control?
The other day I learned about a module in Visual Basic called Microsoft Internet transfer control, And it was needed to get me information from the internet to my program, that is now working beautifully, now I’d like to learn how to go the other way using the same module if possible, I want to [...]
Answer Question
| June 8, 2011 2:26 PM
Microsoft Internet Transfer Control, VB, Visual Basic, Windows XP
The other day I learned about a module in Visual Basic called Microsoft Internet transfer control, And it was needed to get me information from the internet to my program, that is now working beautifully, now I’d like to learn how to go the other way using the same module if possible, I want to [...]
How to make the connection in SQL 2000 with Visual Basic 6
i want to make the sql connection with vb6,how to open the connection in sql
Answer Question
| May 16, 2011 2:26 AM
SQL 2000, SQL connection, SQL connectivity, VB, VB.NET, Visual Basic 6
i want to make the sql connection with vb6,how to open the connection in sql
VB.NET Conversion Help: Bool Array to Integer and Inteher to Bool Array
Hello everyone, I would like to know how to convert an 32 bit Boolean array to an integer value from one command line instead of writing a For Loop. dim myBOOL(32) as Boolean dim myINT as Integer myBOOL(0) = True myBOOL(1) = True myBOOL(5) = True myINT = xxx(myBOOL) where INT will be 35 ——————————————————– [...]
Answer Question
| March 14, 2011 6:27 AM
VB, VB.NET, Visual Basic, Visual Basic .NET
Hello everyone, I would like to know how to convert an 32 bit Boolean array to an integer value from one command line instead of writing a For Loop. dim myBOOL(32) as Boolean dim myINT as Integer myBOOL(0) = True myBOOL(1) = True myBOOL(5) = True myINT = xxx(myBOOL) where INT will be 35 ——————————————————– [...]
Formview from gridview in Visual Basic
How does one automate by clicking a row in gridview to show a form populated with the clicked row data in visual basic for windows not asp.net
Answer Question
| January 6, 2011 3:01 PM
Database, DataGridView, GridView, VB, Visual Basic
How does one automate by clicking a row in gridview to show a form populated with the clicked row data in visual basic for windows not asp.net
Counting the number of correct answers in Visual Basic
I am trying to count the number of times a selected choice is “Correct!” and then after the 5 choices have been made display a message in a text box based on how many answer were correct. For instance, if the person answered 4 out of the 5 questions correctly I would display a text [...]
Answer Question
| November 15, 2010 2:47 PM
COUNT statement, VB, VB Code, Visual Basic, Visual Basic developers
I am trying to count the number of times a selected choice is “Correct!” and then after the 5 choices have been made display a message in a text box based on how many answer were correct. For instance, if the person answered 4 out of the 5 questions correctly I would display a text [...]
Report field properties
I have a memo field that can have well beyond 255 characters. When I create the report and change the “cangrow” property to yes, it still seems to cut off the field at 255 characters. That didn’t happen in 2003 version. Has some changed with this property?
Answer Question
| October 21, 2010 12:22 PM
VB, Visual Basic
I have a memo field that can have well beyond 255 characters. When I create the report and change the “cangrow” property to yes, it still seems to cut off the field at 255 characters. That didn’t happen in 2003 version. Has some changed with this property?
How to develop a VB application for any computer?
I am very new to this and want to know if I develop a database application using Visual Basic 2005, can my application be loaded onto any computer and used or will the user have to have VB 2005 or some particular database software installed on their computer to use it?
Answer Question
| June 3, 2011 7:12 PM
VB, VB 2005, Visual Basic, Visual Basic 2005, Visual Basic developers
I am very new to this and want to know if I develop a database application using Visual Basic 2005, can my application be loaded onto any computer and used or will the user have to have VB 2005 or some particular database software installed on their computer to use it?
VBScript to file compare
Is there a way to make a VBScript that will get a word from FileA.txt and look for it in FileB.txt. If the word(not the whole line) is found in FileB.txt, then write it in FileC.txt. ?
Answer Question
| April 18, 2011 3:38 PM
VB, VBScript, Visual Basic, Visual Basic Script
Is there a way to make a VBScript that will get a word from FileA.txt and look for it in FileB.txt. If the word(not the whole line) is found in FileB.txt, then write it in FileC.txt. ?
VB with wamp server
Sir pls give the proceedure to connect visual basic basic 6.0 and wamp server and the source code related to this matter at this email-id= arifch2009@gmail.com your response will be great pleasure
Answer Question
| September 22, 2010 9:09 AM
VB, Visual Basic, Visual Basic 6, Visual Basic 6.0, WAMP Stack
Sir pls give the proceedure to connect visual basic basic 6.0 and wamp server and the source code related to this matter at this email-id= arifch2009@gmail.com your response will be great pleasure
Class call not recognized
I have created a class TMT2PropertiesCollection as a separate file. I have a second class (TMT2Layers) and from within Layers I can make a call to Properties (e.g. properties.xxx and back comes a value). But In In my main form I call TMT2properties.xxx and it comes back empty! I am new to class use — [...]
Answer Question
| August 24, 2010 5:50 PM
VB, Visual Basic, Windows Forms
I have created a class TMT2PropertiesCollection as a separate file. I have a second class (TMT2Layers) and from within Layers I can make a call to Properties (e.g. properties.xxx and back comes a value). But In In my main form I call TMT2properties.xxx and it comes back empty! I am new to class use — [...]
Using a combobox to control textbox
how do I code this?
Answer Question
| August 20, 2010 7:50 PM
ComboBox, Excel 2003, Microsoft Excel ComboBox, TextBox, VB, Visual Basic
how do I code this?
How do I create a trigger in VB 6?
HOW TO CREATE A TRIGGER IN VB6
Answer Question
| October 1, 2010 3:57 AM
Triggers, VB, VB 6, Visual Basic, Visual Basic 6
HOW TO CREATE A TRIGGER IN VB6
VB When i create a screen size from ?then i how many size identify in pixel?
When i create a screen size from ?then i how many size identify in pixel?
Answer Question
| July 12, 2010 3:48 AM
Programming, VB
When i create a screen size from ?then i how many size identify in pixel?
CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET
ACTUALLY, I AM CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET . PLEASE GUIDE ME THAT HOW I WILL I LINK THE VB FORM WITH CRYSTAL REPORT.
Answer Question
| June 14, 2010 10:53 AM
Crystal Report, VB, VB.NET 2005
ACTUALLY, I AM CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET . PLEASE GUIDE ME THAT HOW I WILL I LINK THE VB FORM WITH CRYSTAL REPORT.
LISTBOX
I get some data into listbox from base through SQL The number of data ranges from 8 to 15(b1,b2,b3,b4,b5,b6,b7,b8,……b15) which gives up to 1000 results. If it 8 data(b1,b2,b3,b4,b5,b6,b7,b8) I want to have only results where sum of any 7 data of 8 or 7 data of( 9,10,,,,,15) data are some integer (25,26,35,39,41 etc) In one word I want to add data to listbox only [...]
Answer Question
| March 27, 2010 12:17 AM
VB, VB.NET, VB.NET 2005, VB.NET 2008
I get some data into listbox from base through SQL The number of data ranges from 8 to 15(b1,b2,b3,b4,b5,b6,b7,b8,……b15) which gives up to 1000 results. If it 8 data(b1,b2,b3,b4,b5,b6,b7,b8) I want to have only results where sum of any 7 data of 8 or 7 data of( 9,10,,,,,15) data are some integer (25,26,35,39,41 etc) In one word I want to add data to listbox only [...]
.DAT file of unknown structure
I have been given a series of .dat files of which I do not have the file structure. They are produced by a system that tracks elctrical consumption. All I know is the brand “iPT”, and that the owner connects to it via HyperTerminal in order to get the data. I work mostly with VB/VBA, [...]
Answer Question
| April 7, 2010 8:43 PM
VB, VBA
I have been given a series of .dat files of which I do not have the file structure. They are produced by a system that tracks elctrical consumption. All I know is the brand “iPT”, and that the owner connects to it via HyperTerminal in order to get the data. I work mostly with VB/VBA, [...]
Local clients loose connection to local SQL Server when system network drops connection to HQ.
When line to primary Domain controller is dropped, some of the current logged on clients are dropped by SQL when they try to access the database. For some clients, the application still works just fine. The clients are all set up and authenticated in the local Domain Controller. It is my thought that the authentication [...]
Answer Question
| March 19, 2010 9:14 PM
Active Directory, SQL Server 2005, SQL Server 2005 connectivity, SQL Server connectivity, VB
When line to primary Domain controller is dropped, some of the current logged on clients are dropped by SQL when they try to access the database. For some clients, the application still works just fine. The clients are all set up and authenticated in the local Domain Controller. It is my thought that the authentication [...]





