Search results for query: *

  • Users: jackgreat
  • Content: Threads
  • Order by date
  1. J

    Unable to download file from https server

    Hello Everyone, I download file from my website using url https://www.example.com/abc.txt and through my.computer.network.downloadfile command. However it is working fine in all version of Windows except XP. In Windows XP it gives error connection was closed by server. What can I do ? How to...
  2. J

    Question Running vb code on the fly

    Hello Guys, I wanted to provide programming support for an application I made. So I used System.CodeDom compiler and it allows me to execute vb.net code on the fly. The way it works is : - I call the engine and pass references and code that it needs to run - The code is able to access public...
  3. J

    Question Manually do Tile Horizontal/Vertical

    Hello Guys, I have a program which contains a mdi form and child forms. Due to some reason the mdi form layout functionality does not work if a form is hidden and shown. This is a bug in the UI control suit which I am using. I would like to implement Cascade,Tile horizontal & vertical myself...
  4. J

    Question MDI Child & Tab Control

    Hi Guys, I have a program developed in VB.NET (2008) which consists of a MDI form and several child forms. It worked like a normal mdi application whereby mdi form acted like a container for child forms and things worked out okay. Code like Me.Mdichildren or Me.ActiveMdiChild etc could be used...
  5. J

    Instant Message

    Hi Guys, I have a vb.net (VS 2005) application which downloads files from my webserver and shows its contents to user. And I make files at my end and upload files to webserver so that the application and download & process it. This happens at fixed intervals. Now I intent to send an instant...
  6. J

    Question CheckedListBox in PropGrid

    Hi Guys, I am using a propertygrid in vb.net (2008). I am able to populate it and save & get its values. So far so good. I wanted to know how can I impliment a checked list box in propertygrid. (Shown in Image). Basically i have for example - first name, middle name and last name in property...
  7. J

    Question Propertygrid Events

    Hi Guys, I am using Visual Studio 2008 and my primary language is VB.NET. I am using propertygrid offlate and though I can populate it but when I wrote code in its events like MouseClick or Click or other few, they didnt get executed. Isn't that strange. Basically all I want is that when a...
  8. J

    upload file ??

    Hi, I need a code (in VB.NET) to upload a file to my webserver. For example: if i want to upload a file to http://www.abc.com/hi/ then how do i do using VB.NET. I would be glad if anyone can help me out. Thanks, Greatchap
  9. J

    Object Global Information

    Hello Everyone, I am a VB6 user who has recently moved to Visual Basic 2005. I am using classes and had a query. I have a login class and in my project i want login information like valid or not etc to be available to every form. Now the problem is if i instantiate that class and i put...
  10. J

    Database connection help..urgent

    Hello Everyone, I am a experienced VB6 develped and i have recently migrated to VB 2005. Things were getting alone fairly fine until i tried to attach database to my application. And now its a night mare. I have a MS Access 2000 database (mdb) with few tables. I want to create a working...
  11. J

    best book for VB.NET

    Hello Everyone, I am a Visual Basic 6 programmer. I finished my masters degree in IT and found out that .NET is what rules now. I was always into vb6 and didnt learn .net yet. I was told that C# is great new language and i have been reading book Begining Visual C# 2005 for last one - 2 months...
Back
Top