Count Issue in Pivot Table
Is there any way in Excel 2007 to have a pivot table always default to sum the amounts rather than count them?. because all the time count function is coming .when dealing with pivot table . let me...
View Article[RESOLVED] IDE Issue...
I've been having a problem with the VB6 IDE under Windows 8. I've got it up and running but when I open up my project and run my program it works well. When I exit the app, the IDE grinds to a halt....
View ArticleMake crash on windows 7 x64
Hi All, Sorry if this has already been answered, but I've spent a couple of days searching and not come up with this problem anywhere else so far. I recently setup Visual Basic 6 on windows 7 x64,...
View ArticleScaling of forms is off
A client got a new computer, Windows 7 with an HP TouchSmart screen. Our VB6 app is being cut off on the left and bottom on almost all screens/forms. The screen resolution is currently set to 1600 x...
View ArticlePasting a bmp or jpg into a picturebox?
Hello there everyone. I am working on a project that lets me draw on a picturebox so I can use it to teach lessons on a touch screen computer. I have a picturebox called DrawPicture, and I was...
View ArticleString comparison problem
Hi... I am trying to make a code for a html tag validation program. I am using two text files loaded to a rich text box. One for all html tags ( such as <html>,</html> etc.,) and another...
View ArticleHow to get row property wihtout looping?
Using flexgrid I have this table accno | name 001 | Jose 002 | Juan 003 | Ken Given the accno, I can get the row of a record in the grid using For loop For x = 1 to grid.Rows - 1 If grid.Textmatrix(x,...
View ArticleBiinary issue when try to register ocx file
Hi Friends, When i tried to Register ntwdlib.dll . it says The Module "ntwdlib.dll" failed to load.Make Sure the Binary is stored at the specified path or debug it to check for problems with the binary...
View ArticleIs there a way to have set where the end of the mouse cursor is?
Hi there everyone. I have a minor issue, so it is ok if it is something that cannot be changed. I am working on a tool that I can write on when teaching on a touch screen computer, and I changed the...
View ArticlePrinting to label printer using 'Open' and port name
Hi everyone. I have a label print which prints from a prn file, as in: Code: Open "LPT1:" For Output As #1 Print #1, strStringToPrint Close #1 On entering a valid printer port eg. USB003 or...
View Articleadd newline to if same links
richtextbox1 has links like this Code: http://rapidgator.net/file/80207978/xxxxxhtml http:rapidgator.net/file/80208016/f12.html http:rapidgator.net/file/80208053/1.part3.rar.html...
View ArticleFlipping Image Plus Text Labels Simultaneously?
If I were to reveal an answer in Family Feud and I wanted to flip the image plus the corresponding labels, what do I do? What is the best method of coding for this flipping?
View Articlerun time error 3421
I am using VB6 and I am getting a run-time error. I want to but a debug code @ the cm7 that tells me what the var is at the time. I know what the part number is that it gets the code. I am new to VB6...
View ArticleMsgbox with the good answer(work with file)
hi guys.I have to do a projekt for school.We have to do a quiz.We must take data from a file txt and I;ve got a problem.I've got 2 Option Buttons(Yes and No) and i need to make a msgbox with the...
View ArticleI need some help regarding in looping for scroll list :((
Hi Programmers, I have a problem regarding on how to display a multiple query values in scroll bar . Please look at the picture. Here is the scenario, : The user is trying to search a book, but the...
View ArticleConverting code for new Engine change over i need help
Old Program Engine: Konfuze Edit ReRelease New Prgram Engine: Eclipse Origins 2.3 Event system.(clean copy link of this source: Link ) Reason for not asking the engine fourm: they refuse to help people...
View Article[RESOLVED] password protect a file
Is there a way to password protect a jpg file directly to the jpg file like when you open the jpg file it will ask for a password? If this cannot be done, what is the other way to protect this jpg...
View ArticleOpen several files using Command
Goodmorning :) I have built a program of which I wish only one instance opened at time. To do this, I used Mutex and related API calls: Code: Function Is2ndInstance() As Boolean Dim hMutex As Long...
View ArticleProbably elementary collection question
I assume this should be an easy question to answer, but I'm not too experienced with classes so it's far from obvious to me. What's wrong with the class code below, namely the Let x property? An error...
View Article