Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: VBakias
  • Content: Threads
  • Order by date
  1. VBakias

    how to get rid of excel

    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...
  2. VBakias

    Adding controls in form

    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...
  3. VBakias

    How to protect my dlls

    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?
  4. VBakias

    Inheritance + Modifiers of controls

    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...
  5. VBakias

    In "contact" with UPS device ?

    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...
  6. VBakias

    Dealing with Delphi

    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?
  7. VBakias

    Creating simple games

    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
  8. VBakias

    multiple instances of an app.

    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() ?
  9. VBakias

    Comparing VB.NET & C#

    I've started a thread in the C# forum. Anyone who would like to participate in our chat... forum732
  10. VBakias

    Visual Web Developer 2005 Express edition

    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
  11. VBakias

    Comparing C# & VB.NET ...

    Apart from the different syntax why should i use C# ?
  12. VBakias

    display issue

    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? :)
  13. VBakias

    Creating shortcuts #2

    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 ? :)
  14. VBakias

    create shortcut programmatically

    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
  15. VBakias

    removal build tool for sql?

    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 -
  16. VBakias

    VB.NET 2005 problem

    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...
  17. VBakias

    folder security tab ?

    Does anyone remember what should i do so when i right-click a folder -> properties the "Security" tab page to appear ?
  18. VBakias

    Session help!

    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
  19. VBakias

    change session_end interval

    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
  20. VBakias

    Using docing and anchoring ?

    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

Part and Inventory Search

Back
Top