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

Search:

Type: Posts; User: ekta_singh

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,326

    Accessing multiple databases in a cursor

    I want to write a cursor which accesses different databases on a sever and truncates a particular table on all those databases. I would appreciate if someone could tell me whether this is possible...
  2. Re: Exporting report with OLE object to Excel.

    The OLE object is being used in the detail section and its an Excel sheet which is embeded in the report.
  3. Exporting report with OLE object to Excel.

    Hi all,
    I have a crystal report which has an embeded OLE object in it. I want to export this report to Excel. However I'm not able to do the same because of the OLE object since Excel doesn't...
  4. Error 20534 "Error detected by database DLL"

    hi,

    I'm using Crystal reports 8.0 with VB 6.0 and SQL Server 2000..I am getting the error "Error detected by database DLL" We were using SQL server 7.0 earlier and have recently upgraded to SQL...
  5. Replies
    1
    Views
    783

    Saving a graph

    Hello everyone,
    Could anyone please tell me how to save a graph image as a jpeg file which can be viewed later at any point.I have the x and y co-ordinates using which the curve should be...
  6. Replies
    2
    Views
    1,379

    Multi-user access database using ODBC

    hi everyone,
    I need to create a Data Source using ODBC that will not create problems if my VB project is deployed on a different machine..That is it should be independent of the machine.Many...
  7. Replies
    5
    Views
    1,635

    Re: Creating an object of AutoCAD

    I'm using AutoCAD 2000 and a reference is very much available in the reference list.Using CreateObject also doesn't help..Whatever way I try to instantiate the object, it always gives me the above...
  8. Replies
    5
    Views
    1,635

    Re: Creating an object of AutoCAD

    hi HairyMonkeyMan,
    Thanks a lot for your reply.I tried your code...But I still get the same error."ActiveX component can't create object" on the line...
    Set acadApp = New...
  9. Replies
    5
    Views
    1,635

    Creating an object of AutoCAD

    Hello everyone,
    Could someone please tell me how to create an object of AutoCAD in VB?I have tried the following code..

    Dim acadApp as New AutoCAD.AcadApplication
    Dim acadDoc as...
  10. Re: Splitting a string into numerical values

    hey thanks a lot Avinash..That was really simple and smart...I never thought of it that way...Thanks again.
    Bye.
  11. Splitting a string into numerical values

    hi there,
    could anybody please tell me how to split a string which has some 10 numerical values to get those individual values as elements of an array?I used the split function with space as the...
  12. Replies
    3
    Views
    3,746

    No. of classes permissible in ActiveX DLL

    Hello,
    Can anyone tell me how many classes are allowed in an ActiveX DLL project?Is there any limit or can we have unlimited number of classes??

    Thanks.
  13. Replies
    2
    Views
    771

    Thanks for your reply JP...But if you look at my...

    Thanks for your reply JP...But if you look at my code carefully,I have used the AppActivate statement there and it also does open the notepad file.But SendKeys doesn't trigger the required keys in...
  14. Replies
    2
    Views
    771

    Help on SendKeys statement

    Hello everyone,
    Could anyone please help me on the use of Shell,AppActivate and SendKeys commands?Actually I wanted to change a particular value in a notepad file(7th value on the 3rd line...
  15. Replies
    3
    Views
    633

    Could you please elaborate a bit more?

    hi sihikahi,
    Thanks a lot for the reply.Could you please elaborate a bit more on that.I did try using textStream,but it doesn't work.I used SkipLine() method to skip the first 2 lines of the...
  16. Replies
    3
    Views
    633

    Can I modify the contents of a file?

    Hello everyone,
    Is it possible to modify the contents of an existing text file?Suppose I have some values in a text file like this

    CHETTINADTRADITION 30.07.02 SAIBAL ERS ...
  17. Replies
    1
    Views
    4,678

    How can I trap a keypress in C++?

    Hello everyone,
    I would be really grateful is someone could tell me how to trap a keypress in C++?I want to do a particular thing unless the user presses the enter key(or any key for that...
  18. Replies
    3
    Views
    629

    Thanks...

    thanks a lot Cimperiali...I had figured out that myself just some time before I received this reply from you...It was there straight and clear on MSDN...I should have searched a little more on MSDN...
  19. Replies
    1
    Views
    566

    Please suggest a project in Vb.net

    Hello everyone,
    I am doing a course in .NET and learning VB.NET currently.Could anyone please suggest some projects that I can undertake in VB.NET?A project in which I'll need to incorporate...
  20. Replies
    3
    Views
    629

    Can a function return an array?

    Hi everyone,
    I wanted to know if a function in VB can return an array??If yes,what would the code be?I have tried doing something like this but it doesn't work..

    Private Sub Command1_Click()...
  21. Replies
    3
    Views
    601

    Thanks...

    Thanks a lot for your help Cimperiali...So the funda basically is that there is no short-cut or a direct function for opening files but to write separate code depending on the file type,right??
    ...
  22. Replies
    3
    Views
    601

    Opening and viewing files ??

    Hello,
    Could anyone please tell me how can I open a file in VB..Supposing I have created a notepad like application which has a menu under Files named "Open"...The user selects a particular file...
  23. Replies
    0
    Views
    471

    .NET Training.

    Hi everyone,

    Could anyone please advise me about the institutes offering training in .NET..I am a VB programmer and want to go for a training in .NET..But I have not been able to decide on the...
  24. Thanks

    fundoo code...Thanks a lot for your help Dugyala.
  25. how do I access SubFolders within a Folder?

    Hi Gurus,
    I have a small problem in accessing files within all the subfolders of a particular folder.Supposing I have a folder named Archive and there are many subfolders within this folder...
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured