Application Gets Frozen With Udp Receive

Feb 2, 2009

I'm trying to make an application that shows the status of hl2 gameservers.I have to send a datagram to gameserver and receive a datagram from it.[code]...

View 8 Replies


ADVERTISEMENT

VS 2010 System.messaging Queue Frozen While Message.receive

Jun 12, 2012

This is the first time I have used this messaging library and used some example code to implement it. The first time I ran it it worked perfectly but I abruptly stopped the code since my parsing method seemed wrong. So when I restarted it, the code freezes at the following line:

[Code]....

View 1 Replies

Frozen While The Application Is Running?

Oct 4, 2011

So I'm writing this VB.NET application, and it's doing things. But whenever I press a button to start some process, it does what it does except I can't click the window until it's finished. Otherwise the whole thing freezes. This essentially stops me from doing more than 1 thing at a time, because if I click another button (or anywhere) when something's running, it just freezes my program.

View 1 Replies

VS 2008 Make One Application Send A Task To Another Application / Receive Result From That Secondary App?

Apr 26, 2010

is it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?

View 11 Replies

.net Get Frozen When Try To Create New Table

Feb 5, 2009

I do not know what happen to my program. there is one table, if i want to view its properties, .net get frozen...try to create new table..it also gets frozen..

View 3 Replies

Change Visibility Of A Frozen Object?

Apr 9, 2011

I'm trying to optimize my WPF/VB.net program, and I'm considering freezing some objects. However, while I know that an object that is animated in any way cannot be frozen, I need to know...can you change the visibility of a frozen object?

View 1 Replies

VB Form Has Frozen / Locked - Button Didn't Appear

Apr 21, 2011

I'm sorta newish to VB.Net programming, and in the program I'm working on (VB Express 2010, Windows 7) its as if everything has frozen. When I make changes to the code or the designer view, then run/debug the program, the changes don't get saved. For example, I put a random button on the form, saved it, ran it, and when I ran it, the button didn't appear.

View 3 Replies

Error Tcp Send Receive Application

Jun 2, 2011

I have created an application which listens for strings being sent to my pc from a remote unit. I now need to add the function of sending strings back to the remote unit on a button press. I've searched for ages to find a solution but I'm not knowledgeable enough yet with vb.net to solve this solution.

I'm getting the error with the line opensock2 = New IO.StreamWriter(client.GetStream) saying its not connected. So I seem to need to pass the connection from the background worker to the button click, or have it somewhere else in the code to make it accessible. [Code]

View 3 Replies

See How Much Bytes Did An Application Receive And Send

Mar 14, 2010

I didn't found any performance counter that would monitor an process's/thread's network bandwidth and not just that of an ethernet card.

So I could see how much bytes did an application receive and send.

Did I miss something or is there another way?

View 4 Replies

Send And Receive SMS Through .NET Windows Application?

Sep 24, 2008

How can send and receive SMS through VB.NET windows Application...

View 2 Replies

VS 2008 Receive Output From Netdom.exe Into A VB Application

Mar 5, 2010

If you're not aware of this command, it allows you to remotely rename a PC on a domain. The purpose of the application is to speed up renaming a few thousand PCs on a network.

Anyway, the app works fine, however when the netdom.exe command runs, the command prompt window pops up and obviously disappears when the command has processed. Is there anyway to capture the result from the command and either output this to a log, or stay on screen to be visible?

I am running the netdom command with the following

t.StartInfo.FileName = "C:windowssystem32
etdom.exe"
t.StartInfo.Arguments = " renamecomputer " & oldName.Text & " /newname:" &

[Code].....

View 13 Replies

Communications :: Create An Application That Can Receive/send SMS Using GSM Modem

Apr 9, 2010

I have to create an application that can receive/send SMS using GSM Modem.

View 4 Replies

Input A Fraction A Textbox, And Receive The Value Or Allow The Application To Read

May 4, 2011

My problem is i want to input a fraction a textbox, and receive the value or allow the application to read "/",.

View 1 Replies

Receive A Http Web Request On A Windows Form Application?

Jul 30, 2011

How can one pass http get or post methods to a windows application? I require a webserver to send a get method to my windows form application that will querry a database then reply back to a webserverI'm developing a windows based search engine that searches a MySQL database. It receives a keyword from an SMS gateway software as a HTTP get request and should reply to the gateway software using the same HTTP request.This is my code. It is correctly searching the database but I don't know how to receive the get methods on the application however it's sending the messages to SMS gateway.

Private Sub bSend_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bSend.Click
Dim request As HttpWebRequest

[code].....

View 1 Replies

Application For Exam. Client Server. Receive And Send Data?

Sep 21, 2011

