Search:

Type: Posts; User: ranjith

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    472

    How To Call Crystal Reports From Vb

    I DONT HAVE A CRYSTAL REPORT CONTROL.

    SO, TEL ME HOW TO CALL A REPORT FROM VB USING PLAIN CODE.


    SOME HOW DLL FILE IS MISSING....
  2. Inserting Comma , Quotes And All Other Stupid Chars

    USING SQL

    INSERT INTO BLAH('TTTT , EEEE', 'RRR (YIKES!!) ');


    LIKE THAT.

    hOW TO?
  3. Replies
    1
    Views
    352

    Can't you set the Datasourse of Flexgrid?

    I am not talking about Hierarchial FlexGrid, but simple Flexgrid.

    why cant i set the datasourse property to some recordset that was created dynamically?


    Is there any problem?

    why it's...
  4. Thread: Systray text

    by ranjith
    Replies
    4
    Views
    524

    Oh boy! You still ain't got your doubt clear...

    Oh boy! You still ain't got your doubt clear yet??

    ::p :p :p
  5. Thread: Systray text

    by ranjith
    Replies
    4
    Views
    524

    Whats up with these free camels?? Are you...

    Whats up with these free camels??

    Are you trying to be mean to muzlims? :p :p :p
  6. Replies
    1
    Views
    481

    create table emp_details(empno char(4),hrs...

    create table emp_details(empno char(4),hrs integer,code integer);



    select sum(hrs),empno from emp_details where code=1 group by empno union
    select sum(hrs), empno from emp_details where...
  7. Still waiting for the reply!

    No body?? No body know this?


    Damn!!


    After all, forums are for what??

    :(
  8. Does anyone have idea about how to insert nulls(empty, nothing.!!) into date

    Database field.


    I thing i need to scratch my head to get this.
  9. Replies
    2
    Views
    491

    Stupid Mshflexgrid!!!

    Private Sub Command1_Click()
    mf.AddItem Text1.Text & Chr(9) & Text2.Text
    End Sub

    Private Sub Command2_Click()
    Dim i As Integer
    For i = mf.Rows - 1 To 2 Step -1
    mf.RemoveItem i
    Next
    mf.Clear
  10. Thread: MsHFlexGrid!!!

    by ranjith
    Replies
    11
    Views
    661

    Sample Code!!

    Private Sub Command1_Click()
    Dim i As Integer
    MSHFlexGrid1.FormatString = "Row "

    For i = 1 To 5
    MSHFlexGrid1.AddItem "Row" & i
    Next

    End Sub
  11. Thread: MsHFlexGrid!!!

    by ranjith
    Replies
    11
    Views
    661

    Yes! I know that, but I am talking about non...

    Yes! I know that, but I am talking about non heading row(First row that is not a header!
  12. Thread: MsHFlexGrid!!!

    by ranjith
    Replies
    11
    Views
    661

    MsHFlexGrid!!!

    Why it is not possible to insert in the first row??

    Is this a Microsoft bug??

    Does anyone have any idea about how to fill in the first row, and as well as, to delete the first row.


    I think...
  13. Replies
    2
    Views
    461

    MSHFlex Grid sucks!!!!

    MSHFLEX grid sucks!!!


    I am doing this project, and used this MSHFlexgird to pass data from this grid to a class collection. This stupid control behaves abnormally. Try inserting data into grid...
  14. Replies
    1
    Views
    473

    Batch Inserts in MSACCESS

    Try doing this in VB application

    For intCounter = 1 To ClassInfos.Count
    strSQL = strSQL & " Insert into Class(ClassID,ProgramID,StudentID) Values("
    strSQL...
  15. Thread: Page parser

    by ranjith
    Replies
    2
    Views
    628

    Page parser

    Hi

    I wanna open a HTML file read it and whenever I see a link
    <A href="/about.html"> or <img src="/funky.jpg"> I wanna replace it by an absolute path.

    i will call page_parser c:\abc.html...
  16. Urgent!!! File accessing across procedures

    Never mind, I got it.

    I am dumb enough to overlook a silly thing.

    MISTAKE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:rolleyes:
  17. Replies
    7
    Views
    526

    Thanks

    Cool! thanks man!

    Can I take use tab as a delimiter while accessing the file?

    Like

    0.2 0.3 0.4 0.6
    0.1 0.5 0.5 0.4
  18. Replies
    7
    Views
    526

    How to strip tabs in a file?

    In Sequenstial file?
  19. Replies
    3
    Views
    445

    Is reading a file same in VB.NET?

    Is reading a file same in VB.NET?
  20. Replies
    3
    Views
    445

    Sequential file access!

    I want to read a file of numbers!

    Each number is seperated by a tab.

    I have 7 rows of numbers, seperated by tabs, and I wanna pass these numbers into an single dimension Array in my program.
    ...
  21. Replies
    23
    Views
    630

    Whatever.

    SHUT UP AGAIN!!!!!!!!!! DO U HEAR ME?
  22. Replies
    23
    Views
    630

    Buggy, My middle finger for you!

    Buggy, My middle finger for you!
  23. Replies
    30
    Views
    1,223

    PENTIUM

    PENTIUM 3
  24. Replies
    30
    Views
    1,223

    Aussie, you got no brain! Don't eat those...

    Aussie, you got no brain! Don't eat those Kangaroos that much.


    <I>STUPID</I>:mad:
  25. Replies
    23
    Views
    630

    Shut up!

    Shut up!
  26. Replies
    30
    Views
    1,223

    LOL!!!!!!!!

    LOL!!!!!!!!
  27. Replies
    30
    Views
    1,223

    You guys are "NUTS"! whats the point in arguing?

    You guys are "NUTS"! whats the point in arguing?
  28. Replies
    23
    Views
    630

    Oh My! yeah, Aussie.

    Oh My! yeah, Aussie.
  29. Replies
    23
    Views
    630

    I would appreciate if you could me your system...

    I would appreciate if you could me your system configuration.

    Thanks.
  30. Replies
    23
    Views
    630

    What does that mean? What is your configuration...

    What does that mean? What is your configuration and how much you got it for?
  31. Replies
    23
    Views
    630

    Its a general question!!

    A day back, I bidded for a desktop and I got it for 480$(Intel Pentium, 60GB HDD, 1GHZ, 192 MB Ram, 8X DVD, CD-RW). Do you think its a good deal? I have a Compaq laptop(5GB, 475M HZ, 128 MB ram, AMD...
  32. Replies
    30
    Views
    1,223

    Yeah Man! I knew it. I searched for that thread...

    Yeah Man! I knew it. I searched for that thread but couldn't able to locate it. Sorry!!!
  33. Replies
    30
    Views
    1,223

    thanks....

    I am using this right away! Lemme try this in .net. I need to do an assignment, which has to be submitted tomarrow.
  34. Replies
    30
    Views
    1,223

    Same in VB.Net?

    Is that the same code in VB.NET?


    Thank you.

    Ranjith.
  35. Replies
    30
    Views
    1,223

    How to call an exe application

    Can someone tell me how to call an exe application in Visual Basic(Is that different in VB.NET). I would appreciate if could gimme some code. I knew this, but I forgot it.:o
  36. Replies
    8
    Views
    697

    How to call an exe file from VB

    How to call an exe file from VB(I forgot this).....
  37. Replies
    1
    Views
    404

    A general upgradation question!!!

    I am trying to upgrade my OS from Windows 98 to Windows 2000, but I am getting this hardware upgrdation conflicts....


    VIA PCI AUDIO CONTROLLER(WDM).

    Can someone tell me where can i download...
  38. Thread: Asp.net/vb.net

    by ranjith
    Replies
    1
    Views
    589

    Asp.net/vb.net

    Can you suggest some good self learning websites?


    I know about VB6/ASP 3.0, but not .NET.
  39. Replies
    4
    Views
    370

    In that case can you suggest me some good...

    In that case can you suggest me some good websites for VB.NET
  40. Replies
    19
    Views
    1,672

    Good books on VB.NET

    Can someone suggest me a good book on VB.NET. I am quite frustuated in making a decision.
Results 1 to 40 of 126
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width