Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached

24 Posted Topics

Member Avatar for Embeza

Hi guys I am using VC++ on windows xp. When I compile the following code no errors; no warning; well but when I run it there are three errors code: void main() { pcap_if_t *alldevs; pcap_if_t *d; int i=0; char errbuf[PCAP_ERRBUF_SIZE]; /* Retrieve the device list from the local machine …

Member Avatar for d.xue.newcastle
0
157
Member Avatar for Embeza

Hi all, I have developed my own website. I need to add a counter that tells the number of visitors to my website. can u plz help how to do. I know only a little about sessions since i dont have references.But Dont worry I will understand your codes and …

Member Avatar for jeju
0
719
Member Avatar for Embeza

Hi guys I am using win xp hom edition [B]sometimes an error message comes up which looks like: [COLOR="red"]The instruction at "0x00143ba" referenced memory at "0x0013f747". The memory couldn't be "read".[/COLOR][/B] What is the problem? thanx

Member Avatar for Suspishio
0
83
Member Avatar for Embeza

Hello! guys I am a begginer in network security programming. When I compile my code in VC++ compiler, the following error was generated: --------------------Configuration: test - Win32 Debug-------------------- Compiling... test.cpp E:\Documents and Settings\Emzy\test.cpp(2) : fatal error C1083: Cannot open include file: 'pcap.h': No such file or directory Error executing cl.exe. …

Member Avatar for Embeza
0
136
Member Avatar for Embeza

can any one help me find a good site on programmig tutorials about ethereals thanx in adv.

0
51
Member Avatar for Embeza

[COLOR=#000000][B]Name: [/B]Embeza and Goitom [/COLOR] [B][COLOR=#000000] [/COLOR][/B] [COLOR=#000000][B]Title: [/B]Traffic and packet processing[/COLOR] [B][COLOR=#000000] [/COLOR][/B] [COLOR=#000000][B]Date: [/B]Friday, September 21, 2007[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The main objective of this report is to build capacity on traffic and packet processing. The internet was used as a resource material.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The following tips were …

0
63
Member Avatar for Embeza

Hi there , most of the time i download a file of type .pdf i cannot read it. i try "open with" and then "choose a program" and the try all the programs.it doesnt open. What is wrong how should i fix this? is this file a zip file? thanks

Member Avatar for Member #160597
0
111
Member Avatar for Embeza

Hi guys, I have the intention to do a voice recorder but I need a free tutorial on this. Can any one help plz. Thanks

0
62
Member Avatar for Embeza

I have used CDO to develop a local mail.But i dont know how to improve my mailing system to include the "forward", "delete","attach" and "spam" Can any body help plz with regards. Embeza

Member Avatar for Embeza
0
47
Member Avatar for Embeza

Hi guys, I am a new programmer. While running ASP.NET on my PC, it says "localhost/.......500 errors..." What is the problem and the solution for this? thank you with regards

Member Avatar for Amit007
0
94
Member Avatar for Embeza

Hi every one, What is the purpose of adding the property Autopostback="True" in either of the following elements: <asp:RadiobuttonList <asp:DropdownList <asp:CheckBoxList <asp:TextBoxList.... in using dataset or sortedlist or hashtable. with regards

Member Avatar for campkev
0
77
Member Avatar for Embeza

Hi guys I am developing a website for the bureau of finance and economic development in my state, Tigrai. Which one is suitable to use: OleDb or AdoDb?

Member Avatar for hollystyles
0
93
Member Avatar for Embeza

Hi How do i transfer data from a Database table to a dropdown list on a .aspx page using datasets thanks

0
80
Member Avatar for amritadatta

[QUOTE=amritadatta]Hi everyone, I work for Echrome Embedded Services Pvt Ltd, Bangalore, India. My company has designed a Hospital Management System using JAVA. Any suggestion on how to look for overseas clients? Amrita[/QUOTE] What do u need from DaniWeb then. If you are an IT professional, You well know the different …

Member Avatar for Embeza
0
54
Member Avatar for Embeza

Hi everyone, While reading an VB.Net book I came across with a question that says: "Develop an application that runs office appointment schedule" What key features should the proposed system contain? I mean what and what things should the system full fill to fully help the office workers? Thanks

Member Avatar for hollystyles
0
143
Member Avatar for nilesh_tawari

[QUOTE=nilesh_tawari]i need mini project on vb+access as early as possible[/QUOTE] Hay buddy, What shall I do for you then What kind of miniproject and upto what stage did you try to achieve that? keep in touch Embeza:confused:

Member Avatar for Embeza
0
36
Member Avatar for Embeza

Hi every body Can you please fix me errors. Here are my codes and errors incountered #Stage1 I want the user to type in the file path to txtpath.Text and a text input to be appended to that file be written in txtwrite.Text The error: Run Time error ->path not …

Member Avatar for Embeza
0
286
Member Avatar for Embeza

Hi there , I need a calculator that is flexible enough to perform +,-,/,%,^and *. can you help plz:?:

Member Avatar for MattEvans
0
255
Member Avatar for Embeza

Hi guys I want to write a VB 6.0 program that takes a text file as input and add contents of the file into the database. The file contains information organized like the following : 1 humberger $2.5 2 Dorwot $3.1 3 pasta $4.2 The table in my database called …

Member Avatar for Comatose
0
77
Member Avatar for Embeza

Hi there, I am Embeza from ethiopia,Mekele Here i got a problem! It says " file path not found" while i was working on vb 6.0 in my lab on files the following was my code and can you fix plz [CODE]Option Explicit Dim var as string Dim inputFile as …

Member Avatar for Embeza
0
112
Member Avatar for Embeza

Hi there, What are the drawbacks of vb.net which else is better to use? Thanks Embeza

Member Avatar for Lord Soth
0
111
Member Avatar for Embeza

Hi there, Can u help me with URL of good free sites with enough tutorials on VB.NET,ASP.NET and SQL server that could help me develop good web site from scratch. thank u in advance Embeza

0
38
Member Avatar for thomas_joyee

[QUOTE=thomas_joyee]hi all, i create an application to sending email's. this is the code i used. Dim mailmsg As MailMessage SmtpMail.SmtpServer = "127.0.0.1" mailmsg = New MailMessage mailmsg.To = txtFrom.Text mailmsg.From = txtTo.Text mailmsg.Subject = "demo" mailmsg.Body = "Its a simple test" mailmsg.BodyFormat = MailFormat.Text SmtpMail.Send(mailmsg) But i got an error …

Member Avatar for Embeza
0
262
Member Avatar for infinity4ever

[QUOTE=infinity4ever]hi... i create a new table with this code Dim SQLCreate As New SqlCommand Dim Conn As New SqlConnection Dim DA As New SqlDataAdapter Dim DS As New Data.DataSet 'Create DB SQLCreate.CommandText = "CREATE TABLE test (ID integer NOT NULL)" SQLCreate.Connection = Conn Conn.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\RBD.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" …

Member Avatar for infinity4ever
0
306

The End.