Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
23% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
1
Downvotes Received
11
Posts with Downvotes
11
Downvoting Members
3
8 Commented Posts
2 Endorsements
Ranked #621
~13.7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Jaseem Ahmed

i want to make my project's look like windows 7 have..means glass interface, and buttons, all controls graphics like windows 7. i have searched alot, but i could not find...can u help me regrading this?

Member Avatar for fawazchughtai
-1
692
Member Avatar for Jaseem Ahmed

i have a project connected with sql server 2000... i want to generate the some reports, for that user should itself enter the dates or codes for reports.. i have created a data environment, called the tables. now in general tab, i have selected SQL Statement to filter my data …

Member Avatar for aktharshaik
-1
1K
Member Avatar for Jaseem Ahmed

I have a MDI FORM, i have added a menu in it, now i want to add the pictures in that menu, but it is not displaying the pictures, while that same code i have tried on normal form, it works superb.but not working with MDI. [CODE]Option Explicit Private Declare …

Member Avatar for Jaseem Ahmed
0
126
Member Avatar for Jaseem Ahmed

[CODE]Option Explicit Private con As New ADODB.Connection Public RS As New ADODB.Recordset Public RS1 As New ADODB.Recordset Public cmd As String Dim ExlObj As New Excel.Application Private Declare Function GetSystemMetrics Lib "user32" (ByVal Index As Long) As Long 'Public Declare Function SetCursorPos Lib "user32" (ByVal X As Long, ByVal Y …

Member Avatar for gsatya
0
287
Member Avatar for Jaseem Ahmed

heloo... i want t o develop a data report in vb 6. i have genetared some reports, whose allo fields are from one table.. now i have a table, in whicnh two tables will be datamember.. ed. Sales mancode,Salesman name will come from table one. sales, Empty Return will come …

Member Avatar for reygcalantaol
0
95
Member Avatar for Jaseem Ahmed

i am facing a very litle problem... i have one treeview control, it have 5 nodes, whenever i m clicking 2 or 3rd node, it expend 1st node, and after that it expend the selected node.? what to do?

0
61
Member Avatar for Jaseem Ahmed

i have table in sql server 2000, in whicn i have coloums. now on the interface i have one text box as customercode, and four (4)combo boxes with differnt values. when user wants to do entry, he will enter any code, and will select values from combo boxes, and when …

Member Avatar for Jaseem Ahmed
0
165
Member Avatar for Jaseem Ahmed

i have a problem in storing the value of treeview in database. i have populated a treeview from database, how can i store the selected item in of treeview in database.. [CODE] RS2.Open "SELECT * from CUSTOMER_ATTRIBUTES", con, adOpenStatic, adLockOptimistic RS2.AddNew RS2!Customercode = txtpartycode.Text RS2.Fields("CC_ATTRIBUTE_Id") = TV1.SelectedItem.Checked = True RS2.Update …

-1
47
Member Avatar for Jaseem Ahmed

i have populated a treeview in vb6 from database... now i have problem, that i want to only show childs checkboxes, not parents... parent's checkboxes shoould b visible false.. is there anyway?>

Member Avatar for Jaseem Ahmed
-1
79
Member Avatar for Jaseem Ahmed

can you plz help me how to create a report in execl from visual basic and sql server 2000...

-1
58
Member Avatar for Jaseem Ahmed

i am having some problem in navigating records... when i am moving any record next, it moves record by record nect,and also it moves previous,but when i either press last or first, then these both next and previous button do not work.. here is a code. [CODE] Private Sub movefirst1_Click()'it …

Member Avatar for Jaseem Ahmed
0
989
Member Avatar for Jaseem Ahmed

can u pass an idea... is this is possible to plus all that items(Integer) that are in listbox or listview... e.g a list box have 4 items... 1)-20 2)-40 3)-80 4)-100 is this possible to plus these items,??? items also can b infinite, depends upon user...i dont have any idea, …

Member Avatar for AndreRet
0
135
Member Avatar for Jaseem Ahmed

can u help me regarding listview control in vb 6... i want to use listview as datagrid.. i have 3 textboxes, and a list view with 3 coloums. now when i enter data textboxs, it asks "do u want to add another data?" when user enters so data, how much …

Member Avatar for peter_budo
-1
296
Member Avatar for Jaseem Ahmed

i want to delete selected record from listview and database, but when i press delete button, it deltes onlye first record of listview not selected record... here is code...[CODE] Private Delte_Click() Call Mydatacon Dim rs As adodb.Recordset Set rs = New adodb.Recordset rs.Open "SELECT * FROM AAAAA_DEMO", con, adOpenStatic, adLockOptimistic …

Member Avatar for Jx_Man
0
1K
Member Avatar for Jaseem Ahmed

i am trying to generate a tree view from database, but i after 10 days, i could not fine any way, how to populate, i have tried alot... please help me... i have 2 tables of database.. i contains the parent nodes, and other contain the child node.. e.g [CODE]first …

Member Avatar for debasisdas
0
242
Member Avatar for Jaseem Ahmed

i have connected combo box with data base... i have called a field in combo box... but i dont know how to made selection.. means when i click on items that are in combo box from database, the text box should change value according to the selection of combobox. [CODE]Option …

Member Avatar for AndreRet
0
4K
Member Avatar for Jaseem Ahmed

i m using sql server 2000 with vb 6. i m having some problem in navigating recors.. when i m pressing Move Next,it moves only one record, and when i m moving Move previous, samely it move one previous record... here is a code... [CODE]Option Explicit Private con As New …

Member Avatar for Jaseem Ahmed
0
2K
Member Avatar for Jaseem Ahmed

i have 2 forms, one is Named With territory, where the territory description is given, and other form is Heirarchy, whre the tree will b shown, when any one writes the description in territory, and presses update button, the Node should b created in heirachy... can u help me plz...?

Member Avatar for debasisdas
0
205
Member Avatar for Jaseem Ahmed

i have bundle of text boxes to get an input.. i have textboxes that some how work like data grid... i have 4 colums of textboxes and each colum have 30 textboxes as an array in picture box.. now i am facing a problem that, every time when i m …

Member Avatar for AndreRet
0
93
Member Avatar for Jaseem Ahmed

how can i can save date in database from dtpicker.. and what is the way to assign date field of database to dtpicker.

Member Avatar for AndreRet
0
183
Member Avatar for Jaseem Ahmed

i have an error in my numric fields. just like Phone no., fax no., zip code. these field in data base are assigned numeric data type. now when i m assigning these fields to textboxes, there is error cuming, type mis match. phTxt.Text = rs!Phone in this line.

Member Avatar for AndreRet
0
162
Member Avatar for Jaseem Ahmed

i have a database in sql server2000... i have some of them tables, that i want to connect with visual basic.. the connection is tested, its connected.. now first tell me which data control should i use?? And then the code for updating, editing, adding a record in my database …

Member Avatar for AndreRet
0
588
Member Avatar for Jaseem Ahmed

i dont know aany thing about adodb.. please help me.. please tell me the step by step way to connect the database with adodb in vb6, and to add and update..

Member Avatar for AndreRet
0
122
Member Avatar for Jaseem Ahmed
Member Avatar for Jx_Man
0
152
Member Avatar for Jaseem Ahmed

i have a project, where i have a menu, in which option Customer info, where all the basic information of customer is stored...and blow there is another menu, whre Asset Servey is menu, now i have a text box in wch customer with its code is shown, now i want …

Member Avatar for AndreRet
0
76
Member Avatar for Khliboy_2796
Member Avatar for Jaseem Ahmed

i have one form, with 2 picture boxes, one Vscroll, and so many textboxes in pictureboxes.. when i m clicking the VScroll, it works... now i want that when i press enter button in textbox the scroll should go down, as it goes on click.please help me.

Member Avatar for Vineeth K
0
223
Member Avatar for Jaseem Ahmed

is there any way to select multiple textbox in one click... for example... we have 4 textboxs in an each row.. and 4 textboxes in an each columns.. just like this - - - - - - - - - - - - - - - - now when we …

Member Avatar for AndreRet
-1
90
Member Avatar for Jaseem Ahmed

i m here to ask u a importnt question... is there any way to scroll down or up the text boxes on frames... i mean to say, i have one form, and a frame, and so many text boxes on frame, that all can not b shown at a time, …

Member Avatar for AndreRet
0
207