Creating MS-SQL Database on SQL Server in a local network
Hi How we can create Database on SQL Server from client machine and then copying tables from existing database to a New Crated Database in a local network using VB as front end . Thanks
View ArticleHow to check if a particual OCX/DLL is registered?
Hi, Greetings everyone.. hope all are fine.. ok. I need a help about how to detect whether a particular ActiveX control (ocx/dll) is registered or not :) for example: I have made a software that use...
View ArticleShowing Database Tables in FlexGrid
I want to show all tables with there records in a flexgrid along with Button or Label asking to Delete all records. The idea is as under Table Name Number of Records Action ABC 10 Delete ? BBC 5 Delete...
View Articlehow to fix "cant add the reference to the specified file"
hello guyzz... i have my project...in vb 6 and i have to add dll as reference in it... but getting this msg "cant add the reference to the specified file" that myfile.dll(asdecr.dll) is made in VC++...
View ArticleWhy the forms gets transformed when in game and not restored back when in...
I have an application that must works in background of a gamming enviroment. The problem by example, I have some window sized like 1000x400, continuing with the example, run a game that switch to...
View Articlegeting an error msdxm.ocx
Im trying to load up my program and an error came up saying that in need to Register MSXM.OCX. so I did that. (regsvr32 "c:\testprograme\MSDXM.OCX And I get this error The module...
View Articleusername and password
hi, i have a project, but i want to prompt first a form containing username and password (textbox) to open my project. thanks please help me
View Articleoledragdrop With Run As administrator ?
How I can Use Oledragdrop If I Run As Administrator ? If run app (Run as Administrator) then can't Oledragdrop ! how I Can Make it Accept drag ? I Want it Administrator & Oledragdrop Thankx
View ArticleClarity Visual Menu Editor
Hello VB developers, I am searching for an alternative to the VB menu editor, since it has following downsides: - no ratio buttons available - no Unicode support - no icon support (ok, this is a "just...
View ArticleDTPicker Custom Time Format
Hi! Would you please help me with the following problem? I want the DTPicker to only allow selection of time in the format of 'hours:minutes AM/PM'. Since the Format '2 - dtpTime' also includes...
View ArticleError : ByRef argument type mismatch
Hi Ob this line If IsDatabaseAvailable(strDB) it is giving me this error " ByRef argument type mismatch" strDB = "Jaggan" ' Database Name If IsDatabaseAvailable(strDB) Then cnn1.Open "Driver=SQL...
View ArticleWinsock Error (wrong protocol or connection state for the requested transaction)
hello guys... i`m really need ur help... i just want to make a client/ server using a winsock... everything is fine when i`m doing on my computer (client /server) but THERE are problem when I try to...
View Article[RESOLVED] Office 2010 - class mscomctllib.listview was not a loaded control...
I'm not sure if this is where this post belongs and I expect it to move down the list quickly. My intent is a forum search will find it. I installed Micosoft office 2010 yesterday and projects using...
View ArticleIs there a Link Label in VB6? If there, then how to use it?
Does VB6 has a Link Label control? And if it has how to use it? Or if there is not one, can it be added through components? I do not want any third party tools to be used?
View ArticleQuotation marks in a text file
Hi folks: I am working on an application that imports a csv file into a mysql database. Unfortunately whoever created the files that I am importing thought it would be a wonderful idea to use a...
View ArticleWindows 7 Touchscreen focus issues .
Hi I've encountered a weird behaviour . the running machine setup : Windows 7 embedded PosReady ( win7 version for POS machines ) IBM POS Hardware with Elo Touchscreen drivers . the Problem: My...
View ArticleI will like to build Reminder System
A reminder system that would scan through a database in every 24hrs to fetch records of employee documents that would expire in the next 45 days and then throw up these expected results via email or...
View ArticleMenu On Multiple Forms, Same Code?
Hi, I have a menu on my form and all the code is done. Currently I have this code and menu on multiple forms but every time I want to change anything I have to change it on each form. Anyway I can have...
View ArticleApp security: installation and code
Hi, I'm a basic user of Visual Basic and now i'm working on my own apps and i want to know how to have some security to my app, like: 1 - Secure the installation with for example a serial or activity...
View Article