User Profile

Collapse

Profile Sidebar

Collapse
sdanda
sdanda
Last Activity: Jun 27 '08, 05:58 AM
Joined: Oct 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Regarding the Error "The System could not execute the specified Program"

    Hi,
    I am working on C#. We have a tool called WHOST.exe which is a VC++ MFC application. Recently I modified the application and regenerated the WHOST.exe in Visual Studio 2008. If i open the WHOST.exe in my system it is working but if i open the WHOST.exe in my friend's system its not opening through commnad prompt or by double clicking the WHOST.exe. If i open the WHOST.exe through command prompt it is saying that " The system cannot...
    See more | Go to post

  • sdanda
    started a topic Where RegISm.exe is installed?
    in .NET

    Where RegISm.exe is installed?

    If you have any .netnet frame work, Where RegIsm.exe is installed ?
    Is it installed under same location for any type of .net frame work or not..
    Suppose for .net framework 2.0 it is installed under "C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\RegAsm.Is this location same for all .net frame works or not?

    Can you please tell me...
    See more | Go to post

  • Hi,
    I already tried by placing that statement but even after giving that statement i am unable to read the complete output

    The sample code with the above statement is
    delegate declaration:-
    delegate void WriteToRichText Box(string Msg);

    Thread declaration:-
    Thread t=new Thread(new ThreadStart(Chi ldLaunch);
    t.Start();


    void ChildLauch()
    {
    Process p...
    See more | Go to post

    Leave a comment:


  • Unable to Read the total Output from the Command Prompt

    Hi,
    I am working on C# windows applications.Wh at i want to do is, I want to Redirect the output from Command Prompt to the Rich Text Box, Actually i am unable to read the entire output of the comman prompt, but i can see only the few lines.I don't know what's the wrong in my code.Here is the sample code.
    ChildLaunch()
    {
    Process p = new Process();
    p.StartInfo.Wor kingDirectory = RootDir;...
    See more | Go to post

  • sdanda
    started a topic How to arrange cels in a table layout panel?
    in .NET

    How to arrange cels in a table layout panel?

    Hello everybody,

    i am working on vb.net windows applcations.
    I am able to programmaticall y add textboxes to my form as needed, but what I would like to be able to do is add my textboes in a particular order.I assume that a tableLayoutPane l has some form of row / column coordinate system for addressing each cell but I'm not having any luck in figuring it out.

    Does anyone have any ideas how I might go about this....
    See more | Go to post

  • how to create constructors in vb.net windows application

    Hi,
    I am working on vb.net windows application. I would like to create constructors for forms. Where do we find main for a form and how to create constructors?Ca n anyone tell. I am a starter to this vb.net
    See more | Go to post

  • sdanda
    started a topic How to open an application from another application
    in .NET

    How to open an application from another application

    Hi,
    I am using vb.net.I would like to open an application from another applcation.
    For example now i am running sample applcation. In this application i am
    invoking some another applcation by using Process.Start(//application name) this. What i want to do is I need to close my sample applcation after opening this new pplcation.How to do this?Can anyone tell me?
    See more | Go to post

  • how to improve my java class performance while selecting and inserting

    Hi ,

    Do you have any idea how to improve my java class performance while selecting and inserting data into DB using JDBC Connectivity .........
    This has to work for more than 8,00,000 of records ..... Can you give some performance tips if you have known

    1) For this I am using oci driver ( because I m using oracle 10g) instead of thin driver
    2) In that programme I m using prepared statement instead...
    See more | Go to post
    Last edited by r035198x; Mar 13 '08, 12:12 PM. Reason: added code tags

  • How to create a new application while running another application.

    Hi
    I am working on vb.net windows applcation.For example i created sample vb.net.. what i want to do is during running of this application i.e sample it internally creates a another vb.net application with default settings. How to do this in vb.net...
    See more | Go to post

  • sdanda
    started a topic hoe to compare a strnig with null value
    in .NET

    hoe to compare a strnig with null value

    Hai,
    i am working on windows applications. In my applicaion One combobox, one button(neamed as delete) is there.
    I would like to delete the selected combobox item .So I wrote code to delete a selected item under delete button click. In this i want to check if the combobox selected item is null, after clicking on the button delete it displays some error message like, "There is no item to delete. You selected nothing."...
    See more | Go to post

  • How to increase the window form size according to adding controls dynmically

    Hi,
    I am using vb.net windows applications.I am adding controls dynimically.Is there any possibility to increase the form size according to the controls that i added dynimically.
    See more | Go to post

  • sdanda
    started a topic How to access dynimically added controls
    in .NET

    How to access dynimically added controls

    Hi I added some controls(textbo xes) dynimically to a vb.net windows application form in the form load event.In My form I added a button statically.Now I would like to access my controls like the text entered in the dynimically added textboxes in button click event.How to do this?
    See more | Go to post

  • sdanda
    replied to Regualr expression for a string
    in .NET
    Thanks a lot.I wasted so much time for this simple regular expression.Thak you....
    See more | Go to post

    Leave a comment:


  • sdanda
    started a topic Regualr expression for a string
    in .NET

    Regualr expression for a string

    Hai, My string must be 3 characters.Firs t character must be integers in the range 1-9. and second character must be * and third character must be the number with in the range 0 to 9.
    I wrote this code to mathch this expression.
    Dim txt As Regex = New Regex("[^1-9][*][0-9]")
    but it does nt work.Can you give some idea?
    See more | Go to post

  • sdanda
    replied to How to return to the previous working ptah
    in .NET
    I got it.I forgot to keep Restore directory property of OpenFileDialog as true....
    See more | Go to post

    Leave a comment:


  • sdanda
    started a topic How to return to the previous working ptah
    in .NET

    How to return to the previous working ptah

    Hai,
    I am working on vb.net windows application. In my application(Sam ple) I created some forms.In one form I am using controls OpenFileDialog, a button called as Browse and a textbox control.If I click on Browse button it opens a openfiledialog, now i am selecting a file from that dilog and prints that file name in a textbox. Upto here everything works fine..but whats the problem the current working direcory is changed. That is If I run my...
    See more | Go to post

  • sdanda
    started a topic Insert a newline into a string

    Insert a newline into a string

    I am using a tooltip control for a picturebox control. I would like to display the caption of the tooltip in newline. How to do this?
    My picturebox name is help and tooltip name is ttp and I am displaying this tooltip on the mousehover event of the pictureimage.

    [CODE=vbnet]Private Sub help_MouseHover (ByVal sender As Object, ByVal e As System.EventArg s) Handles help.MouseHover
    tt1.SetToolTip( help, "You can select...
    See more | Go to post
    Last edited by Killer42; Jan 1 '08, 12:25 PM.

  • How to know whther a particular drive exist o your system or not"

    I am working on vb.net.In my application I created a textbot.In this textbox I would like to enter some drive like E: or C: or D drive.Now I want to verify whether the drive entered in the Textbox is exist on your sytem or not. how to do this?Can anyone help me?
    See more | Go to post

  • System.ObjectDisposedException: Cannot access a disposed object.

    Hai i am working on vb.net.
    In my application I created four forms.Those are first.vb,f1.vb, f2.vb and f3.vb
    In firstvb I added 3 checkboxes and a "display" button.The 3 checkboxes are used to display the forms f1,f2 and f3.If first checkbox is checked then it displays the f1 form.Similarly for f2 and f3 also.I kept all this code in the display button click event.In f1.vb,f2.vb and f3.vb I added back and next buttons. I wrote...
    See more | Go to post

  • sdanda
    started a topic How to remove this error
    in .NET

    How to remove this error

    When I build my application it gets this error.My application is sample
    "Error 1 Unable to copy file "obj\Debug\samp le.exe" to "bin\Debug\samp le.exe". The process cannot access the file 'bin\Debug\samp le.exe' because it is being used by another process."
    "C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Microsoft.Com mon.targets(231 4,9): error MSB3021: Unable to copy file "obj\Debug\samp le.exe"...
    See more | Go to post
No activity results to display
Show More
Working...