Hi all
I 'm about to start an app that the user will enter some text and numbers. There is also a mask that i've made with excel. The purpose of the app is: As all data are valid they will be entered in the excel sheet and printed.
This requires user to have excel installed on the pc.
Is...
There are 2 forms, form1 and form2.
I want to add the form2 inside form1.
This shouldn't be like: form1->mdiContainer and form2->child
Do something like that: (code in a button in form1)
dim f as new form2
me.controls.add(f)
Is this possible ?
One other thing i can't find out why is...
Lo there,
Suppose i create an app that apart from the exe file there are also some dlls. These may be Class Libraries, a windows control library, which has a GUI designed by me, or even a dll where i extend an existing .net control.
Can i add any code permission to avoid using it from other users?
Hi,
I have not found yet the correct documentation, so i post my question here. The default value of the "modifiers" of e.g a button is "friend". There is an option of Public, Protected, Private, etc...
I open a class project, remove the class.vb file and add a windows form. I make the layout...
Hi there,
suppose that a pc has also a UPS device connected. This comes also with a program to install, that after some time (depending on UPS' capacity) the program will start the procedure to turn off the pc.
My question is, (apart from the program and its functionallity): can i somehow...
Hi all,
I wonder what the special has Delphi.
What programs have better perfomance if developed with this language?
Is it worth starting developing with Delphi?
Hi there,
i've searched and foung source code for the old but very very very good game "Sokoban" (hope you know it). The source code :( is writen in Delphi.
Anyone have a link or something demonstrating a simple game writen in C, C++, C# or VB ?
Tnx
How can i prevent a user of my application from running the app more than one times. So if he double clicks again the app: msgbox("app is already launched!") + application.exit()
?
Here I provide you with a link from microsoft where Bob Tabor has developed some examples with vwd 2005.
Download the videos!
They are very helpful to beginners and nt only...
http://lab.msdn.microsoft.com/express/vwd/videos/default.aspx
When the browser (ie) has finished downloading the web page, it displays down left corner "Done". Also when the mouse is over a hyperlink, it displays the path to the page or file.
How can i change that display to "hello" for example permanently?
:)
I may need to add to may app a setup progect. I also need to place a shortcut of the executable on the desktop. Till here i'm ok!
What to do so the shortcut has the exe's icon ?
:)
yo,
how can i create a shortcut of a file and place it on the desktop? The application that does this is a console app.
Example:
create shortcut of the file "c:\test.exe"
and place it on the desktop (propably i'll get the desktop folder by system.environment ...)
tnx
Do you have any links to download this tool.Havan't found this through google. I need to remove this at beta1 so to instal SQLEXPR.EXE which is at beta 2
-
Hi
does this version (2005 beta 1) expires ?
I don't know but now i'm not able to instal ms visual studio 2005 beta1. It says to insert the disk1, i have a dvd, and it stucks while tring to find CRDesign.dll
After pressing the ok button it searches for this dll and the msgbox appears again.So...
Errr.. hi,
I know that session_start fires when a user loads the wep app. If you refresh it won't fire. It will though if you open a new browser.
At a time limit (default 20 mins) the session_end fires.
What, or when does the application_start and _end fire?
Thnx
How can i change the time that session_end fires? I think that the default time is 20 or 30 minutes. (probably have to write a few lines of code in web.config?)
Tnx
Hi there,
is it possible to add eg a panel on the aspx web form and have the same behaviour as if i added a panel to a windows app and setting anchor to top, right and left ?
If this "anchor" is not possible, can i use instead... tables somehow to achive my purpose?
Tnx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.