Hi All! as this subject shows, for protection of my program from copy(!!!) i need to force my program that only run on customer PC. for that purpose, I want to...
hi dude? i am surprised that y u r not been ableto connect with Access. Well there might be the problemof update download Oledb Jet 4.0 Engine update...
or it might be the case that u r inserting Sqladapter or it mightb ethe case as well keh u r not selecting OLEdb jet 4.0 Engine for connection ... From: jai...
Check the data control name is correct Or check the properties for data control With Regards Arul. ... From: Nasser F [mailto:nasser_simple@...] Sent:...
C.A.Arul
arul@...
May 3, 2004 8:26 am
5760
MSDE has some difficulty installing through a wizard. Especially with VB6 and VB.net 2002. If U have .net 2003, there is a deployment component specifically...
hi everyone after connectiing vb.net with access , it shows an error. "cant find installable ISAM" what to do? jai ===== Jai Prakash Mehta, B-18, Staff Colony,...
Hi all guys! Any one who have an idea of how to convert an MS Access Snapshot or HTML File with images into PDF file... Great help for me ",) Regards to all! ...
You would need the libs that come with Acrobat Writer (or what ever its called) to make them programmatically. The only other option I know of it to use an...
Hello Everyone, I am connecting my PalmPDA to serial port and the problem is, I want to get the details of the PDA like machine name,machine number and so...
U must first generetae HTML file by MS Access and then conver it using PDF Printer(s) in WinXP (Win2000) or Acrobat Distiler (Version 5 or higher) in Win9.x ...
I want to pop up a msgbox everytime a user changes a cell that is on the same row, but on every other column, to the end of the 256 columns. This is my code at...
Hello friends, In my project i am using setpixels and getPixels, which are registered in GDI32.dll. Though this file is present in client machine it is not...
To all, I have two programs one and HTML and the other one is a .sql.asp. When I run the HTML and it calls the .sql.asp program, I just get a blank screen. I...
Hi Friends, How can i know the total pages count in datareport without Insert %P Control in other words i need to know how many pages will be printed ... Do...
Is one of you able to locate where I'm getting lost in loops? Thanks, Chris =========== CODE ' Start of the Program - ListMBox.vbs Dim rootDSE, domainObject ...
VB Data Form Wizard I haven't wrote a single line of code and I'm getting the following error after creating a form with VB Data Form Wizard. "Procedure...
I have inherited somebody else's VB dll. I would like to know the best way to debug this dll. How can I determine what parameters are being passed to this dll...
Has VB.Net(standard) Gone backwards with Comm Port access? I have been tring to figure out how to have two way communications in VB.Net over the comm lines...
It was a goof up by Microsoft. They forgot to include a class for COM port access while developing VB.net. So the RS232 class is available as a separate...
hello everybody, i am working with XML. while loading it in studio it gives an error that file could not be found help please. jai Imports System.Xml Public...
I'm with you. I think Microsoft made a mistake marketing what is essentially a new language with a familiar syntax as an iteration of Visual Basic; Visual...
Why the three dots in the file name doc.Load("...\studentpk.xml") Put the file in the bin folder and use doc.Load("studentpk.xml") With Regards Karthick V A...
Karthick, Jai probably copied and pasted the source from an example and forgot to properly change the path. Jai, The 3 periods were there to suggest that...
Hi jai Actually u have to enter the full path to point the XML file For example If ur file is in bin folder of application, U can specify as ...
Karthikeyan Muthurajan
mkarthik@...
May 17, 2004 8:52 pm
5780
I'm not trying to probe a Microsoft/Non Microsoft argument here, but I don't view Microsoft cramming anything down our throats. You do have the option of not...
I have to agree, with Ryan. MS didn't shove anything down anyone's throat. What they did do was listen to their users many years of complaining about various...
How do you turn on the option that numbers the lines of code in the code view screen. I know it's a lame question, but I completely forgot. Thank you....
In VS.NET 2003 its Tools>Options>Text Editor>and then what ever language are are working with. Charles Rader SHCA-Network Admin ... From: "nyjulio2002"...
I guess it is available only in .net, not in VB6 With Regards Karthick V A fanatic is one who can't change his mind and won't change the subject. -Sir Winston...