Unite testing the project (VB version 8 )
I would like to create the unit test using the VB.NET version 8(Visual Stadio 2005). My project done use the OOP. we have -Bo class(Bussiness Object : to store the properties) -Dao class(database access object : methods to connect database. sample : Insert, update, delete,retrive and search data). I d’t understand well about the unit [...]
Answer Question
| February 18, 2008 1:03 AM
VB.NET
I would like to create the unit test using the VB.NET version 8(Visual Stadio 2005). My project done use the OOP. we have -Bo class(Bussiness Object : to store the properties) -Dao class(database access object : methods to connect database. sample : Insert, update, delete,retrive and search data). I d’t understand well about the unit [...]
Deleting files on remote servers
Good day, I currently have a web farm and and trying to use a vb script to delete file from remote servers. I have tried the following scripts. Shell (“del server1C$dir*.* /F /S /Q”) This gives the error message, ensure files exist. then I tried this newProc = Diagnostics.Process.Start(“c:windowssystem32cmd.exe”, “del server1C$dir*.* /F /S /Q”) this [...]
Answer Question
| June 20, 2007 4:40 PM
VB.NET, VBScript
Good day, I currently have a web farm and and trying to use a vb script to delete file from remote servers. I have tried the following scripts. Shell (“del server1C$dir*.* /F /S /Q”) This gives the error message, ensure files exist. then I tried this newProc = Diagnostics.Process.Start(“c:windowssystem32cmd.exe”, “del server1C$dir*.* /F /S /Q”) this [...]
Exchange Server Database
Hi all, I want to ask if anyone knows how to open a Exchange server database? or how to read emails and contacts from the exchange using VB.Net? Thanks.
Answer Question
| September 8, 2008 5:38 AM
Exchange databases, VB.NET, Visual Basic .NET
Hi all, I want to ask if anyone knows how to open a Exchange server database? or how to read emails and contacts from the exchange using VB.Net? Thanks.
iSeries accessibility to VB.NET, ASP 2.0/3.0 ,NET programmers in Visual Studio
My shop does not have WebSphere but does have a sizeable VB.NET team using the MS Visual Studio. They need access to the iSeries files in DB2/UDB – real-time. We already thanks to me have a number of batch/DTS package type transfers. Do any of you know packages that can make the iSeries files available [...]
Answer Question
| October 14, 2010 10:35 AM
Access, ASP.NET, C, Database, DataCenter, DataManagement, DB2, DB2 Universal Database, Desktops, ESRI, HEAT, HTML, Management, Microsoft Office, Microsoft Windows, MySQL, Oracle, OS, PC/Windows Connectivity, Perl, PHP, Security, Servers, SQL Server, T-SQL, VB.NET, VBScript, Web site design & management, WebSphere Studio, XML
My shop does not have WebSphere but does have a sizeable VB.NET team using the MS Visual Studio. They need access to the iSeries files in DB2/UDB – real-time. We already thanks to me have a number of batch/DTS package type transfers. Do any of you know packages that can make the iSeries files available [...]
how to Extract Serial no.s of processor, hard disk, motherboard?
dear members, i want a sourcecode for retrieving serial-code/batch-code of processor, hard disk, mother board or any other peripheral device of personal computer. i think every hardware part of pc must b given some no which i want to know through vb waiting for u r help thanking you plz help to do this task [...]
Answer Question
| July 31, 2008 9:24 AM
VB, VB.NET, Visual Basic
dear members, i want a sourcecode for retrieving serial-code/batch-code of processor, hard disk, mother board or any other peripheral device of personal computer. i think every hardware part of pc must b given some no which i want to know through vb waiting for u r help thanking you plz help to do this task [...]
FileOpenDialog in VB 2005
I’m a novice coder in attempt to create small utilitize to help manage Microsoft Network. I have a two questions. I’m using Visual Basic 2005 Express d/l from Microsoft. 1. I noticed in the toolbar section there are links to create OpenFileDialog and SaveFileDialog. How are these used, meaning how do I call these objects [...]
Answer Question
| October 19, 2006 9:48 AM
VB.NET
I’m a novice coder in attempt to create small utilitize to help manage Microsoft Network. I have a two questions. I’m using Visual Basic 2005 Express d/l from Microsoft. 1. I noticed in the toolbar section there are links to create OpenFileDialog and SaveFileDialog. How are these used, meaning how do I call these objects [...]
Location Document change with vb
Hi, I want to change a setting in the location document of lotus notes 6.5.4: “USER ID TO SWITCH TO”. I want to clear this setting for my users. Is there a way to automate it with VB or VBScript Help is appriciated ofcourse,
Answer Question
| July 17, 2006 9:24 AM
Development, LotusScript, VB.NET
Hi, I want to change a setting in the location document of lotus notes 6.5.4: “USER ID TO SWITCH TO”. I want to clear this setting for my users. Is there a way to automate it with VB or VBScript Help is appriciated ofcourse,
Oracle ODBC Drivers from Oracle vs. Microsoft
I am wrestling with whether Microsoft products (e.g., Excel-MS Query) that use ODBC to access Oracle databases would benefit more by using the latest driver from Oracle or Microsoft. If using a driver from Microsoft, is it likely to be significantly less efficient in exploiting the latest features of the Oracle database (which continues to [...]
Answer Question
| May 4, 2006 7:11 PM
Development, Oracle development, VB.NET, Visual Basic
I am wrestling with whether Microsoft products (e.g., Excel-MS Query) that use ODBC to access Oracle databases would benefit more by using the latest driver from Oracle or Microsoft. If using a driver from Microsoft, is it likely to be significantly less efficient in exploiting the latest features of the Oracle database (which continues to [...]
Read from LPT3
Hello there. I have a little problem, I added a second parallel port to my PC and when I try to read from it the computer always crash..! The actual settins from the additional LPT port is I/O Range C888-C88F The sentence that I’m using is: PortIn(Val(&HC888)) I’m programming on VB.NET and read from the [...]
Answer Question
| May 3, 2006 11:43 AM
C, Development, Hardware, Programming Languages, Software, VB.NET, Visual Basic
Hello there. I have a little problem, I added a second parallel port to my PC and when I try to read from it the computer always crash..! The actual settins from the additional LPT port is I/O Range C888-C88F The sentence that I’m using is: PortIn(Val(&HC888)) I’m programming on VB.NET and read from the [...]
Time out in VB.net when SQL transaciton log backup schedule changed to hourly
We have changed our back up schedule on transaction log from daily to every hour recently. Now my VB.net 2005 program start getting fail to read the table error (maybe caused by Timeout) during the time backup is executing. Is there anyway we can prevent this? Thank you, Paul Hsu
Answer Question
| August 28, 2008 12:51 PM
SQL transaction logs, VB.NET, VB.NET 2005
We have changed our back up schedule on transaction log from daily to every hour recently. Now my VB.net 2005 program start getting fail to read the table error (maybe caused by Timeout) during the time backup is executing. Is there anyway we can prevent this? Thank you, Paul Hsu
DB Connection Procedure – reusing in Solution
I have a .net solution that has a number of WebMethod procedures in various projets. A number of them are DB calls – either getting info or making changes. Consequently there are a number of lines of code in various Projects that are identical & look like this: xxxxxxxxxxxxxxxxxxxxxx Try strInfo = “…..” cn.connectionstring = [...]
Answer Question
| February 22, 2006 1:28 PM
VB.NET
I have a .net solution that has a number of WebMethod procedures in various projets. A number of them are DB calls – either getting info or making changes. Consequently there are a number of lines of code in various Projects that are identical & look like this: xxxxxxxxxxxxxxxxxxxxxx Try strInfo = “…..” cn.connectionstring = [...]
Importing a Text Document into Access programitically
Hello, here is my problem, I have a text file that looks like this: Group:Tablename Fields:”fieldname”"fieldname2″”fieldname3″ “1″”2″”3″ Group:Tablename2 Fields:”fieldname”"fieldname2″”fieldname3″ “1″”2″”3″ I need to figureout a way to programically create a dba from this file, the file format is unchangeable, and I have been unable to figure out a way to do this, Group: refers to [...]
Answer Question
| February 5, 2006 2:44 PM
C, VB.NET, VBScript, Visual Basic
Hello, here is my problem, I have a text file that looks like this: Group:Tablename Fields:”fieldname”"fieldname2″”fieldname3″ “1″”2″”3″ Group:Tablename2 Fields:”fieldname”"fieldname2″”fieldname3″ “1″”2″”3″ I need to figureout a way to programically create a dba from this file, the file format is unchangeable, and I have been unable to figure out a way to do this, Group: refers to [...]
water billing system
does anyone know how to make a water billing system? im currently working on it for a project for my school and im stumped. i cant seem to make my prog run properly. please help me out, just a student here.. also, can you please send me a code on how to make my program [...]
Answer Question
| December 14, 2011 12:27 AM
ActiveX, Programming Languages, SQL, VB.NET, Visual Basic
does anyone know how to make a water billing system? im currently working on it for a project for my school and im stumped. i cant seem to make my prog run properly. please help me out, just a student here.. also, can you please send me a code on how to make my program [...]
Login/Logout time tracking in asp.net
I have an asp.net application that is developed under the IDE of VB2003.net enterprise edition. I can track current and historical Login date/time by calling stored procedure under MSSQL2000 database from the login.aspx page. I’m having inconsistent update of logout time for the same user when the user logs out by using the “X” on [...]
Answer Question
| November 14, 2011 2:58 PM
VB.NET
I have an asp.net application that is developed under the IDE of VB2003.net enterprise edition. I can track current and historical Login date/time by calling stored procedure under MSSQL2000 database from the login.aspx page. I’m having inconsistent update of logout time for the same user when the user logs out by using the “X” on [...]
Career Change
Hello to all and to all a hello. I am looking for everyones opinions and knowledge. So please fill free to feed me your opinions and knowledge. First off I have a degree as a network Engineer and a degree in MIS. I of coarse have my MCSE and MY CNA Net + and etc. [...]
Answer Question
| December 9, 2005 11:25 AM
ASP.NET, C, Development, HTML, Networking, Programming Languages, Project management, SQL, VB.NET, XML
Hello to all and to all a hello. I am looking for everyones opinions and knowledge. So please fill free to feed me your opinions and knowledge. First off I have a degree as a network Engineer and a degree in MIS. I of coarse have my MCSE and MY CNA Net + and etc. [...]
Coping and Renaming multiple files using VB6 Code
Hi Everyone I would like to know how can we copy multiple files from one location to another location, and having the files automatically renamed. I want to copy Images from C:Original to C:Main but i would like VB to automatically rename the files. Naming must start from 000001 to the last image for example [...]
Answer Question
| November 18, 2005 8:08 AM
VB.NET, VBA, VBScript, Visual Basic
Hi Everyone I would like to know how can we copy multiple files from one location to another location, and having the files automatically renamed. I want to copy Images from C:Original to C:Main but i would like VB to automatically rename the files. Naming must start from 000001 to the last image for example [...]
.res files
Hy, We all remember the old .res files we used to have in Visual Studio 6, before .net introducet .resx and .resources. Unfortunatly for my, I have to designe an application in .net platform (VB, C# no matter) that is capable of creating/edit this old .res files. Any help regarding this topic will be more [...]
Answer Question
| October 27, 2005 8:43 AM
C, VB.NET
Hy, We all remember the old .res files we used to have in Visual Studio 6, before .net introducet .resx and .resources. Unfortunatly for my, I have to designe an application in .net platform (VB, C# no matter) that is capable of creating/edit this old .res files. Any help regarding this topic will be more [...]
VB Error
when i try to make my project as .exe format, i get a message that says there is no BINARY COMPATIBILITY FILE SET. i tried to enable that option from the project properties but it was disabled for the users to change it. thanks for your time…
Answer Question
| October 25, 2005 9:20 PM
Development, VB.NET, VBA, Visual Basic
when i try to make my project as .exe format, i get a message that says there is no BINARY COMPATIBILITY FILE SET. i tried to enable that option from the project properties but it was disabled for the users to change it. thanks for your time…
Visual Studio.Net 2003
I have a user who when she tries to run a project, recieves the following: “Error while trying to run project:Unable to start debugging. No such interface supported” Similar message appears when selcting Tools, Debug Processes. Software has been reinstalled, as well .Net Framework 1.1. Any advice is greatly appreciated.
Answer Question
| March 19, 2006 10:06 AM
ASP, ASP.NET, VB.NET, VBA, VBScript, Visual Basic
I have a user who when she tries to run a project, recieves the following: “Error while trying to run project:Unable to start debugging. No such interface supported” Similar message appears when selcting Tools, Debug Processes. Software has been reinstalled, as well .Net Framework 1.1. Any advice is greatly appreciated.
Windows or Web App for Data Update?
I need to create an app that will give the user a list of items that they can then check off to denote that they are copleted. I would prefer a scrollable grid where they can make multiple selections. I would prefer to create a Windows app, but don’t know which control to use. Can [...]
Answer Question
| September 23, 2005 4:36 PM
ASP, ASP.NET, Database, DB2, Desktops, Development, Management, Microsoft Windows, Oracle, OS, Programming Languages, Security, Servers, SQL, SQL Server, VB.NET, VBA, VBScript, Visual Basic, Web development tools, Web site design & management
I need to create an app that will give the user a list of items that they can then check off to denote that they are copleted. I would prefer a scrollable grid where they can make multiple selections. I would prefer to create a Windows app, but don’t know which control to use. Can [...]





