Hi all. I have this script below and know little about scripting & some about VBA macros. What I need is to auto run script (or bat) file that copies 2...
I have the following problem : I have to fill a dbgrid with the results of 3 queries in the next manner : first x rows - results from query1 next y rows -...
Hi. okay, doing a chapter of a book for an example for beginning in visual basic by Julia Milspaw. and doing the example, where you have three menus, file,...
Lionel, Do a search for VB AND FileSystemObject AND Scripting, or look in the MSDN under the Web development node. There is a reference for VB Runtime objects,...
am currently working on a project which is on anti virus can anyone help me write an antiavirus program using VB whis program will only infect .doc files and...
Hi, I would like ask if anybody has experience this error when using copyfolder command in visual basic. The error message is "Method '~' of object '~'...
I'm trying to create a custom line segment control. It basically allows the user to drop a line segment control on a form and edit it at runtime by adding,...
SYMPTOMS When you attempt to run simple ActiveX Data Objects (ADO) code in an application, the following error can occur: "Method '~' of Object '~' Failed" ...
Thanks Camila for the reply. I have one more... do the copying of folders uses ADO? from my understanding... ado is only used when un access database but my...
Hi, Can anyone help to , I use ASP .Net in my project , I try to encrypt my connection string in Web.config through OOP, I use this codes to encrypt the...
dear all, Please help me, I have *.dll , I made in vb6 but it's can not running in windows vista, in windows xp,98,95 not problem, What should I do ?...
Hello to all my friendzz.. i am working on a project in which when i am uploading a file in the testing time (LOCAL) it is being uploaded. But when i have...
Once we have distributed our application "App" to a new customer via CD Installation, we usually do minor updates via web download. On our VB6 version this...
Vista is far more secure. Recode with VB .Net, and online help will show how to do it securely. __________________________________________________ Do You...
Does your customer have the .Net Framework installed? EXE's require the framework (much as old VB code needed the vb runtime. From there, .Net installation...
rewrite the code in .net AgEnT^^^OrAnGe My Greatest Fear is to stop Learning.... Proud to be a Pinoy Expat... ... From: hanifirsyad <hanifirsyad@...> ...
Hi John : ) Thanks for the response. Our application is a winforms based desktop application (we have no current plans for mobile version). The customer would...
In debug mode, after my application closes I am getting "Invoke or BeginInvoke cannot be called on a control until the window handle has been created". It...
Currently I'm reading and writing text files in ANSI format and writing html-files in Charset ISO-8859-1 (Western Europe). For reading I'm using currently...
Hi, I have an VB.net application in which I load an image into a picturebox using the following code. Dim grabpicture As System.Drawing.Image grabpicture =...
Hi Dierich, Not sure if this would be of myuch help but may give you some direction. Me too faced faced some localsation issues (in VB though) and handled the...
Hi. a blind programming student and using the jaws for windows screen reading program from http://www.freedomscientific.com and using visual basic.dot net 2008...
Marvin If I understand what you have written, the employees bonus is based upon a percentage, to a maximum of 2%, of the profit assuming the employee worked ...
... there ... vb ... Any Setup making program can help u. all u need is install .net at targent machine & copy your project ".exe" file to target machine to...
Hi! I have 2 ADO recordsets. I have created 2 connections for these 2 ADO recordests as data sits on 2 diff servers and systems. One recordset is customer...
I am threading challenged, never having run into the issue in VB6 Clueless question... Is there any way to abort all invoked threads without specifying a...
as far as i know 2 connection will not link... try to merge the two recordset in one temporary database such as access or dataset in .net from there you can...