CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: firoz.raj

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: getting delimeted value from the list value

    actually i want to adapt the following code in c# .when it will work on vb.net . i would like to prefer to convert in C# . can you tell me
    why i am unable to get all the barcode in textbox2 from...
  2. Re: getting delimeted value from the list value

    i am storing date in list collection only .i don't want to save the list of barcode permanently in the database

    i simple want user will write no of barcode as much as he want in the text box...
  3. getting delimeted value from the list value

    Hi Friends,i want to add list of barcode in the textbox .which have multiline true .so what i want . i want to store all the textbox data in list mydelimeter list .i simple want when user click on...
  4. Replies
    13
    Views
    667

    Re: SerialPort Issue

    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,...
  5. Replies
    13
    Views
    667

    Re: SerialPort Issue

    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"
  6. Replies
    13
    Views
    667

    Re: SerialPort Issue

    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
  7. Replies
    13
    Views
    667

    Re: SerialPort Issue

    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 .
  8. Replies
    13
    Views
    667

    SerialPort Issue

    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...
  9. Replies
    18
    Views
    3,993

    Re: Microsoft activesync Issue

    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...
  10. Replies
    1
    Views
    379

    Filling Property data into DataGridView

    hi friends , i have been trying to fill datagridView .but i am getting the folloiwng error .
    Error 2 The best overloaded method match for...
  11. Replies
    9
    Views
    1,189

    Re: CRC calculation

    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
    ...
  12. Re: VB6 Program on Win7 32bit machine Run time error msg 0

    [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...
  13. Re: Runtime error '440': unable to make connection,ORA-06413

    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...
  14. Re: Minimizing a Loaded Application and More

    [/FONT][/COLOR]


    try the following ! .


    Module Module1

    Sub Main()
    dim x as string
  15. Replies
    10
    Views
    513

    Re: Dictonary Collection Issue

    if brandcls is not added we need to add .so now it is ok .


    public void AddBrand(BrandCls brandClass){
    Byte key = brandClass.Brandid;
    if...
  16. Re: Hi i have a form and i want to know how to save pictures to it?

    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...
  17. Replies
    10
    Views
    513

    Re: Dictonary Collection Issue

    30221

    Hi Arjay. why it says count=0 .after collecting so many property .


    public void AddBrand(BrandCls brandClass)
    {
    Byte key = brandClass.Brandid;
    if...
  18. Replies
    10
    Views
    513

    Re: Dictonary Collection Issue

    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...
  19. Replies
    10
    Views
    513

    Re: Dictonary Collection Issue

    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...
  20. Replies
    10
    Views
    513

    Re: Dictonary Collection Issue

    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 .
    ...
  21. Replies
    10
    Views
    513

    Dictonary Collection Issue

    can anyone reply to the following thread ? .any help would be highly appreciated .

    http://www.vbforums.com/showthread.php?687393-Dictonary-Collection-Issue
  22. Replies
    8
    Views
    605

    Re: Stuck With Visual Basic 6.0

    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
    ...
  23. Replies
    5
    Views
    520

    Re: Concurrency/Consistency Managing in VB6

    where are you getting the following error ?
    "cannot update row as the data in the database has changed"
    "cannot delete row as data in the database has changed"
  24. Re: Database field format in FlexGrid

    even it will work in MSHFlexGrid


    dim rs as new ADODB.Recordset
    rs.open myQuery$,dbConn
    rs.cursorlocation=aduseclient
    Set mshflexgrid.Datasource = rs
  25. Replies
    6
    Views
    219

    Allowing only number in the textbox

    i want text box only needs to allowed numeric no .in other way round . i need to adapt the following code in vb.net .let me know please .


    Private Sub TxtWeekNo_KeyPress(KeyAscii As Integer)
    If...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width