-
Began Watching How to suspend an external process using it name
Hi Guys. I'm trying to suspend a process by it name, but I found the sample that demontrate this using ProcessId. The problem is that I don't know the process … -
Created Which languages are used when developing softwares like word processing
Hi Dw. If there is anyone who knows how and which languagies are used to develop software's like word processing, Excel, Access, basically things like Office suite. I know Linux … -
Began Watching Which languages are used when developing softwares like word processing
Hi Dw. If there is anyone who knows how and which languagies are used to develop software's like word processing, Excel, Access, basically things like Office suite. I know Linux … -
Replied To a Post in My app doesn't connect over wan
:-) lol, No I won't be hosting it on this computer, I'm performing a test to ensure that it functions over WAN, once done then will be installed on a … -
Replied To a Post in My app doesn't connect over wan
Ok on this router under the firewall Switch there was these options: Enable firewall ---> this was enabled Enable IP address filter Disable WAN port ping ---> this was also … -
Replied To a Post in My app doesn't connect over wan
maybe I should also include that I'm connected to the router over wifi connection not with cable. -
Replied To a Post in My app doesn't connect over wan
Hi, Well it still doesn't connect and I'm not sure if it me or but it seems as if there is something really off here. > The server is not … -
Replied To a Post in My app doesn't connect over wan
Ok thanks will test this out tomorrow and see if it does connect and I will update you. Thanks again, and please bear with me, I'm pretty new to this. -
Revoked Solved Status for My app doesn't connect over wan
Hi guys. I'm having a very serious problem. I've created Client,Server Socket applications and they work great on local mechine and I also created a test Windows Phone 7 app … -
Replied To a Post in My app doesn't connect over wan
> https://www.google.com/search?q=what+is+my+internet+ip+address&ie=utf-8&oe=utf-8 should show your internet IP address. This for most is what the SERVER IP address would be. After that, the router would be configured so your server gets … -
Marked Solved Status for My app doesn't connect over wan
Hi guys. I'm having a very serious problem. I've created Client,Server Socket applications and they work great on local mechine and I also created a test Windows Phone 7 app … -
Replied To a Post in My app doesn't connect over wan
Thanks now I get you. Thanks and yes this is my first TCP/IP based application. -
Gave Reputation to rproffitt in My app doesn't connect over wan
192.168.8.100 is non-routable and not an internet IP address. The client would not use this as the server IP. There are a few ISPs that do something strange and your … -
Replied To a Post in My app doesn't connect over wan
> To connect to the server your server IP is the internet IP the router obtained, which is not 192.168.8.xxx You mean I will have to assign another IP address … -
Replied To a Post in My app doesn't connect over wan
Thanks but can you please enlighten me into details what you are saying. Sorry just that this thing has messed with my head a lot now. -
Replied To a Post in My app doesn't connect over wan
`192.168.8.xxx` -
Replied To a Post in My app doesn't connect over wan
Thanks but I didn't get any of what you are saying. The "myServer IP HERE" is where I write my server IP Address. -
Replied To a Post in My app doesn't connect over wan
Ow the file was a zip file. here is a part of server which listen for the incoming connections: Dim IPHostt As IPHostEntry IPHostt = Dns.GetHostByName(Dns.GetHostName) Form1.txtIPAddress.Text = IPHostt.AddressList(0).ToString Dim … -
Created My app doesn't connect over wan
Hi guys. I'm having a very serious problem. I've created Client,Server Socket applications and they work great on local mechine and I also created a test Windows Phone 7 app … -
Began Watching My app doesn't connect over wan
Hi guys. I'm having a very serious problem. I've created Client,Server Socket applications and they work great on local mechine and I also created a test Windows Phone 7 app … -
Replied To a Post in How to connect and send/receive data
[This](https://msdn.microsoft.com/en-us/library/windows/apps/jj207023%28v=vs.105%29.aspx) example looks like it will solve my number (4) problem. -
Created How to connect and send/receive data
Hi Dw. I'm a bit new to C# I'm used to program with VB.NET and one of my project had force me to do it with C# as I'm sure … -
Began Watching How to connect and send/receive data
Hi Dw. I'm a bit new to C# I'm used to program with VB.NET and one of my project had force me to do it with C# as I'm sure … -
Replied To a Post in Converting VB5 source code to VB.NET
Well, I also use VB5.0 when desiging some sort of applications and also do applications with VB.NET and what I've known is that theres no tool that really convert from … -
Began Watching Converting VB5 source code to VB.NET
Hi Team could you please tell me could I directly convert VB5 code to VB.NET? if yes what about the controls used into the application it is alo replaced automatically … -
Replied To a Post in How to read Hash from a text and compare it
My program is exactly the same as that on the link, but instead of keeping the hash's in a variable I log it(write it on a file on each line) … -
Replied To a Post in Replacing strings using regular expressions in multiple files in vb.net
Well to correct some of the things within your code. 1) First of all on your `Button1` I think you want when you click it shows the `FolderBrowserDialog` and when … -
Began Watching Replacing strings using regular expressions in multiple files in vb.net
I'm looking to build a simple text string replacement tool using visual studio 2015 community tool, which will do the below replacements on all *.txt files whose path is given … -
Marked Solved Status for Retrieve all records with a certain name
Hi Dw. I have a MySql server database, and I'm polling data from the database. The problem I'm getting is that when I'm retrieving users activities I only get the … -
Replied To a Post in Retrieve all records with a certain name
Thanks that was my problem on how I could loop through this, I knew I need to loop through it but didn't know how because when I try `For Each … -
Replied To a Post in Retrieve all records with a certain name
Any help? -
Created How to read Hash from a text and compare it
Hi Dw. I'm using this code available from [here](http://www.coderslexicon.com/using-hashes-to-check-if-a-file-changed-in-vb-net/) and I have changed it from keeping the hashs on a variable(array) to writing it on a file. Now what I … -
Began Watching How to read Hash from a text and compare it
Hi Dw. I'm using this code available from [here](http://www.coderslexicon.com/using-hashes-to-check-if-a-file-changed-in-vb-net/) and I have changed it from keeping the hashs on a variable(array) to writing it on a file. Now what I … -
Replied To a Post in Printing A Receipt In VB 2010 using data from ListView
Any code we could look at? -
Replied To a Post in Access violation reading location 0x00000000
Now its gives me `Unhandled exception at 0x00041910 in T.exe 0xC0000005: Access violation reading location 0x0000001e` with options Break, Continue. I have added this: HRESULT hResult; hResult = WFS_SUCCESS; LPWFSRESULT … -
Replied To a Post in Retrieve all records with a certain name
Oops I can see that the table got mixed, basically its a database table with 3 columns, 3 records. -
Created Retrieve all records with a certain name
Hi Dw. I have a MySql server database, and I'm polling data from the database. The problem I'm getting is that when I'm retrieving users activities I only get the … -
Began Watching Retrieve all records with a certain name
Hi Dw. I have a MySql server database, and I'm polling data from the database. The problem I'm getting is that when I'm retrieving users activities I only get the … -
Replied To a Post in Printing A Receipt In VB 2010 using data from ListView
Did you ever tried writing the code you want because you now have the code to print Items (Body) so why don't before the Body printing code write your header … -
Began Watching Printing A Receipt In VB 2010 using data from ListView
hey there guys. I want to know how to Print the data from a listview into a receipt. I have found a question here which solves the printing but it … -
Replied To a Post in MODEM DETECTION , CONNECTION and DISCONNECTION.
Well because you not a modem manufacture, I think what will help you is to first detect USB/Ethernet cable insertion/removing. Every peripheral device connected to a computer usually first identifies … -
Began Watching MODEM DETECTION , CONNECTION and DISCONNECTION.
Hello fellas, I am making a project where modem's is the main concern.. but i really don't know where to start. I have tried google how to make or detects … -
Replied To a Post in Access violation reading location 0x00000000
I meant `lphService` not `hService`. -
Replied To a Post in Access violation reading location 0x00000000
@nullptr you are correct indeed, as the error state 'invalid pointer' (-26) error and these posts support this: `http://www.dev-hq.net/c++/19--dynamically-allocating-memory`, `http://www.cplusplus.com/doc/tutorial/dynamic/`, `http://www.tutorialspoint.com/cplusplus/cpp_dynamic_memory.htm` @jim also your first post support this and its … -
Replied To a Post in Access violation reading location 0x00000000
Thanks. I think I see where's the problem but I don't know how I can solve this. The problem I think is within my `hService` is there another better way … -
Replied To a Post in Access violation reading location 0x00000000
If anyone could tell me what's really am I missing here, because even if I do as per the guide, I still get the same error. Please guys help me … -
Began Watching Need advice for make enterprice level software
heY, I need help.... I want to know about concept of combination between software and database on enterprise level software. Recently I develop software using vb.net. Then I install mysql … -
Replied To a Post in Need advice for make enterprice level software
Well I think its depends on the software type you are developing and also depends on its activities that it has to do. If your application will do activities that … -
Replied To a Post in How to do TCP/IP socket in Windows Phone
Lol ;-) wow. But what about our clients that uses these devices though? I was planing to develop apps for Android, Blackberry, and Windows Phone, and after that look into … -
Replied To a Post in What's the correct way to write this query
Mmmmm Well I can see this seem to be not easy to point out. But What I've thought was to create another table and on that table I will only …
The End.