Forum: VB.NET Aug 18th, 2009 |
| Replies: 2 Views: 8,544 you can declare the variables as public
this way
public <variable name> as <type>
in some form consider form1
then in the other form you say
form1.<variablename> |
Forum: VB.NET Aug 18th, 2009 |
| Replies: 9 Views: 661 first you need to get some class that will enable you to connect to the database
hope these codes will help you
Public Class connect
'Dim oledbcon As New System.Data.OleDb.OleDbConnection
... |
Forum: VB.NET Apr 4th, 2009 |
| Replies: 0 Views: 319 Friends i need to connect a flash movie with database.As many tutorials say I need a middleware to connect.As i need to run as a vb or c# program which will be the suitable middle ware(as web says... |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 4 Views: 615 the link provided was really helpful
i was able to remove the error
here is the code
Dim properties = IPGlobalProperties.GetIPGlobalProperties()
Dim lSegmentsSend As Long
Dim... |
Forum: VB.NET Nov 16th, 2008 |
| Replies: 4 Views: 615 great thanks for reply
i think adding new is showing some error related to "MUSTINHERIT"
then what shout be the something that should be assigned to a? |
Forum: VB.NET Nov 15th, 2008 |
| Replies: 4 Views: 615 friends i have a problem. i want to find out tcp statistics(bytes recieved&bytes send).
for this i used this code
dim a as system.net.networkinformation.tcpstatistics
dim aa as long
aa=... |
Forum: VB.NET Oct 28th, 2008 |
| Replies: 0 Views: 437 please help me to find the details of a network connection such as bytes send,recieved,duration
and the control to disconnect the network connection. |
Forum: VB.NET May 5th, 2008 |
| Replies: 0 Views: 356 i need to send at or atx commands to mobile using c or c++.please tell me how to send it in win32 console?which fn &header file is used for this purpose?
thanks in advance. |
Forum: C May 2nd, 2008 |
| Replies: 6 Views: 834 thanks for your kind advice i will try these things.
another can i do the same using VB.net win32 console ??
if so can anyone help in this matter?
basically i don't know vb.help me to code it.... |
Forum: C Apr 30th, 2008 |
| Replies: 6 Views: 834 friends
i need to send AT or ATX commands using c language
i tried to write the data using biosserialcom() fn to write to serial port in win XP.
but it failed .some error camesayin "16bit msdos... |
Forum: C++ Apr 27th, 2008 |
| Replies: 1 Views: 475 i need to display user given text in graphics mode
we can display predefined text using outtextxy(); functions.
but we cannot display text given by user using this function
while using printf... |