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...
User Profile
Collapse
-
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... -
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... -
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;... -
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.... -
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 -
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? -
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... -
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... -
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."... -
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. -
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? -
Thanks a lot.I wasted so much time for this simple regular expression.Thak you....Leave a comment:
-
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? -
I got it.I forgot to keep Restore directory property of OpenFileDialog as true....Leave a comment:
-
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... -
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...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? -
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... -
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"...
No activity results to display
Show More
Leave a comment: