Anyone know of a decent way to print your msflexgrid? You're probably familiar with the problems: If you use myform.print, it only does a screen dump of the...
Hi Dudes and Gals in this group, I have a problem in my VB group. Last week I had sent a VB project by setup wizard to my client. Some of you had really helped...
Hi all, How can i refresh crystal reports? Iam using VS.NET2003 and using vs.net i created a aspx webpage and on the page i placed a drop dwon list and a...
ok cso here is my expereince with data reports, first you must install the driver of the prefered printer and it must be the default printer.. if you will use ...
Hi experts Thanks in advance. I am trying to open an help file with vb 6.0 application. with out specifying the file in project properties. can any one help me...
Dear All, I have developed a Search application for our inventory in MS Access database split into front and back end. It is working well. However, I want to...
Hi all, How can i display double byte characters in a report?(Crystal report 9.1) How can I print a report using Crystal reports 9.1? Can anyone help me in...
Hello all, How to create a dll in asp.net and call that dll in Crystal reports.net???? Thanks in advance Regards Jack ... Talk is cheap. Use Yahoo! Messenger...
hello everyone, i'm now developing a software for Czech Republic users, which need to enter some special characters. they are using those characters in Charset...
al users need to set it up from the Control Panel > Regional Settings > Details and should add the keybord layouts there....and then use the language toool bar...
I have two Msflexgrids, one in Form1 and another in Form2. I would like to have a single, file save routine in Module1 that could save either grid to disk. In...
dim mygrid as msflexgrid set mygrid = form1.msflexgrid1 ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
hello everyone again, i now facing a problem to display an animated GIF file on my VB project. if i put the GIF file in either image or picture control, it...
ISO Latin-2 or ANSI Latin-2 seems to be a standard name. In the usual Windows configuration u dont find a font named "Latin 2". From google I got that maybe...
Greetings Group Members: I would like to introduce myself to the group and mention my PC BASIC interest started with MS-DOS QuickBasic 4.5 and recently ...
There's an ocx called DXAnimatedGIF.ocx that I have used in the past. You can get it here: http://spazioinwind.libero.it/vbprogzone/activex/acx020.html Tim ......
Not sure what type of Help File you are using, but for HTML type ".chm" I use the following code in a module named modHTMLHelp.bas: Option Explicit Public...
You can always write your own... or borrow one from Planet Source Code. Here's a couple from there... http://www.planetsourcecode.com/vb/scripts/ShowCode.asp? ...
Hi Lee, Welcome aboard! ... The FRM files are "form" files. These contain the actual code, events, and component references used within a form, along with...
or you can use microsoft internet control for display the animated image, it is microsoft build in, so you don't wory to distribute to client Regards Revi...
... Be careful using the MS Internet Control. It supports client-side scripting and can be used to backdoor the system through your application, if you aren't...
it works thousand thanks to you tim8w <tim8w@...> wrote: There's an ocx called DXAnimatedGIF.ocx that I have used in the past. You can get it here: ...
Hi this is a simple thing please try this code given below. Give this at the declaration part.at the module Declare Function HtmlHelp Lib "hhctrl.ocx" Alias...
hello everyone, i encounter a special character problem just like the case in here ---> http://www.codeguru.com/forum/showthread.php?t=306552&goto=nextnewest ...
Ok this may be a virus but I'm not sure. Occasionally my vb source is corrupted by letters being inserted in random places. Eg "select case" may be replaced by...
Julian Holt
jholt@...
Oct 20, 2006 4:20 pm
14949
Hi guys Here is a good one for you.... I want to detect if my VB app is running inside a Virtual PC.. Basically I don't want to allow this and want to shut...
Julian Holt
jholt@...
Oct 20, 2006 7:09 pm
14950
Ok answering my own question I found something at http://blogs.msdn.com/virtual_pc_guy/archive/2005/10/27/484479.aspx Dim Manufacturer strComputer = "." Set...
Julian Holt
jholt@...
Oct 20, 2006 7:19 pm
14951
Hi Julian, ... Sounds like your ram is failing. You can test it by creating a bootable CD with memtest86 (it's free): http://www.memtest86.com/ The amount of...
Hi Julian, ... It's my understanding that these can be fabricated using an API call during boot. This was discussed only yesterday on one of the security lists...