In our project we've decided to put an exam generator using vb.net and after generate you can send it to client computer/students. *server computer/teacher will the one who will use exam generator and send it to the client computer/student*student will recieve it and then send it back again to the server computer/teacher*teachers will going to generate an exam depends on the type of exam, so i think im going to make it a wizard type environment

View 14 Replies

Developing An Application Which Can Connect To An Ip Address To Transfer/receive Data To The Handheld Device?

Aug 25, 2009

I am developing an application which can connect to an ip address to transfer/receive data to the handheld device via gprs network.

View 2 Replies

Receive Value From Web To VB6?

Jul 28, 2009

i have a project where in web sqlserver database values are put in local access databaseWeb database values are put in xml format and then read it in vb6 and put it in msaccess database. I want to know how to invoke request to web to generate xml and receive the generated xml file in my local machine.

View 9 Replies

How To Receive An Email

Feb 3, 2012

how to send a email using vb.net, however i cant figure out how to receive an email. I want to go into my email account and read a email and store it in a variable, is this possible? and if yes could any one give me some sample code, because that would be great. just to get a good idea of what I'm using here's my code for sending a email,

[Code]...

View 1 Replies

How To Receive Email's

Jul 28, 2008

im working on an application that is sort of like outlook. You will be able to set up your email account (from a internet email like gmail or aol) and it will grab the email the internet mail. I have the sending part taken care of but i need the reveiving part. If anyone would be able to help me code something to recieve email from a internet website such as gmail or aol, Because of the dream in code's policy, i will show you what i have so far. I probably should say that i am using visual basics 2008.[code]

View 11 Replies

Receive A Fax Using FAXCOMEXLIB

Apr 6, 2010

how I can recieve a fax by using FaxCOMEX.dll library?I know how to send a fax, but I need to recieve a fax using this library.Is it by using the event OnIncomingJobAdded and then I can get all data of the recieved fax? or ther are another way?

View 1 Replies

Receive Msg From GSM Modem?

Nov 5, 2009

Imports System
Imports System.IO.Ports
Public Class Form1

[code].....

View 3 Replies

Receive SMS Using GSM Modem?

Sep 15, 2009

I am working on a program to poll SMSes automatically, i am using the serialPort_DataReceived event to detect any SMSes coming through the serialPort

Private Sub serialPort_DataReceived( _
ByVal sender As Object, _
ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) _
Handles serialPort.DataReceived

but the message i received does not contains the full information, may i know that if there is any other received data event that can be used to receive data coming through the serial port which can better receive data from a gsm modem?

View 13 Replies

Receive Sms With At-commands?

Mar 28, 2011

When my mobile phone is connected to hyperterminal, I can use the at-command AT+CNMI=1,2,0,0,0 If I receive an sms then, hyperterminal will show me the content immediatly.

Is there a way to fix this in VB.NET?[code]...

View 13 Replies

Receive XML Data Via URL

Aug 29, 2011

Am told to receive XML data via URL. Can someone suggest the best way to achieve this without any authentication required at the level of server. Best Regards, Harikrishnan R

View 3 Replies

Can't Receive Anything From Flash File

Oct 21, 2009

[code]I can see the flash file, and I can send from Vb to the flash file , but i can't recieve anything from flash file to Vb using fscommand. The flash is taking from a example , and here the vb exe file works.I have made my project in V.S8

View 12 Replies

Can't Receive Data Using Winsock

Jul 20, 2009

I'm working on a server/client chat program in vb 2008 using winsock. I have a connection and can send data, but for some reason I can't receive data. [Code]

View 2 Replies

How To Receive Gmail Messages

Mar 13, 2011

How can I reseive or open my gmail messages by vb.net2008 code ???

View 4 Replies

How To Receive PostMessage / SendMessage

Aug 23, 2010

I am trying to write a small plugin for eventghost for one of my software (audio player). EventGhost can send SendMessage or PostMessage messages to control other apps. How can I receive such messages in a VB.NET app?

View 1 Replies

How To Receive SMS And Store In Database

Aug 24, 2009

I am doing an application on receiving sms but the problem is that I want to put the receiving sms in the database. I am not sure how the process works.

Here is the code that I am using
Imports System.IO
Public Class Form1
Dim receivedData As String
Private WithEvents serialPort As New IO.Ports.SerialPort
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code] ....

View 1 Replies

How To Store The Receive Sms In The Database

Aug 23, 2009

I am doing a project on sms. I am doing the receive part where the sender send sms and my program just take the sms that has been received and store in the database but the problem is that I did not know how to connect the sql connection with the program that I used which is to detect the receive sms and store it in the database. My problem is that I want to store the receive sms in the database. I am using the SQL Server Database and visual studios 2005 in windows appliaction. I know how to make the connection between the application and the SQL server but I did not know how to implement it when to receive the sms.

[Code]...

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved