Search Results

Showing results 1 to 40 of 203
Search took 0.01 seconds.
Search: Posts Made By: firoz.raj ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 32 Days Ago
Replies: 5
Views: 478
Posted By firoz.raj
Kindly find the attachment.
Forum: Visual Basic 4 / 5 / 6 33 Days Ago
Replies: 5
Views: 478
Posted By firoz.raj
Are you trying to add the same number or continous number into ALL 11 mask edit boxes at the SAME time?


[Quote]
Simple i want to Print the Amount in figure in Prepared Pattern of ...
Forum: Visual Basic 4 / 5 / 6 34 Days Ago
Replies: 5
Views: 478
Posted By firoz.raj
i have place Masked # # # # # # # # # . and i have put MS Sans Sarif Font But it is not going in the Boxes Properly Kindly let me know the Idea.Kindly find the attachment also.and kindly let me know...
Forum: Visual Basic 4 / 5 / 6 Aug 24th, 2009
Replies: 1
Views: 395
Posted By firoz.raj
Can anyone Explain and Demonstrate the Difference between Modal
and modeless form.Kindly let me know the idea.Any help would be
Highly appreciated.
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2009
Replies: 2
Views: 400
Posted By firoz.raj
i simple want when user click on the select all checkbox.all the checkboxes of list view should be filled with check sign.which is working fine.but problem is that when user click again on the...
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2009
Replies: 1
Views: 386
Posted By firoz.raj
Simple made programme for testing purpose.user take input from 1 to nine.and function convert that numeric number into text like one two ...nine. function is working fine .but the number in words is...
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2009
Replies: 0
Views: 211
Posted By firoz.raj
What happens when we do .in the form_load event.
it delete the object from stack .or what ?
normally i know when we do set con=nothing it deletes the
object from the tempporary memory. Normally...
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2009
Replies: 3
Views: 358
Posted By firoz.raj
Know i understand .let property is just like storage bucket where
data are assigned only.and with the help of get property we
read the variable value.that is why it is get.in the following case...
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2009
Replies: 3
Views: 358
Posted By firoz.raj
Can anyone tell me .when in let property why we put parameter
of property always value type .why not return type should
be reference type.Additional can anyone explain me datasource
class of...
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2009
Replies: 3
Views: 564
Posted By firoz.raj
'
Still doubt kindly explain this also.
If blnDataReturned(rs) Then If IncludeBlank Then ReDim mClassCodes(0) cmbCodes.AddItem BLANK mClassCodes(i) =...
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2009
Replies: 3
Views: 564
Posted By firoz.raj
can anybody explain me.the use of redim statement and preserve
keyword over here.kindly let me know the idea .any help would be
Highly appreciated.

Public Function LoadData() As Boolean
Dim...
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2009
Replies: 1
Views: 252
Posted By firoz.raj
Can anyone tell me how should i use variable to take different value.here is the following code which is working fine.

strsql = " SELECT *" & _
" From ALRAJHIBANK " & _
" WHERE...
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2009
Replies: 3
Views: 481
Posted By firoz.raj
[QUOTE=Mbt925;926755]Standard Solution:

Thank You.
Forum: Visual Basic 4 / 5 / 6 Jul 21st, 2009
Replies: 1
Views: 366
Posted By firoz.raj
i want to see all the installed font name using for each loop.i have
written a code but it say object required.and it break at bold line.
kindly let me know any idiea?

Private Sub Form_Load()...
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2009
Replies: 3
Views: 481
Posted By firoz.raj
simple want when user click on close form button.all the form should close except Mdi form.but MDI Form also get close.Kindly let me know. any help would be Highly appreciated.here is the code what i...
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2009
Replies: 5
Views: 683
Posted By firoz.raj
i tried but i got error type mismatch.Kindly let me know the idea.

Private Sub FillEmployee()
Dim strSql As String
Dim con As ADODB.Connection, rs As ADODB.Recordset
Set con = New...
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2009
Replies: 0
Views: 249
Posted By firoz.raj
can anybody tell me how should i fill supplier name .in a list view using collection.here is the code what i have written.any help would be highly app
reciated.

Private Sub Command1_Click()
Dim...
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2009
Replies: 5
Views: 683
Posted By firoz.raj
open a recordset and simple do like.this is easy way to get data in
a combo box.

