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

Search:

Type: Posts; User: mot1639

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,123

    Please help me out , TCP Receive data

    HI all ,

    I make simple electronic module witch connect to modem and send data to server appliction has been made by vb6 , now when huge data come i cant receive the data from my module but with...
  2. Replies
    1
    Views
    2,307

    AT Command + forward SMS

    Hi all ,
    now form 5 days and i am trying to forward or resend sms from index ...but i cant , using AT command
    the problem that i have receive mulipart sms (long sms via my phone nokia 6230)but...
  3. Replies
    1
    Views
    686

    seekg function --- plese help

    hi all
    this is my code




    #include <iostream>
    #include <fstream>
    using namespace std;
  4. Replies
    2
    Views
    779

    datagride & MS access ..Delet Row

    hi all ,

    i have daragride view connect to Access data base, my question is that, how i can delete a specific row when i click on it from datagride and database ????
    this is a data grid ...
    ...
  5. Replies
    4
    Views
    1,668

    Re: barcodex with access ? in visual basic

    any Help her ??
  6. Replies
    4
    Views
    1,668

    Re: barcodex with access ? in visual basic

    no it is not a homework ,,,,, ????!!! i already build a application between the GUI and the access database ... the only question how to insert the a barcode in the access and print it ?
  7. Replies
    4
    Views
    1,668

    barcodex with access ? in visual basic

    hi all ,

    i have barcodex ... also i have OLE Object filed in my access ..

    how i can save this barcode in the access also how i can print the barcode ???


    regards for all and i will...
  8. Replies
    3
    Views
    788

    Need Help With This Code !!!!

    hi
    i write this code but i phase a problem :::

    her the code



    #include<iostream.h>
    #include<conio.h>
    int main()
  9. help me in this issue MID$(text.text,*,*1)

    hi all

    i need support to find a a specific data from sentence, the data have a fixed length which is 9

    for example i have sentence


    test 888508432199 this is test

    now to take...
  10. Replies
    3
    Views
    784

    Re: split long text ? help please

    there no one know a soulation ???
    regards
  11. Replies
    3
    Views
    784

    split long text ? help please

    hi all

    i write this code and it work fine to split the text to equal part

    put the problem is that ....

    for example i need to see a msgbox with only max characters of "45" there no problem...
  12. Replies
    4
    Views
    813

    Re: help me in this code ..

    sorry for that

    the error is her (((((( secondList = first;)))))

    void linkedListType<Type>::splitAt(linkedListType &secondList,
    const Type& item)
    {...
  13. Replies
    4
    Views
    813

    help me in this code ..

    hi all,

    Suppose myList points to a list with the elements 34 65 27 89 12 (in this order). The statement
    myList.splitMid(sublist);
    splits myList into two sublists: myList points to the list with...
  14. Replies
    3
    Views
    836

    Re: help me in the code !!

    what i need is that


    For fI1 = 1 To 31
    If xlsheet1.Cells(fI1, 1) = "" Then
    xl.ActiveWorkbook.Close False, CStr(App.Path & "\12.xls")
    Else
    cl...
  15. Replies
    3
    Views
    836

    help me in the code !!

    Option Explicit
    Dim xl As New Excel.Application
    Dim xlsheet As Excel.Worksheet
    Dim xlsheet1 As Excel.Worksheet
    Dim xlwbook As Excel.Workbook

    Private Sub Command1_Click()
    Dim fI As Integer...
  16. Replies
    3
    Views
    947

    Re: PLease help ME in this issue..

    thanks , yes i write the code in VB6, can you help me how to start ??

    regards
  17. Replies
    3
    Views
    947

    PLease help ME in this issue..

    hi,
    i try so hard to solve this problem but i still face problem

    Now I Have Excel Sheet which contain /28/30/31 row depend on MOnth, some month have 30 day or other 31 day or 28 day.

    My...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured