Software Development Network Logo
  • Windows Vista
  • VS Express Editions
  • Smart Device
  • SQL Server
  • Visual Studio
  • .NET Development
  • Game Technologies
  • Architecture
  • Visual FoxPro
  • Visual C#
  • Microsoft ISV
  • Visual Basic
  • Visual C++
  • VS Team System
  • Windows Forms

Software Development Network >> Visual Basic

Visual Basic

New Question

deploying .swf file
Problem about MSI
When I open a form "FORM.VB" how do I auto exec a sub in form "FORM.VB" ?
Cant we use FileSystemWatcher in Windows Services? Error "Not of a valid form"
Process Performance Counter Error
C# or VB ?
Need Timer help on VB6!
Using Crystal Report 8 for vb2005
VS 2005 Server Explorer
Analysis of Data

Top Answerers

Commander Z
bostontech2
Dawidoco
Edgar Stiles
Andrew McKendrick
ZeroCold
gabylevy
chris dunn
Chris Greenwood
jhazucha
Sybase, Inc.
Only Title

Answer Questions

  • Carl Karsten How to read in unsigned integers (UShort) from binary files

    Hello, I'm working on a program that was recently (successfully) converted from VB6 to VB2005 Express Edition. I'm trying to read in unsigned short integers (16-b, UShort) from a binary file. I was successful in using the FileGet function to read signed short integers in binary form, but after switching to unsigned I get the error: Error 8: Overload resolution failed because no accessible FileGet can be called without a narrowing conver ...Show All

  • kerm007 checking properties of folders

    Hi all, I am trying to run some processes to tidy up our SAN storage.  A couple of the things I am struggling with are : 1)   Checking the security of the folder properties to check who the owner is 2)   Checking the security of the folder to check if "Inherit" is ticked 3)   Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All

  • Mist711 Bluetooth RS-232, SerialPort Issues

    I am currently working on a software program in VB 2005 that requires input from several external sensors that are connected via Bluetooth RS-232 serial ports. I am upgrading from vb 2003 in which i used the MSComm control with no problems. However, in visual basic 2005, the my.computer.serialportnames function does not seem to be returning the correct names of the serialports. It will append various characters to the end of the com ...Show All

  • rinku access windows service or appliction from web page

    How can I access functions or methods in an application that I'm writing in VB.net that is running on my server computer from a web page running on the same server Thanks for any help... ...Show All

  • Saran.T. Running an external application

    Hi All: I want to program a button's click event to run a Windows batch program.  Is this "legal"    If so, could you either provide me with an example or point me to where I can find some documentation on this.  If not, please tell me how this little feat can be accomplished elegantly. Thanks. cant we use "Shell" Thats wut i used to do in the past, But wh ...Show All

  • DisplacedIslandSoul How to keep a Form on screen without clicking on a usercontrol behind the form

    Hi, I have a main form with buttons at the top and inside this form, I have a Panel control to host usercontrols. Within the usercontrol, I have a linklabel control that calls a form. What I want to do is keep the form on screen and prevent the user from clicking on the usercontrol on the main form unless the user clicks on the Cancel button. How do I go about resolving this small problem. Regards Dipendra ...Show All

  • Dautov how can i attach file and send in windows form vb.net?

    hi i need help to have some code or a peogram in vb.net windows application to attach file and send file between client in the net without modem . i am new in programmin vb.net and i hope to have help of you. thanks for your care if you help me. your sincerely p.l Is there any specific protocol you're interested in using Or are you planning on writing the client and server part completely from scratch ...Show All

  • TylerAKAsection8 Address Bar Problem (Possible Solution)

    Hello everyone, I'm still working on this browser of mine and What I'm trying to do I thought would have been a very simple thing but as usual, it's just turning out to be a big frustration. Especially when you're a newbbie. I'm using the AxWebBrowser on a form in VS 2003 to create this browser. The things that I've done so far are working fine. What I need to do now is make the TextBox I'm using as the Address bar change its text accordin ...Show All

  • Chan Doshi third-party installer for choice and security

    Does vb.net express offer a way for the developer or user to decide where an app would be installed or is a third-party installer necessary If so, any recommendations I don't believe there is any limitation of the Express edition as far as referencing COM components. I'm no expert, but I do vaguely remember seeing a post somewhere about problems with referencing COM objects that are part of the same solut ...Show All

  • Elpacha run program without logon windows

    hi, I have a tray application ready to running when windows start but this only happens when a user logon windows. (adding to registry key) How can I start the program whitout user logon windows (when computer is locked) Thanks. You don't really have a choice here... (at least not one I can think of off the top of my head) A Windows Service will start and run without a currently logged on user. So ...Show All

  • Gerald_Schinagl Upgrading from vb6: Dim as New is VERY different

    In Vb6, Dim myvar as New MyType would check whether myvar was Nothing at each reference and reinitialise it if neessary. Obviously this isnt the case with Vb.NET, and if the variable has been set to Nothing in the mean time then it will have a value of nothing causing an exception. Anybody got any clever ways of resolving this one (there are quite a lot of instances of this in the app I have been asked to upgrade) You could create a ...Show All

  • umuhk How to download file with vb 6.0

    hi i am getting a problem in downloading file from the internat in visual basic 6.0. e.g. i want to download file from www.sitename.com/file.pdf site where  sitename is the name of the site and file.pdf if the file which i want to download . If anyone have idea so please help me.Its urgent Thanks. There are a lot of examples on the internet . Here is a little example: Const INTERNET_OPEN_TYP ...Show All

  • thomas.gauchet regarding filter and datetimepicker

    Table1BindingSource.Filter = "date= " & 5/5/05 can u pls correct the following code. Based on the value of datetimepicker control, the filter should be applied. Another problem is how can filter in such a way that it shows records between start date and end date pls let me know 1) Table1BindingSource.Filter = "date=" & Me.DateTimePicker1.Value.ToString("d/M/yy& ...Show All

  • Ravindra Vyas Arraylist in Arraylist

    As a newbie I'm struggling how to set up an arraylist in an arraylist. dim TickerName as new arraylist dim Data as new arraylist Each tickerName contains an item with 1 Name, 1 MaxValue, 1 MinValue etc. (Class1) Additionally, each tickername must have an arraylist called Data, containing Prices, Volumes and Times (Class2 ) I've Googled for this but without result, at least one I could understand.. All help is appreciated ...Show All

  • swarmt ToolStripStatusLabels

    How do you make a ToolStripStatusLabel have a ' CAPS ' feature (like, say, if CAPS LOCK is on, it'll say CAPS in black, but if it's off, it'll say CAPS in gray ) Wouldn't that drain on the RAM and slow down the application (and even the entire computer) I can only partially answer your question. My.Computer.KeyBoard.CapsLock is a boolean type property. It will tell you the status of the Caps Lock Key. But I can't tell you how you ...Show All

353637383940414243444546474849505152

©2008 Software Development Network

powered by phorum