how to listen on port from external IP in VB6
Hi, I need help. I have some external device which send some alarm status over IP on some port. I need to listen to this port and read this status. could someone help me? thanks Tomas
View ArticleVS 2010 Giving a certain number based on a certain character in a textbox.
Hi, this is my first post. And I am pretty much brand new to Visual Basic so go easy :) I am creating a simple project for my electronics course in school that converts a character into binary that can...
View Article[SOLVED] [newbie] Enable "Requires admin privileges"?
Hello I use VB Express 2010 and want to learn about applications that require elevated privileges, namely what happens when such an application is ran with(out) UAC enabled, etc. I went through the...
View Articlejson and jquery gridview problem in binding
i have following code in json/jquery/grid connectivity Code: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="json.aspx.cs" Inherits="LINQ.json" %> <!DOCTYPE html PUBLIC "-//W3C//DTD...
View ArticleNeed Help: Shifting text in labels
I was doing this using VB6 the old days. But I really can't find a way for it using VB.NET. The idea is to shift a text or caption of a label into the next label. just like in this simple example:...
View ArticleConverting application to Windows service
Hi I creating application which monitors opened windows and saves collected information to mysql db and it works fine. But when I converted it to Windows service and install on computer it don't works....
View ArticleSuggest me a gift that I can give to my friend who is in another country
Tomorrow is a special occasion and I wish to gift something. Since I didn't got the CreditCard yet, I can't make any online purchases with it. But my DebitCard is useless for international payments...
View ArticleVS 2010 Check if line is empty or contains text.
I've been trying to find a solution myself before I post here but I couldn't find anything. I have some text in a textbox. For example: Quote: Dear Tori. Please check your email, I sent you the...
View ArticleSending Data at Com1 Port
Hi Friends, the following code showing the Message at Customer Display System Which is on COM1 Port with Pc. the problem is that each time i am running the following code .it overwrites in the same...
View Article[RESOLVED] invoke send button on 3rd party application
what is the button click send even in buyluxe messenger here is my code Code: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" _ (ByVal lpClassName As String, ByVal lpWindowName As...
View ArticleMsOf10 Sum of 2 rows (Used Range), check negative (VBA)
Not sure how to describe this but I'll give it a go: If have 3 rows: A, B C Example: * A B C 1 5 4 2 7 1 3 3 7 4 2 1 Now I want to do a sum of Col.A MINUS Col.B >> Answer in Col.C >> If...
View ArticleSearch in VB6 / VB.net from excel
Hi ppl!!! Merry Christmas! I'm trying to do an app in VB6, a search in a textbox in Change event I have to do a search in a textbox and returns the result in a Listbox, I've done in VBA from Excel and...
View Articleops in winsock chat
well i am posting this because i got no idea making ops i need suggestion , help please how to make ops from server thanks.
View ArticleEncryption Strings
Hi! i really need your help! I built a simple program that can connect to mySQL database, and use some queries. (SELECT * FROM ...) But than i just saw that when i open the binary file (EXE) with some...
View ArticleHow to connect to oracle forms with vb6
Hi,, I am ahmad , i developed an application with vb6 , it's connect to weight indicator with RS232 , the application catch numbers from the indicator to text box and success. I am user on oracle...
View ArticleHow to get value of checkbox
I want to control external program ( VC .Net ) by vb6 program to check value of checkbox on external program.Please help me:confused:
View ArticleVS 2008 what am i doing wrong here?
The download work fine..the problem is if i click on the form1 to say drag it off to the side as long as i have the mouse down the thread stops running..i noticed the same thing with the listview...
View ArticleVS 2008 Follow up question objDoc and MIEObj not populating.. help please
In this line of code in my VB.NET Aplplication [code] If pEnvmnt = "rel6" Then aa_vb_interface.OpenWindow("http://BLAH1/Controller?view=jsp/Pportal.jsp", pTitle, pUserName, pPassword, True) End If...
View ArticleSend Data on NetworkStream Getting Stuck
The IDE seems to get stuck on this one line of code in our SendData. I wanted to see what you recommend to fix or debug this. We have tried a few debug.print type things. We are just getting some...
View ArticleEditing textfile with structure
I'm working on save editor program, but i've came into huge problem: Here's structure in these textfile: Code: owner="SOV" controller="SOV" core="SOV" infra={ 10.000 10.000 }...
View Article