HI,
I created a Printer Dialog in Visual Basic.
I would like to know if i can replace the default windows 2000 printer
dialog with this Printer Dialog i created.
If possible, How is it done ?
If not, Is there an alternative to this.
Thank You,
RANN
HI,
I created a Printer Dialog in Visual Basic.
I would like to know if i can replace the default windows 2000 printer
dialog with this Printer Dialog i created.
If possible, How is it done ?
If not, Is there an alternative to this.
Thank You,
RANN
Hi,
I am new to API.
I would like to know if we can disable the menu options
in windows applications such as Notepad, Solitare game
using API calls.
For Example i would open notepad from my vb application
(which is easy) i need to disable the File->open menu option using API as i open...
Hi,
I would like to open a solitare game after Disabling some of the menu options.I can open any application from my VB
code but it need to disable some of the menu options.
Can this be done using API calls.
Thanks in Advance,
Any suggestions would be helpfull.
RANN
Hi,
When i click on a cell of a FlexiGrid i need a cursor to blink in the cell.
How to do this?
I tried all the properties. But had no luck.
Is there a particular method or a particular property i need to change.
If there are no properties can i accomplish this using VB code.
I need this only...
Hi,
I want to have multiple Column Header in MSFlexiGrid is it possible.
For example when you put data into a flexi grid you display it as follows.
CustID -- CustName
1 -- Mik
2 -- Tim
3 -- Dan
4 -- Rann
But i want it as follows
CustID -- CustName
1 -- Mike
2 -- Tim
Total -- Percentage
2 --...
Hi,
I printing Text on a form using two methods.
For Example:
1)frmMain.CurrentX = 78.28
frmMain.CurrentY = -2.136
frmMain.Print "hello"
2) In the second method i used a Textout API Method
TextOut(hPrintDc, 78.28, -2.136, "hello", Len("hello"))
Why does...
Hi,
I recently downloaded some source code from the web
and noticed that the programmer has declared variables
as follows.
Private Sub Test(Total%, count$, Cost!)
.........
........
........
End Sub
what does these %,$ and ! stand for are they part of the
variable or do they mean some thing...
HI,
It must have been the stress. The only Problem with my code is i forgot to add rst.movenext(Probably i was half a sleep) .Thanks CClint/Sunaj for your help.I really appreciate it.
Thanks,
Rann.
Hi,
This is what i did.
Public Function LinkQuestions(intCurrent As Integer)
Dim strSQL As String
Dim rst As DAO.Recordset
Dim dat As DAO.Database
Dim intNextQuestion As Integer
Dim intIncrement As Integer
Dim blAdded As Boolean
strSQL = "Select QuestionNum,Answer,NextQuestion from...
Hi,
1)How to access this password protected file thru VB code.
(Connection String).
You can use the below connection string to access a MSAccess
database.
gstrOLEPlanManager = "Provider=" & _
"Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" &...
Hi,
I need to Unset Access Database password using
VB DAO or ADO.
How do i unset access password.
I know you can change the password using
Set datInfo = OpenDatabase("mydatabase")
datInfo.newpassword("pwdold","pwdnew")
Any help or links would be...
Hi,
I have a picture control on a form that displays bmp files
stored in a Access database.
I use
" Picture1.Picture = LoadPicture(rstData.Fields("Photo")) "
to display the bmp image from the table(rstData is a recordset).
But this does not display the bmp file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.