Answer Questions
Donizetecp invalid parameter
Can anyone tell me why this throws a system.argumentexception:Invalid parameter Imports System.Drawing Public Class form1 Inherits System.Windows.Forms.Form # Region " Windows Form Designer generated code " Public Sub New () MyBase .New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose ...Show All
Ravishenkar VS 2005 IDE Unresponsive
We had originally installed Beta 2 of the product which ran better than expected. After using the tool from MS to uninstall the beta software we then installed VS2005 Final which we downloaded through our msdn subscription. The IDE becomes just about unusable. Not only that but it pretty much renders the computer useless while it eats up CPU cycles. This occurs during the following conditions: 1.) We make a small change in code and the edi ...Show All
sannasum MemoryStream not expandable
Hi there, I am trying to read an image from a network stream as a byte() and then convert it back to an image. I am reading the image in packets and each packet is 4096 long. I am then trying to send the downloaded packets to a memory stream, which is later to be converted back to an image. I have the following code: Dim mybytearray(4096) As Byte Dim ms As System.IO.MemoryStream Do While tcpClient.Connected = Tru ...Show All
Comedian2005 Connecting to SQL server 2000
Same connection string, works in one project, but not in another project. Anyone knows why it may be like that The story is: We have an existing solution which was made two years ago, using VS2003. It has two parts, one on pocket pc and the other on desktop. The desktop part reads from and writes data to SQL server 2000, and exchanges data with the pocket pc using XML files. Currently the solution is wanted to use SQL server CE on pocket PC ins ...Show All
Keith Verity iWin using add existing files option
I created a new vis studio project. I imported an existing program "add existing item" this works fine, but I can't set these pages to the start page Any help would be welcome what language are you working with Thx, Aaron I'm using vb.net...note this only happens whenyou import an existing file. Files created under the project work fine. ...Show All
WillySnowMan Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All
Bowljoman Instance Handle of dll in vb6
Does anybody know how to get the instance handle of a dll from within the dll I have a .wav file in a resource file in a dll. I am trying to call PlaySound from within the dll and I think I have to have the instance handle of the dll (not the exe). Does anyone know how I can get it Thanks, Stacy ...Show All
Jeek I am STUMPED....
If xpos(C) < PrintWidth Then Xpos(c) is an array of column widths.... Printwidth is the width of the document that was chosen from pagesetupdialog. The above line does not work.....I have watched the Xpos(c) increment up with the counter so for example it goes with C=1 =1.32, then C=2 = 2.41......etc. Printwidth is derived from the following: PrintWidth = (e.PageSettings.Bounds.Right / 100) - (XposR + TapeBounds.Width) Th ...Show All
tbonejo IObjectSafety
I'm unable to implement IObjectSafe as i'm not able to set reference to objectsafe.tlb as per MS kb articles. But I'm able to reference it through activex dlls. If I try the same through ActiveX Control i've problem. Thanx. Raj. ...Show All
TX Can I access VB's symbol tables?
The company where I work makes some hardware that has to be customised for each customer. We're now simulating it in VB2005. The idea being that we can customise and test the simulation in VB before customising the real machine. In fact we've writtin a cross-compiler that converts our VB code to the native code of the hardware. The simulation shows a form with buttons in the same layout as the real hardware. Part of the customisation p ...Show All
Glenn Slayden Asp .net Menu Control - Line Seperator :(
How can I make a line seperator without having to create an image If I do have to create an Image how can I adjust it without having to create different sizes for different menu items Your help is greatly appreciated... rich No takers on this one huh Hi, On future ASP.Net specific questions you could post in forums.asp.net . You will have a great chance of being answered t ...Show All
Martel Newbie VB Question
The program I'm writing is very simple - in fact, there is no need for anything visual at all - including the main form. As it is written right now, my half-page of code is executed in the form's Main_Load procedure, and the program opens and closes in the blink of an eye. I'd rather the blank form didn't blink in and out of existence though - I was hoping I could get my code to run without using the form. Is there a way to run ...Show All
TFink Send Outlook mail from Visual Basic 2005
Hello, Please pardon me, if I posted this question into the wrong thread. My question is this: I am developing a window form application using Visual Basic 2005, and would like any help and guidance so that I can send and an email within the application. We are currently using Outlook and would also like to know if it is possible to read the outlook address as well. Thank you very much ...Show All
Dennis W. Forbes HELP WITH AUTORUN.INF file to start a VB setup
Hi Friends, I have a installation program that installs MSDE and I need to restart the computer upon successfully installing MSDE.But the problem is the "AUTORUN.INF" file does not start with any program on computer restart. Is there any parameter I need to add in the .INF so that it can detect a restart and appropriately load setup/.exe or entry in registry so that the computer can start a program on restart Thanks in advance. S ...Show All
Asen Asenov can here discuss vb6
or vb.net i still use vb6. Hi, This forums is still beta. this was created in parallel for the Visual Studio 2005 Beta 2. The final release of this forum would also be in nov. (I really hope so) this forum mostly discusses .net technologies. that's why vb6 (COM) is not being discussed here. If you want to get the microsoft vb6 site here it is: http://communities.microsoft.com/newsgroups/default.asp Just search it in the NNT ...Show All