If Not (rs.EOF And rs.BOF) Then 'check if it is either eof and bof
rs.MoveFirst 'go to first...
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2009
Replies: 2
Solved: help me pls!!!!
Views: 250
Posted By firoz.raj
hi genius
No body will copy your code.only you should post list box issue.
nobody will answer until you post your code.
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2009
Replies: 6
Views: 862
Posted By firoz.raj
i want to call Private Declare Function PrintDlg Lib "COMDLG32.DLL"
instead of print dialog box.Kindly let me know .any help would be
highly appreciated.
Forum: Visual Basic 4 / 5 / 6 Jul 14th, 2009
Replies: 6
Views: 862
Posted By firoz.raj
now i want to call this printer dialog box.when user click at print
button .Kindly let me know the idea.how should i call this print
dialog box .using print button.Kindly help me.any help would be...
Forum: Visual Basic 4 / 5 / 6 Jul 13th, 2009
Replies: 6
Views: 862
Posted By firoz.raj
Thank you VB5 Programmer.right now it is working .for printer ms word printer dialog box is not possible?.Kindly let me know.Any help would be Highly Appreciated.the following code is working fine.ms...
Forum: Visual Basic 4 / 5 / 6 Jul 12th, 2009
Replies: 7
Views: 529
Posted By firoz.raj
HI,
[Just take one form.place all the button for number 1,2,3.. to 0.
and place the caption integer value for each command button.
additional take command button for all the operation like +,-,%...
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2009
Replies: 6
Views: 862
Posted By firoz.raj
when i press cancel button.it still prints.Kindly let me know .any help would be Highly appreciated.here is the following code what i have written.

Private Sub btPrint_Click()
Dim frm As...
Forum: Visual Basic 4 / 5 / 6 Jul 9th, 2009
Replies: 4
Views: 668
Posted By firoz.raj
Thank you Vb5 Programmer.Right it is working .here is the code what i have written.

Private Sub CboEmpName_Click()
Dim con As ADODB.Connection, rs As ADODB.Recordset, sqlQuery As String
If Not...
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2009
Replies: 4
Views: 668
Posted By firoz.raj
Still not working kindly let me know.
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2009
Replies: 4
Views: 668
Posted By firoz.raj
I Simple want when user click on the combo box .the other corresponding detail should come in a text box.i have written a code but it is not working .Kindly help me.
any help would be Greatly...
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2009
Replies: 1
Views: 331
Posted By firoz.raj
Can anybody tell me .How should i see collection value using immediate window.any help would be Greatly appreciated.when i type ?m_cEmployees.Item(1) in a immediate window i got error
object does...
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2009
Replies: 0
Views: 274
Posted By firoz.raj
Can anybody tell me .why i am getting error object variable not set.
Kindly help me.any help would be Greatly appreciated.here is the
code what i have written.

Public Sub Addtolistview()
Dim...
Forum: Visual Basic 4 / 5 / 6 Jun 15th, 2009
Replies: 3
Solved: Listview issue
Views: 436
Posted By firoz.raj
Right know i got error . duplication error.Kindly find the attachment.
also.Kindly let me know some idea.any help would be Greatly
appreciated.

Private Sub btSave_Click()
Dim con As...
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2009
Replies: 3
Solved: Listview issue
Views: 436
Posted By firoz.raj
i simple was to add information in a listview using save button.
but when click save it hangs.kindly help me .any help would be
Greately appreciated.
here is the code what i have written.

...
Forum: Visual Basic 4 / 5 / 6 Jun 1st, 2009
Replies: 8
Views: 616
Posted By firoz.raj
Sir when i delete first time.it delete properly.when i again delete
it says index out of bounds.Kindly let me know any help would be
Greately appreciated.Kindly find the attachment also.

Private...
Forum: Visual Basic 4 / 5 / 6 May 28th, 2009
Replies: 8
Views: 616
Posted By firoz.raj
[QUOTE=Jupiter 2;877947]success is boolean so
I Got true value when i tried MsgBox (SUCCESS).here is the
complete code of addtolistview() method:

Public Sub Addtolistview()
'Dim success As...
Forum: Visual Basic 4 / 5 / 6 May 28th, 2009
Replies: 8
Views: 616
Posted By firoz.raj
Sir connection is already open i have declared connection method
openconnection method in modconnection module .here is the code what i have written.

Public Function OpenConnection(ByRef conex...
Forum: Visual Basic 4 / 5 / 6 May 27th, 2009
Replies: 8
Views: 616
Posted By firoz.raj
can anyone tell me .why i got error object variable or with block variable not set .any help would be greately appreciated.here is
the code what i have written.Kindly find the attachment also.
...
Forum: Visual Basic 4 / 5 / 6 May 24th, 2009
Replies: 0
Views: 708
Posted By firoz.raj
i have written a employee class .there are some properties i want to access database fields data through this property can anbody help me any help would be greately appreciated. Kindly find the ...
Forum: Visual Basic 4 / 5 / 6 May 12th, 2009
Replies: 5
Views: 665
Posted By firoz.raj
[QUOTE=cguan_77;867090]hi firoz.raj make sure that you have three different tables.. what i mean you should have like table1 then table2 then table3.
ex.
still getting error the requested member of...
Forum: Visual Basic 4 / 5 / 6 May 11th, 2009
Replies: 5
Views: 665
Posted By firoz.raj
I am Getting same error.Here is the code what i have written.

Sub CreateMaterialsTable()
ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=3, NumColumns:= _
4,...
Forum: Visual Basic 4 / 5 / 6 May 10th, 2009
Replies: 5
Views: 665
Posted By firoz.raj
Can anyone tell me why i am getting The requestedmember of the
Collection Does not exist.Runtime error '5941'.Any help would be
Greately appreciated.Cursor go on the bold line.

Sub...
Forum: Visual Basic 4 / 5 / 6 May 10th, 2009
Replies: 3
Views: 466
Posted By firoz.raj
Unable to insert a picture in ms word.Kindly help me any help would
be greately appreciated.
Showing results 1 to 40 of 203

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC