Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~7K People Reached
About Me

i am.from maldives. studied in bangalore , now working in a organizations IT

Interests
bing fit(swimming, playing football,jog etc), have interest in IT development projects and Network
PC Specs
Macbook Pro
Favorite Tags
Member Avatar for ITech

inventory = {'gold' : 500, 'pouch' : ['flint', 'twine', 'gemstone'], 'backpack' : ['xylophone','dagger', 'bedroll','bread loaf']} how do i delete the item 'dagger' only from the 'backpack'

Member Avatar for Lucaci Andrew
0
71
Member Avatar for ITech

i want to monitor the egress interaface(tx) of the firewall and identify the users bandwidth, visited websites, who is having the most bandwidth for internet etc. i am planning to do this by port mirroring the port which is going to the firewall. the mirrored port will be connected to …

Member Avatar for BigPaw
0
310
Member Avatar for ITech

can anyone tell me whats wrong in the following code. <?php $username="******"; //To test type ure gmail email $password="****"; //type ur gmail passwd $url="https://accounts.google.com/ServiceLogin?service=mail&passive=true&rm=false&continue=https://mail.google.com/mail/&ss=1&scc=1&ltmpl=default&ltmplcache=2"; $cookie="cookie.txt"; $postdata = "Email=".$username."&Passwd=".$password; $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) …

Member Avatar for veedeoo
0
1K
Member Avatar for ganesh kathayat

I have two different network and have two router between them router 1 has ip 192.168.1.1 and router 2 has ip 192.168.2.1 i already defined route between them but they didn't ping with each other

Member Avatar for ITech
0
123
Member Avatar for ITech

can anyone help..plz i have a form called transaction view.in this form there is two datetime picker.dtpstart and dtpEnddate.i want to pass these two values to report such that the report will display transactions occured in the range specified by th e datetime picker there are 3 tables in my …

Member Avatar for DdoubleD
0
467
Member Avatar for number87

hi I wanna find out the number of integers from an input number. For example if i enter 84075, the output should be 5. this is what i came up with.....im new to c++ still>.< [code=cpp]#include <iostream> using namespace std; int main() { int numCount, number; bool integer; cout << …

Member Avatar for taepodong1101
0
197
Member Avatar for ITech

hi, I have created a website [URL="http://www.sayhellomaldives.tk"]http://www.sayhellomaldives.tk[/URL] which has compatiblity issues for firefox and IE8. the site works fine if you run in IE6 or compatibility mode in IE8 I have googled the internet to find a solution for the problem but i havent been able to find a solution …

Member Avatar for ITech
0
147
Member Avatar for ITech

I have created a windows application using C#. the problem is fairly simple. I doono how to refer to the Application path in c#. In Vb we can use App.path to refer to the Application path My C# code for opening a report is as [code=c#] public partial class frmSpaBill …

Member Avatar for serkan sendur
1
348
Member Avatar for ITech

i have created an asp.net website. it was working fine...the project builds ..but suddenly now when i run the project internet explorer opens with the page cannot be displayed message...it is happenning for all the sample websites i have in my pc tooo... what is the problem. i am getting …

Member Avatar for txwebdesign
0
181
Member Avatar for ITech

hi,, it seems thet i am posting too much inthe forum .what to do.i am busy with a project to finish.. ye, i just wanted to ask i have a money datatype in my table SPAINFO in sql server2005 i have done the connectin and its working fine.. the problem …

Member Avatar for ctrl-alt-del
0
66
Member Avatar for eugineHax

Good morning - I am trying to get a handle on C# but I keep coming up against the most basic of problems that each take me a day or so to overcome. My present problem is, I'm sure, a very simple one but I cannot find a way to …

Member Avatar for ddanbe
0
150
Member Avatar for ITech

hi, i want aregular expression which allows numbers and one period eg 325.50, 25.20 and allow only two didgits after the period

Member Avatar for Rashakil Fol
0
85
Member Avatar for ITech

hei, i want to make sure the user enters an email address in the correct format. eg:it shud contain a "@" , period "." and after period it shud make sure there is only 3 characters.. some one told me thet this could be done using regular expressions ..but i …

Member Avatar for ddanbe
0
75
Member Avatar for ITech

hi, i have a table with customer information(name, date of birth etc) i have created a windows form in c# and binded it with the database. the thing i want is retrieve the DOB from database and calculate the customers current age n display in a label in the form;; …

Member Avatar for ddanbe
0
97
Member Avatar for ITech

i am a newbie to the vb timer control..can any one give me few samples of vb timer usage and yeah one more thing how to make a progress bar using timer..:|

Member Avatar for marakulyo
0
108
Member Avatar for ITech

hi, i am trying to create a database driven application using Sql2005 and c#.. i have alittle problem can anyone tell me how to connect to sql database using c# and do simple transactions such as insert update delete and search ...but it shud be fully code based. if possible …

Member Avatar for reach2shaik
0
147
Member Avatar for ITech

hi i aam trying to develop a project using vb and access i have got a problem i have 3 tables in access 1.Cust info table(fields are listed below) cust id,name,age,sex,country...etcxc(primary key cust id) 2,indate(fields are listed below) custid ,packageid,date,intime,outime(no primary key) 3.package info table(fields are listed below package id, …

Member Avatar for hmehmi
0
778
Member Avatar for ITech
Member Avatar for ITech

hello ..this problem i am posting 3rd time still not resolved i aam trying to develop a project using vb and access i have got a problem i have 3 tables in access 1.Cust info table(fields are listed below) cust id,name,age,sex,country...etcxc(primary key cust id) 2,indate(fields are listed below) custid ,packageid,date,intime,outime(no …

Member Avatar for jireh
0
115
Member Avatar for ITech

hi i aam trying to develop a project using vb and access i have got a problem i have 3 tables in access 1.Cust info table(fields are listed below) cust id,name,age,sex,country...etcxc(primary key cust id) 2,indate(fields are listed below) custid ,packageid,date,intime,outime(no primary key) 3.package info table(fields are listed below package id, …

Member Avatar for jireh
1
177
Member Avatar for ITech

hi i aam trying to develop a project using vb and access i have got a problem i have 3 tables in access 1.Cust info table(fields are listed below) cust id,name,age,sex,country...etcxc(primary key cust id) 2,indate(fields are listed below) custid ,packageid,date,intime,outime(no primary key) 3.package info table(fields are listed below package id, …

Member Avatar for QVeen72
0
190
Member Avatar for ITech

my problem is that i have a search form for customers ,i want to use msh flex grid to show the results of search, i am searching for a customer which are stored in a database. suppose i want to update some information of a specific customer listed in msh …

Member Avatar for Jx_Man
0
566
Member Avatar for ITech

i have typed this code within my form.. [CODE=vb]Private Sub Command1_Click() SQL = "select * from cusinfo" Call connrecordset(CustomerInfo, SQL) With CustomerInfo CustomerInfo.MoveLast !Name = txtName.Text !Address = txtAddress.Text !DOB = DTDOB.Value !Age = DateDiff("yyyy", DTDOB.Value, Now()) + Int(Format(Now(), "mmdd") < Format(DTDOB.Value, "mmdd")) !Sex = cmbSex.Text !PassportNo = txtPassport.Text !Country …

Member Avatar for QVeen72
0
93
Member Avatar for ITech

hello i am doing a project in vb n ms access, i have an issue..its simple i think but i dont no.. in my form i have intime text box which has the computer time,and there is a duration textbox where i have to type in a number..and one more …

Member Avatar for QVeen72
0
84
Member Avatar for ITech

i am trying to develop a database management software.using MS ACCESS 2003 as back-end and VISUAL BASIC 6.0 as front end.. i am having a problem..can any one help with this.. [B]i have typed the code below in a module for the connection to the database...and connection to the record …

Member Avatar for Jx_Man
0
135
Member Avatar for ITech

i have a project with lv buttons ..when i load it it says lv button .ocx cannot be loaded.i have copied tat lvbutton.ocx into my system32 directory and in start menu run i have done this too regsvr32 c:\windows\system32\lvButton.ocx it also succeeded..but still it says that lv button.ocx cannot be …

Member Avatar for debasisdas
0
91
Member Avatar for ITech

i want to create a login ... suppose there is a login table in ms access. containing the fields name and password... and in vb 6 i want to create a login form to type the name and password... if the typed name and password matches any of the record …

Member Avatar for choudhuryshouvi
0
53
Member Avatar for ITech

i am trying to do a project using vb.net and Access...i know access but dont kno vb ..tell me some where i can learn vb in short time..video tutorials, e-books etc...

Member Avatar for Jx_Man
0
87
Member Avatar for ITech

hello guys, can anyone recommend me a site or alink for agud e book in learnin c++..startin from basics to advance...i have a very clear picture of C and data structures using C...

Member Avatar for vijayan121
0
182