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

Software Development Network >> Visual Basic

Visual Basic

New Question

Error- Could not load file or assembly
WriteAllText Method
What's wrong with this code?
Runtime Class Definition
Error- Could not load file or assembly
Screen capture
Refactor slow and not quite stable
Database question....
How to apply keydown handle to all controls in a form or a container?
Reference Required to Assembly

Top Answerers

bcecile
GaltSalt
Aludaan
Lyric8
Debbie Aarvig
Peter Bauwens
Rafael Nami
rasoliver
Mikelynes
yestee
Xyleme
Only Title

Answer Questions

  • leonello Need Help - Auto Fill the Windows Authentication Prompt??

    I wrote a service that monitors directories all over my network. As the company grows, my service is becoming more and more utilized. I now have to monitor drives and devices through VPN tunnels on different domains. Up to this point all my clients have been willing to add in my service account user into there domain to allow me access. I have just acquired a new client that will not add in this user to their domain (I ...Show All

  • N Anderton Information call question

    I am currently trying to build a system but its llooking a mess so im trying to make it look presentable. Its based on a booking system of cars with customers. Before i had just one form where i can input both information and then book it for a given period. But instead now what i want to do is to insert the information of customers on one form, and insert the information of the car on the second form, however i want to use a third form a ...Show All

  • Martin Thorsen Filtering data using passed value from another control

    Using VS 2005 and its new features like TableAdapter, I was able to display this Customer/Orders -like structure in my form(frmMain) with so much ease.Now I designed it in such a way that a user can display the data he wishes to see by using another form(frmChoose). This frmChoose basically had a datagridview which displays all of the Companies and once the user select a Company, I want it in such a way that the value would be passed t ...Show All

  • KelleyBryant How can i use lpParameters in Shellexecute()?

    Hello guys i am trying to write a program that executes a shell program like oracle Export, as you know for that kind of programs parameters is important, for example i have to do it with userid and Password also i want to change a password for example when a user typed my programs name in cmd and add userid and password and db_name, i want to change that password and send it to oracle i tried with shellexecute() but i couldnt use lpPa ...Show All

  • dvohra ComboBox

    Hi folks, maybe you could help me a little. If I understand right the idea behind Object oriented is that I can use the same object in different forms. I've created and used the ComboBox in one form and now I want to use it in two more. Can I do this How thanks a billion, Chris Hi Vikram, thanks for your post. What I had in mind though was not having to type the contents of the combobox twice. thanks, chris ...Show All

  • Bimlesh Invoker method problem

    This worked in beta1: Public sub UpdateMSL() Try Dim mi as MethodInvoker  = New MethodInvoker(AddressOf UpdateMainStatusDisplay) gui.BeginInvoke(mi) catch.... End Try Getting a "NullReferenceException" error pointing to  "(mi)"  on the gui... line "UpdateMain..." is a public sub on the main window on the program This sub is in a class which run ina separate thread from the main form. It job to call the public prgram to display in ...Show All

  • RenjithG Numericupdown in VB 2005 Express

    I'm a new user so be nice! When using the Numericupdown how do you determine if the up arrow or down arrow has been pressed. When you press the Up arrow the displayed number goes up and when you press the Down arrow the displayed number goes down I'm sure that's not what you meant. If you want to check in code which arrow has been pressed then you need to remember what the previous value was and then co ...Show All

  • roacha76 MaskedEdit: setting the starting point for entering new text at first position

    I have a MaskedEdit control in a form. When I click the control in the middle, my cursor is in the middle of the control. but I want it to be at the begining of my control even if I click in the middle of my maskedEdit text box. What poroperty should I use. I tried:  MskEditControl.SelStart=0 but it still goes to the middle of the box if by accident, I click in the middle. It only goes to start of my control if I click at the begining. ...Show All

  • Martin McNally VB.NET modem code

    Hi, I have VB.NET code that will dial a number.  Now what I need is code that will: Hang-up the phone if 8 rings occur If the phone is picked up, it will wait 3 seconds. Please post the code here.  I am happy to answer any questions you have. Thank you. Hii... so any specific code for hanging up the modem HLP THX jjrr007 wrote: Hi, I have VB.NET code that will di ...Show All

  • Olivier Jooris Accessing data in a TableAdapter

    Hi, I am brand new to using VB to connect to SQL Server.  I've set up a small database using Server Solution.  I have created a simple form that is intended to take a user-entered name, assign it a code and enter it into a table in the db.  To assign the code, I wish to sort my table in descending order by the "code" column, retrieve the value in the code field for the first record, increment the value and use this as the new code ...Show All

  • iGNOSaurus getting application data folder!!

    i want to know if there is a api for getting application data folder in windows xp!! like getsystemdirectory or getcurrentdirectory n does the path like( c:\documents and settings\"username"\local setings\.. )does this type of path varies for different windows versions!!:) Application . UserAppDataRegistry Application . UserAppDataPath Application . StartupPath It seems that My .Computer.FileSystem.SpecialDirectories.Al ...Show All

  • Ryan Rahlf Displaying the procedure or sub where a error occurs to a user.

    Is there a way to display the name of the routine where an error occurs in my code using the framework Obviously, I could put the name of each routine in a message and so forth but that is just a bad design. I was hoping that I would be able to use Reflection or Exception handling to do this in a structured way. I have several applications that are monitored by IT professionals internal to the company who need as much information as possibl ...Show All

  • JWK Autohidden code in Visual Studio .NET 2005

    Hi everybody. First of all; NICE work with the new Visual Studio .NET 2005. We have come a long way in intuitive development, but VS.NET still amazes me. My question: Where are all the hidden code in VS.NET 2005 gone to I know that most of all code is hidden into class separation (using the .designer.xx files), but I really used the dropdowns for overriding code etc. The two dropdowns on top of the code, would show all overload able methods as ...Show All

  • Teknoshamn Sorting Arrays ...

    I have an array of variables with integer values, but some times they don't sort correctly. I continue to call upon the sort operation, but it sorts the string wrong every time, until I change the variables again. Dim Ranger() As String = {var0, var1, var2, var3, var4, var5, var6, var7, var8, var9} Array.Sort(Ranger) Rangebox.Text = "" & Ranger(0) & " to " & Ranger(9) & "" Maybe there a problem, where if 3 of the va ...Show All

  • Maxwellvz How do you use sound in your project?

    Ok, I'm trying to make a cool project but I can't put sound in. Can sombody tell me what's wrong dim soundengine as new media.soundplayer soundengine.load("explode.wav") use the media player class. A search on the http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=54447&SiteID=1 shows a fine example He might have imported system... And ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum