Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #3K
~10.7K People Reached
About Me

"success will come if you have the confidence"

PC Specs
Inter(R) Core(TM) i5-3210M CPU @ 2.50GHZ
Favorite Tags
Member Avatar for arezz09

hello.. i have problem load two data from different table and column.. for example, each data from product table into product combobox and brand table to brand combobox..i succussfully load data to combobox but got multiple same data into combobox.. Dim conn As New OleDbConnection("Provider=Microsoft.Jet.OleDb.4.0;Data Source=" & Application.StartupPath & "\mydatabase.mdb;Jet …

Member Avatar for ryanjayson
0
2K
Member Avatar for arezz09

i has 500gb hitachi external drive...i have divide to 4 partition...Whenever i plug in my external hard drive in computer, it detect but when i open "my computer", the window explorer just freezes and the green ribbon shows up, moves very slowly, and eventually stops at some point. i can …

Member Avatar for sheikhali449
0
174
Member Avatar for arezz09

i need to build wedding card webased system...so i need to create a gallary for wedding card with card information. How to upload that picture into gallary and next time i can delete it back or update information about that picture information..

Member Avatar for seslie
0
94
Member Avatar for rotten69

Hi everyone, I have got a mac book pro and it had initially an OSX before I partitioned the disk. When I did partitioned it, I could see a decrease in the size of the disk. I've only got two partitions that are one for Win7 and the other one …

Member Avatar for rotten69
0
311
Member Avatar for Dean_Grobler

Hi there, I have a machine with 2 harddrives. One has Windows 7 installed and the other has Windows 8 Consumer Preview installed. Since my Win8 is my primary, it starts up into windows 8 without even showing the bootloader. Is there a way for me to go add the …

Member Avatar for sylprose2
0
455
Member Avatar for razamughal67

Hello everybody please tell me How to format a write protected usb . we format in windows 98 and windows xp and we use a ghost bootable CD and try to formate in boot time But it cannot formate. i know many virus in my usb but when i attach …

Member Avatar for razamughal67
0
250
Member Avatar for arezz09

how can I make vb.net application online. Is it possible? so it's can be access from anywhere..

Member Avatar for JorgeM
0
100
Member Avatar for RonKevin

Hello guys! Im Ron, I would like to ask....what would be a great System Unit or better a laptop that can handle softwares of art?Photoshop, animation, autocad,etc..???I'm thinking of buying PC or laptop that is used for gaming but i will not use it for that...Is that okay? Are Computer …

Member Avatar for arezz09
0
127
Member Avatar for jhedonghae

i had set a password for my database to protect my data but the problem is that my database doesn't function with my codes in vb...how do i solved this? please help

Member Avatar for jhedonghae
0
454
Member Avatar for arezz09

i have 2 form. form 1 have combobox and second form textbox...how to load data form textbox into combobox..if i type hitachi in text box, automatictly "hitachi" will save in dropdownlist combobox...anyone..please help me...

Member Avatar for ananth3125
0
201
Member Avatar for arezz09

how to combine this 2 statment.. [CODE] IsConnected("Select * from manager_table", False) Call Loader() IsConnected("Select * from Clerk_table", False) Call Loader()[/CODE] i hve 2 listview, 2 table from accessdatabase..i put listview in tabcontrol..1 in tab 1 & second in tab 2...

Member Avatar for Jx_Man
0
119
Member Avatar for arezz09

i founds this code to search data in datagrid.. [CODE]Me.BS.Filter = "date = " & DateTimePicker.text "'"[/CODE] what BS mean & are this code true ??

Member Avatar for debasisdas
0
87
Member Avatar for arezz09

i hve crete information application... i using this code to save employee information into accessdatabase [CODE]If _contactIC = 0 Then sql = "insert into employee_table (firstname,lastname,ic,address,gender,phone,status)" & "values ('" & firstname.Text & "','" & lastname.Text & "','" & em_id.Text & "','" & em_address.Text & "','" & em_gender.Text & "','" & …

Member Avatar for debasisdas
0
136
Member Avatar for arezz09

i using this code to load data from accessdatabase to 2 combobox [CODE] Dim cmd As OleDbCommand = New OleDbCommand("SELECT product,model FROM combo_table", conn) conn.Open() Dim sdr As OleDbDataReader = cmd.ExecuteReader While sdr.Read() old_product.Items.Add(sdr.Item("product").ToString) old_model.Items.Add(sdr.Item("model").ToString) End While conn.Close() conn = Nothing[/CODE] [ATTACH]20620[/ATTACH] use can see in this picture hve 2 …

Member Avatar for P.manidas
0
101
Member Avatar for arezz09

i hve 2 form..first for insert dat & second for preview data..i'm using datagrid to preview data from accessdatabase.. how to make datagrid automaticly load data form database after insert new data..data grid only load after i relaunch my application...do i need create refresh button or anything else??

Member Avatar for Jx_Man
0
160
Member Avatar for arezz09

can i make idle system for my application...so when user login system & idle for 30 minutes, system automaticly logoff... i only hve code in c#...anyone help me..

Member Avatar for arezz09
0
84
Member Avatar for arezz09
Member Avatar for eileenc87

Hi, I cannot add data source in my window applciation;...There is no menu for me to add a new datasource. What is shown there is [B]none[/B] What should I do? Kindly assist Need your immeadiate attention...

Member Avatar for eileenc87
0
620
Member Avatar for Saikalyankumar

Hello everyone, I have some problem with my windows application in my system. when ever i right click in the tool box and select choose items, the application got closing. Can, any one help me how can i resolve this problem.

Member Avatar for debasisdas
0
170
Member Avatar for eileenc87

hi All, Why when I drag the datagridview in my designer, they don't give me a selection on which data source? How can i declare my datsource, dataset? URGENT..HELPPP

Member Avatar for arezz09
0
219
Member Avatar for arezz09

in form hve 1 datagrid, 1 microsoft reportviewer and 1 textbox.. all data in datagrid binding from access database.. i put this code in textbox to search data in datagrid and automaticly data will preview in reportviewer..in data grid hve 2 column, like product & model.. [CODE] Me.Product_listTableAdapter.FillByproduct(Me.MydatabaseDataSet.Product_list, TextBox1.Text) Me.ReportViewer1.RefreshReport()[/CODE] …

Member Avatar for arezz09
0
89
Member Avatar for arezz09

i using datagrid and all contents in datagrid from accessdatabase (using dataset) i hve this in query builder.. SELECT product, model, stockIn, dateIn, allQuantity, stockOut, dateOut FROM Product_list WHERE (model LIKE ? + '%') can i search by multiple column like product & model in 1 texbox & 1 more …

0
82
Member Avatar for arezz09

how to make search button for datagrid that can search by any thing that i hve set..for example smething like this but i use this code for listview [CODE] IsConnected("Select * from manager_table Where firstname like '" & Me.TextBox1.Text & _ "%' or status like '" & Me.TextBox1.Text & "%' …

0
58
Member Avatar for arezz09

i hve create 1 listview and all data from accessdatabase (using oledbconnection) in database hve 4 column, so in listview 4 column.. can i view only 2 column in listview, example only column 1 & 2 only in listview.. i using this code [CODE] ListView.Items.Clear() While (myDR.Read()) With ListView.Items.Add(myDR("column1")) .SubItems.Add(myDR("column2")) …

Member Avatar for debasisdas
0
131
Member Avatar for arezz09

i hve create 1 listview & checkbox inside listview...how to print check item in listview..

Member Avatar for dxider
0
106
Member Avatar for arezz09

i has create system registration that use vb.net 2008 & accessdatabase (oledb connection) i set ID as primary key,when i insert new ID but if ID already in database i will get error cz data duplicates..so anyone know any code that will promp mesej like this "Data already in data …

Member Avatar for Jx_Man
0
559
Member Avatar for arezz09

i hve build 1 system inventory using vb.net 2008...can i run execute file from browser...maybe like in asp.net..

Member Avatar for debasisdas
0
86
Member Avatar for arezz09

i hve create crystal report in vb.net 1 accessdatabase with password..using oledb connection when i wont to print data using crystal report, it will ask a password cz i have set database with password.. do i set password in crystal report or anywhere cz i dont know, so nexttime i …

Member Avatar for debasisdas
0
110
Member Avatar for arezz09

1. i hve create school system...so when register new student i want to upload their picture in folder,not database...when upload, all student picture will be in same folder like student picture.. 2. i'm using listview to view all student information,so i want picture display in listview column..

Member Avatar for codeorder
0
148
Member Avatar for arezz09