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
Ranked #2K
~14.1K People Reached

38 Posted Topics

Member Avatar for getnit

I am trying to establish a pause and play communication between threads.I am spawning two threads for two forms at the startup, one is the mainthread which is for mainwindow and second thread of form2, var thread = new Thread(ThreadStart); thread.TrySetApartmentState(ApartmentState.STA); thread.Start(); private static void ThreadStart() { Application.Run(new SecondForm()); // …

0
146
Member Avatar for LARUKUN

How are you trying to see the PCs? Are you logging into your router and checking the PCs that are connected? If you are not able to see Pcs in your shared network then you might not have added them to a network.

Member Avatar for edgar.atis.3
0
113
Member Avatar for Tetteh Ashford

http://www.cc.boun.edu.tr/network_security.html http://www.interhack.net/pubs/network-security/ - Networking Basics

Member Avatar for getnit
0
68
Member Avatar for dualzNZ

It should not be difficult to do port forwarding on the router, you just have to specify what is the service that is accessed from outside and where it has to hit inside. For example port 80 traffic forwarded to port 8080 internally, and port 25 traffic to port 8081....single …

Member Avatar for cguan_77
0
304
Member Avatar for night_sky32

http://www.daniweb.com/software-development/csharp/threads/96978/static-vs-non-static-methods The above link gives a very good explanation of basics, have a look at it.

Member Avatar for getnit
0
3K
Member Avatar for getnit

Hello, I have a doubt with the concept of server and client in the database.I am developing an application which needs a centralized server for holding the updated information from which all the clients would be getting it.And also the other way updation also should work where information is sent …

Member Avatar for JorgeM
0
167
Member Avatar for sturner2105

First of all...are you using a wired connection or a wireless connection to connect to the internet?? Check your ip address, subnet mask and gateway ip. First try to ping your gateway ip address, if you are able to ping then try to ping the ip address 4.2.2.2 or any …

Member Avatar for rosie1956
0
129
Member Avatar for GraceG

If your computer has a manually assigned ip address see to it that its in the same network say it is 192.168.0.2/3/4 , if your computer is in a different network and if your router's default ip is in a different network you would not be able to login to …

Member Avatar for CimmerianX
0
159
Member Avatar for nelson mark

When it comes to large networks, you might have subnets and large number of vlans, now even though we have calculators for this, to understand how it works one needs to know mathematics, not on a post graduate level though.

Member Avatar for CimmerianX
0
4K
Member Avatar for getnit

I need a suggestion on the scenario I have, multiple application sharing same data. -I have a set of tools which is developed independetly, but there is a set of data they share. -Its around 7 Applications sharing some of the basic data and few data are specific to the …

Member Avatar for tpunt
0
159
Member Avatar for getnit

Hello, I am trying to have a numeric box in WPF toolbox, I have the following code which is giving me the control in the tool box, but I am unable make it accept only the numeric input. protected override void OnKeyDown(KeyEventArgs e) { short val; if (!Int16.TryParse(e.key.ToString(), out val)) …

Member Avatar for Sahil89
0
622
Member Avatar for getnit

I need a suggestion on the scenario I have, multiple application sharing same data. -I have a set of tools which is developed independetly, but there is a set of data they share. -Its around 7 Applications sharing some of the basic data and few data are specific to the …

Member Avatar for Momerath
0
110
Member Avatar for matt F26

If name resolution is a problem then try having your DNS address as 4.2.2.2/4.2.2.3, and try to access the site

Member Avatar for getnit
0
176
Member Avatar for javedsai

As far as the ping issue is concerned check if windows firewall or any other firewall is turned on on your PC, if firewall is turned on you do not get a reply for ping. When you say you can see other PCs, are those in the same network as …

Member Avatar for gilljhonson
0
170
Member Avatar for hamidrezaa

You need something called a loop back NAT when you want to access your internal server through public ip..... This is because here you hit the gateway and get back your network since the server is hosted in your network...Try to find out if there is a way to create …

Member Avatar for FullDuplex
0
323
Member Avatar for phoenix_2000

I believe you are trying to access an internal server through the public ip being in the same network, for this you need to have something called a loop back NAT policy on the router, this would enable the traffic to hit the router and get back to your own …

Member Avatar for JorgeM
0
287
Member Avatar for getnit

Hi, I am porting Delphi project to WPF. I was using SDL Delphi Component Suite from [url]www.lohninger.com[/url][^] (Math pack & Gui Pack) for the engineering drawing graphs in Delphi. Math Pack - [url]http://www.lohninger.com/mathpack.html[/url][^] GUI Pack - [url]http://www.lohninger.com/guipack.html[/url][^] Can anyone suggest similar libraries in WPF environment?? Any suggestions will be highly …

Member Avatar for pritaeas
0
104
Member Avatar for getnit

Hi, I am porting Delphi project to WPF. I was using SDL Delphi Component Suite from [url]www.lohninger.com[/url][^] (Math pack & Gui Pack) for the engineering drawing graphs in Delphi. Math Pack - [url]http://www.lohninger.com/mathpack.html[/url][^] GUI Pack - [url]http://www.lohninger.com/guipack.html[/url][^] Can anyone suggest similar libraries in WPF environment?? Any suggestions will be highly …

0
68
Member Avatar for xanawa

If the power light doesn't come up on the router then its a hardware problem...try plugging in any other device to the same power socket to eliminate the issue with the power socket....Try a hard reset on the router, if you have backup of the router configurations...If this problem is …

Member Avatar for getnit
0
124
Member Avatar for vijaysiwan17
Member Avatar for masterjiraya
0
180
Member Avatar for mojgan_2019
Member Avatar for slices
0
177
Member Avatar for rayand

-whats the error you see in the browser when you try to browse with no success? -Try with different browsers. Try to check if user has a proxy configured in browser. -If you are able to ping external ip addresses that means you are online you have issues only browsing …

Member Avatar for kanhaya91
0
114
Member Avatar for jacob21

[url]http://www.differencebetween.net/technology/difference-between-bridge-and-switch/[/url]

Member Avatar for getnit
0
43
Member Avatar for murtazamzk
Member Avatar for Shankye
0
192
Member Avatar for ashwini.engr07
Member Avatar for getnit
0
52
Member Avatar for gisek

First of all how are you trying to establish the connection here? Do you mean a VPN tunnel when you say tunnel? and please post the network diagram which would help us better with the setup. We cannot eliminate the server in a client- server model for obvious reasons.

Member Avatar for iKay
0
169
Member Avatar for 101
Member Avatar for san_fran_crisko

Go for a malware and Virus check on the PC...If the PC is affected by virus then the malicious programs would initiate connections outbound on random ports without your knowledge through background processes. Router couldn't stop this because connection was initiated from the PC.

Member Avatar for getnit
0
190
Member Avatar for jammy_royce

[url]http://www.mydigitallife.info/2008/06/30/how-to-change-or-spoof-mac-address-in-windows-xp-vista-server-20032008-mac-os-x-unix-and-linux/[/url]

Member Avatar for getnit
0
56
Member Avatar for vivekmaya1

Try this , open up command prompt on your computer and do a Telnet- telnet google.com 80 , this is to test if http traffic is not blocked by the upstream , if you get a flashing cursor after hitting Enter that means you should have no problem browsing, try …

Member Avatar for rch1231
0
200
Member Avatar for getnit

Hi, I am trying to perform a few basic operations on MySql database through my delphi application. I am using MySql server 5.1 with Delphi 7 Here is what I have done( please correct me if I am wrong with the approach) - Created DataSource with MYSQL ODBC 5.1 driver …

Member Avatar for Simon180
0
142
Member Avatar for Elihu5991

Hi, The differences are many. You may find the below link helpful to find out for yourself what object oriented programming is all about and what makes it different from Procedural Programming Language. Object Pascal is used in Delphi which is an object oriented derivative of Pascal. [url]http://www.softwaredesign.com/objects.html[/url]

Member Avatar for MorisK
-1
253
Member Avatar for Dark_Phoenix

who is the router provider? You would be able to backup the router's configuration by logging into the router , if at all it has a user interface , otherwise through the console. To log into the router you need log in credentials. :)

Member Avatar for happygeek
0
282
Member Avatar for getnit

Hi, My front end has a Tshape(Cirle) Over a Panel and I am trying to move the circle on the panel and get the X and Y values and send these values through comport for serial communication. However I am able to retrieve the values but the shape is flickering …

Member Avatar for getnit
0
958
Member Avatar for kra9853

[CODE] int main() { int count1=0, count2=0; clrscr(); cout<<"This is the pre increment output of count1\t"<<++count1<<endl; cout<<endl<<"Value of count1 after preincrement is executed\t"<<count1<<endl; cout<<endl<<"This is the post increment output of count1\t"<<count1++<<endl; cout<<endl<<"Value of count1 after post increment is executed\t" <<count1<<endl; cout<<endl<<"This is the pre decrement output of count2\t"<<--count2<<endl; cout<<endl<<"Value of …

Member Avatar for getnit
0
98
Member Avatar for getnit

Hi, The Question I would like to ask is, where does Delphi stand in terms of application development tool. I have started my career in Delphi as a fresher and have concerns of its existence in the future. I haven't heard of many people using it and preference always goes …

Member Avatar for Duoas
0
116
Member Avatar for bufospro

char ask_if_man_or_woman() { int choice_char; do { printf("\n\t Please press m/M for Man\n"); printf("\t w/W for Woman\n\n"); choice_char=getchar(); }while(choice_char==('w' || 'W' || 'm' || 'M')); return choice_char; }

Member Avatar for bufospro
0
99
Member Avatar for mastercangel

Could you please be specific with the URL of the sites that you are unable to browse, and also what is the error you see when you try to access these sites. At this point it seems that the upstream device to which you computer is connected(modem or router) is …

Member Avatar for CimmerianX
0
292

The End.