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

Search:

Type: Posts; User: junaidsherief

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Re: calling another vb exe from a vb program

    Thanks dglienna for this fast reply
    I did'nt think it is so easy

    Shell App.Path & "\project1.exe" , vbHide

    worked

    One more doubt, can we create formless vb application (VB6)
  2. Re: using namespace std; declaration syntax error

    Thanks to all, solved
  3. Re: using namespace std; causing declaration syntax error

    Solved
  4. calling another vb exe from a vb program

    I have one VB program abc.exe, I want to call another VB program xyz.exe when a menu item is clicked from abc.exe.

    xyz.exe has its own forms (3 forms)

    thanks in advance
  5. Re: ofstream class - file not seen created in the hard disk

    Thanks, Solved
  6. ofstream class - file not seen created in the hard disk

    Iam using Turbo C++ 3.0 - the following code executed without any problems, but
    the file not seen created in the hard disk

    #include<iostream.h>
    #include<conio.h>
    #include<fstream.h>
    int main()...
  7. using namespace std; declaration syntax error

    I am using Turbo C++ version 3.0, see the following code,
    when compiled, causes declaration syntax error


    #include<iostream.h>
    #include<conio.h>
    #include<fstream.h>
    using namespace std;
    int...
  8. using namespace std; causing declaration syntax error

    I am using Turbo C version 3.0, see the following code,
    when compiled, causes declaration syntax error


    #include<iostream.h>
    #include<conio.h>
    #include<fstream.h>
    using namespace std;
    int...
  9. Inner join discarded when reports shown from .Net 2005 application

    I am using Crystal reports 11 for designing reports - Visual Studio 2005 is the application.

    Report preview shows correctly shows the records correctly as in the underlying database
    but when...
  10. VB program creates report then sends as email

    Hi,

    I have a VB 6.0 program, which monitors a table for some kind of reports,
    if a request pending, it invokes a php resource in the same machine, using webbrowser control.
    the php code...
  11. Transfer email from company server to public mail system

    Hi, my collegue leaving the company. he is now using company email server, with 1000's mails in inbox/sent etc etc.

    he want to transfer this mail to his laptop to read later using microsoft...
  12. Re: javascript confirm box - delete call in servder side

    button_click()
    {
    // write the code for delete from table...
    important is that, only when user click yes this even will be fired
    }
  13. Replies
    3
    Views
    1,198

    Re: Play audio in web page

    dear ujja..

    first of all you can play a media file from web page simply by requesting
    this as a resource , more specifically <a href=xyz.wav>aek do theen..</a>
    will start windows media player...
  14. Replies
    2
    Views
    974

    Re: file uploading

    Give full code, including declarative syntax for file control declarion
  15. Replies
    0
    Views
    1,349

    asp.net deployment

    Hello
    I want deploy my asp.net application to the production web server
    I want to hide the code behind files in all pages.

    how can I use the deployment wizard.
    I added another projet of type...
  16. Re: Javascript code for input validation & postback control

    I know using validation controls, but want to try javascript


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="HtmlEtc._Default" %>

    <!DOCTYPE html PUBLIC...
  17. Replies
    2
    Views
    1,028

    Re: what's wrong in this code?

    code contains no error
  18. Javascript code for input validation & postback control

    asp.net v2.0
    I have one asp.net page, which contains 4 text boxes(asp.net controls),
    and one button control.

    I wrote validation logic for the text boxes in javascript. I want to execute
    this...
  19. Replies
    3
    Views
    1,035

    Re: how i make simple mail server

    using win 2003 POP3 service is far bette than SQL mail.
  20. Replies
    1
    Views
    735

    Re: Login Control

    If your costom controls are performing fine in respects then no need to change this VS 2005 controls, dont mees of it things when it is ok
  21. Replies
    3
    Views
    1,035

    Re: how i make simple mail server

    Windows 2003 server shipped with a POP3 SERVER - search with
    google using these keywords.

    Once it is configured you can use this as mail server(max 50 users, I think so)
  22. Show error messages and warnings seperately

    Helo
    I am using asp.net 2.0
    now a simple qn:
    When I build solution: I get my error messages mingled with warnings
    (running into 100 of entries).

    I want to show errror messages seperately, so...
  23. Replies
    0
    Views
    748

    Searching Treenode on value field

    hi i am using asp.net 3.5
    I have a treeview, which shows continents and contries of the world.

    contries shown as leafnode(parent node continent) - contry node contains
    countryname as text and...
  24. Replies
    1
    Views
    2,060

    Re: Creating Objects in XP

    First of all I disagree with your idea of using systems folders for review transaction/adding new inventory item. for this purpose use database, in a networked environments using system folder for...
  25. Replies
    1
    Views
    1,282

    Re: ADAM and Application Pooling

    explain ur intended purpose, how do u expect it to work.
    Adam application pooling is possible.
    Give detailed working mechanism u expect and objective
Results 1 to 25 of 47
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured