Search results for query: *

  • Users: ilyail3
  • Content: Threads
  • Order by date
  1. I

    Run without framework

    can I somehow run application that required framework2 to develop on a computer that doesn't have it? I wrote a big program using framework2 because of MYSQL. I tryied to distribute it but than I got extremly annoyed when I discovered no one I gave it to could run it, the application returned a...
  2. I

    Icon problems

    I have a problem saving imported icons the import code is: Friend icon() As System.Drawing.Icon #Region "API" Declare Function ExtractIconEx Lib "shell32.dll" Alias "ExtractIconExA" _ (ByVal lpszFile As String, _ ByVal nIconIndex As Integer, _ ByRef phiconLarge As Integer, _...
  3. I

    Problem switching between forms

    I have a splash screen that I want to close and open a new form by the name folder I tried that. Dim newform As New Folder newform.Show() newform.Focus() me.hide() but me won't hide! I tried this too Dim newform As New Folder newform.Show() newform.Focus() me.close() but than the...
  4. I

    Flash and VB

    How do I get VB to react when I click on a flash object? How can I use dynamic text to set what will be written on a flash object?
  5. I

    Extract target from a shortcut

    I want to extract the target from a shortcut, for example I have a shortcut file C:\nc.lnk and I want to find it's target through vb, what's the easiest way to do it?
  6. I

    Can't install .net framework2! I need it!

    I have MS SQL server 2005 but I can't install it because all I get is this: the install simple stuck in this stage and I can't do nothing about it! please help
  7. I

    SQL 2000 server

    help me! I bought SQL 2000 server in order to use it with my vb project but when I try to install it it says: "Microsoft SQL Server 2000 Enterprise Edition server component is not supported on this operation system. Only client component will be available for installation". What can I do about...
  8. I

    virtual SQL Database

    I want to build a program that use SQL server online, but only 1 of my 2 computers can be connected to the internet. the connected computer is usually busy so by other people. can I create a virtual SQL host so I can program on both computers? , how?, and will I be able to synchronize it with...
  9. I

    Text and images?

    Can I combine text an images in one box?, will I be able to do it throught MS Office 2003 plugin?
  10. I

    Error filling dataset

    I've build an adapter, when I tried to fill the dataset I got: "An unhandled exception of type 'System.InvalidCastException' occurred in system.data.dll Additional information: Object must implement IConvertible." what can I do about it?
  11. I

    Send Email

    How can I send email through vb? Post some code example please
  12. I

    Flash

    Can I put flash buttons or animations in vb?
  13. I

    log in function

    I want to build a T-SQL function on my database server that will get the parameters user_name,password and return a boolean value if such a user exist in the table Users. What kind of function I need and what should it look like?
  14. I

    database client

    I want to build a program which will synchronize itself with SQL\MYSQL database online, can you give me something to read about it? or perhaps recommend a book?
  15. I

    Executable files and their icons

    can I get the icon from *.exe file like windows dose when you build a shortcut?
  16. I

    question about shortcuts?

    how can I read the parameters of a shortcut through vb.net?
  17. I

    problems with 1.1

    I can't install net framework 1.1, I don't know why but when I lunch the install file it gose through the preparations and than sudnly exits without any error report
  18. I

    define consts

    how can I define a structure of consts?
  19. I

    Debug isn't working,help

    http://www.freewebs.com/ilyail3/debug.bmp
Back
Top