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

Search:

Type: Posts; User: Wango

Page 1 of 8 1 2 3 4

Search: Search took 0.15 seconds.

  1. Looking for Comparabel Technologies for IBM WebSphere Products

    Does anyone know comparable technologies for the 6 technologies below?

    1. IBM WebSphere Service Registry and Repository (WSRR)
    2. IBM WebSphere MQ (WMQ)
    3. IBM WebSphere Transformation Extender...
  2. Replies
    1
    Views
    1,083

    a VB.NET equivalent of this C# code.

    What is the VB.Net equivalent of the code (written in C#) below?
    This code is supposed to pick up a crystal report in the browser and then dump (convert) it into a pdf file.

    private void...
  3. How do I output a simple string to console (DOS)

    I can use the code below to write a simple string such as “I love my mother to console. The abbreviated code below can output the contents (files and subdirectories of “F:\Program...
  4. Nested Executables run from ASP.NET. The inner one hangs!!!

    This is what is supposed to happen:. I am running a web-based ASP.NET app. It shell executes another (VB 6.0 based) executable "C:\MyFolder\Visio_Opener_Executable.exe". This executable in turn...
  5. Nested Executables run from ASP.NET. The inner one hangs!!!

    Nested Executables run from ASP.NET. The inner one hangs!!!

    This is what is supposed to happen:. I am running a web-based ASP.NET app. It shell executes another (VB 6.0 based) executable...
  6. Is DCOM absolutely needed MS app to MS app communication?

    Is DCOM absolutely needed MS app to MS app communication?

    My app is a Cold Fusion 5.0 based web application. It sits on a PC that is on the network but all the ingredients are on the same PC.
    It...
  7. Is DCOM absolutely needed MS app to MS app communication.

    Is DCOM absolutely needed MS app to MS app communication.

    My app is a Cold Fusion 5.0 based web application. It sits on a PC that is on the network but all the ingredients are on the same PC.
    It...
  8. CreateObject("visio.application") without DCOM???

    I am calling an MS Visio 2000 application from Visual Basic 6.0 (SP5) like in the code snippet below.

    Set appVisio = CreateObject("visio.application")
    Set docObj =...
  9. Replies
    0
    Views
    536

    Problem getting "Page_Load(...) to fire.

    I am tying to run an application I plucked out of Jeff Prosise's book on Chapter 9;
    the Congo project. When I ran it, the data grid (<asp:Button) defined below does not
    show up but the button...
  10. Replies
    8
    Views
    1,118

    Thanks folks. What confused me is what I found...

    Thanks folks. What confused me is what I found in the rextbook (ASP .NET Unleashed) that I bought. This book has a lot of HTML tags and other tags such as

    <Script Runat="Server">

    ...
    ...
  11. Replies
    1
    Views
    878

    Very confused about ASP .NET & VB .NET

    I am trying to ditch ColdFusion as my main web app builder. I am starting to look at the Visual Studio .NET framework (concentrating on ASP .NET and Visual Basic .NET). I am getting a little...
  12. Replies
    8
    Views
    1,118

    Very confused about ASP .NET & VB .NET

    I am trying to ditch ColdFusion as my main web app builder. I am starting to look at the Visual Studio .NET framework (concentrating on ASP .NET and Visual Basic .NET). I am getting a little...
  13. Replies
    1
    Views
    682

    Sort a multi_dimension array??

    Suppose I have a multidim array, say

    Name serialNum Mileage
    Benz 1111 9990
    Saab 1211 9990
    Benz 2111 7790
    Benz 1111 9990
    Fiat 1131 9990
    Benz 1111 1190
    Benz 1114 8890
  14. CFusion vs Oracle vs Visual.net vs Access? Heeelp.

    CFusion vs Oracle vs Visual.net vs Access? Heeelp.
    Here is an outline of the project that I about to start. In a nutshell, what I am trying to do is to build a robust internet-based application...
  15. CFusion vs Oracle vs Visual.net vs Access? Heeelp.

    Here is an outline of the project that I about to start. In a nutshell, what I am trying to do is to build a robust internet-based application that will automate the processed outlined below....
  16. “On Error Resume Next” can no longer catch the error

    “On Error Resume Next” can no longer catch the error


    In using Access 2000.
    I am using the following code to test and see whether I can my application can still see the tables that are...
  17. How do I keep MS Word open when opened by MS Access

    How do I keep MS Word open when opened by MS Access

    I am writing an MS Access application. This code snippet just opens MS world and closes immediately. This is not what I want. I want to be able...
  18. Error:Change y-axis of scale of "Microsoft graph 2000" graph

    Error:Change y-axis of scale of "Microsoft graph 2000" graph


    A graph object can be accessed (to change the scales) this way in an Excel application.
    With ActiveSheet.ChartObjects("Chart...
  19. I will research this when I get a chance to do...

    I will research this when I get a chance to do so. Right now I am swamped .

    Wango
  20. =IIf(IsNull(Sum([DollarAmount])),0, NZ(Sum([DollarAmount])))????

    Using Access 2000,
    I am creating a report that get info from a Query (QryOneContractFundDocs
    ) whose statement is as shown below:

    SELECT FundingDocs.FundingDocTitle, FundingDocs.DollarAmount,...
  21. -2147467262, "No such Interface supported" & ADOX

    I really need help.

    I do have an Access application that that I use to create reports as well as graphs. But before the graphs or reports are created, I have to do a lot of query populating...
  22. Replies
    4
    Views
    839

    Exactly where in the code did you put the...

    Exactly where in the code did you put the function

    AfxSocketInit();
    ??
  23. Replies
    6
    Views
    1,307

    Exactlt where in the application do you put that...

    Exactlt where in the application do you put that code - AfxSocketInit()?
  24. Replies
    1
    Views
    602

    VB and MS Word and links to PDF files????

    I do have a project that encompasses different technologies. The customer needs an app ASAP.

    I want to create a CD that can be opened in all different continents. This CD should be able to do the...
  25. Replies
    3
    Views
    576

    how do I get "9/30/2002 12:00:01 PM"

    How do I get today's date to be: "9/30/2002 12:00:01 PM"?



    // added 09.30.2002
    CString sDateTimeToday;
    sDateTimeToday = Today.Format(_T("%A, %B %d, %Y"));

    sDateTimeToday =...
Results 1 to 25 of 181
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured