January 5th, 2013 01:33 PM
Still it is showing the same Result . let me know some more idea . it needs to show in one line .any help would be highly appreciated .
private void SerialPortTest_Load(object sender,...
January 2nd, 2013 07:12 AM
i want to display 23 character in one line .i don't want to display the following text in two line . let me know please .
"WELCOME TO SILICONSOFT IT"
January 2nd, 2013 02:38 AM
Hi Friends, problem is that . i simple want . it needs to print the Text in one line .why it is breaking in Second Line ?.let me know please . any help would be highly appreciated . 30785
January 2nd, 2013 12:55 AM
Hi Friends, problem is that . i simple want . it needs to print the Text in one line .why it is breaking in Second Line ?.
let me know please . any help would be highly appreciated .
December 26th, 2012 01:31 PM
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...
December 24th, 2012 03:53 AM
Hi Friends,again to this thread when i tried to update PDA .it says full update was not successful .can anyone
tell me ? does the PDA SDK is also needed for our PDA device(Hope you person are aware...
October 14th, 2012 06:46 AM
hi friends , i have been trying to fill datagridView .but i am getting the folloiwng error .
Error 2 The best overloaded method match for...
September 27th, 2012 09:12 PM
please always write the code inside the code tags .it is more readable and much better .
Private Sub Command1_Click()
'increase sequence byte value
Label1.Caption = Val(Label1.Caption) + 1
...
September 27th, 2012 09:08 PM
[quote]Here is the code that gives that error
Login_Exit:
On Error Resume Next
Exit Sub
Login_Err:
MsgBox Errors.Count
Never use on error resume next .remove this line .and look the...
September 17th, 2012 04:30 PM
as Datamiser suggested .use Ado it is Thousend time better .any Way the following way i connect the oracle database .
whether it is 9i,10g & 11g Database .that is really no Issue .and it is working...
August 31st, 2012 05:36 AM
[/FONT][/COLOR]
try the following ! .
Module Module1
Sub Main()
dim x as string
August 30th, 2012 02:46 PM
if brandcls is not added we need to add .so now it is ok .
public void AddBrand(BrandCls brandClass){
Byte key = brandClass.Brandid;
if...
August 30th, 2012 01:02 PM
Did you write anything if so please provide what you have written ? .we will give more suggestion .anyway if you want to put the picture .so that when user run the project every time picture will...
August 24th, 2012 10:16 PM
30221
Hi Arjay. why it says count=0 .after collecting so many property .
public void AddBrand(BrandCls brandClass)
{
Byte key = brandClass.Brandid;
if...
August 24th, 2012 04:20 PM
now i am getting datatype Issue.our brandID Datatype is byte in Access table.However i am getting the following error .
Error 1 Cannot implicitly convert type...
August 22nd, 2012 06:45 PM
here is the following code for Brandcol class .
namespace Brands{
class BrandCol {
// Declare a field to hold a dictionary of BrandCls objects keyed by the Brandid property (an...
August 21st, 2012 06:33 PM
i simple want to fill mcol data into the listbox .Why it says foreach statment cannot operate variable without GetEnumerator()? . let me know please .any help would be highly appreciated .
...
August 20th, 2012 08:13 PM
can anyone reply to the following thread ? .any help would be highly appreciated .
http://www.vbforums.com/showthread.php?687393-Dictonary-Collection-Issue
August 10th, 2012 06:55 PM
Try the following way .
Option Explicit
Dim doc As Word.Application
Dim x As String
Private Sub Command1_Click()
Set doc = New Word.Application
doc.Visible = True
...