Software Development Network Logo
  • .NET Development
  • Visual C++
  • Visual Basic
  • SQL Server
  • Game Technologies
  • Visual Studio
  • SharePoint Products
  • Smart Devicet
  • Visual FoxPro
  • IE Development
  • Windows Vista
  • Microsoft ISV
  • VS Team System
  • Audio and Video
  • Windows Forms

Software Development Network >> eginde's Q&A profile

eginde

Member List

Dave Ehrlich
asiaindian
philicomus
Alex Simkin
TimurKA
Andrea Pagliano
BhuttCrackSpackle
Brian Kramer
Xi0N
nature0276
imdqa
Luis Esteban Valencia Muñoz
jheddings
Tryin2Bgood
Myime
B Barr
VinceExtense
Teos
cbpd86
Report Developer
Only Title

eginde's Q&A profile

  • Visual Basic vb5 to vb2005 express

    How can i convert my vb5 sources to vb2005 without vb6 Okay, I didn't know whether it'd open a VB5 project: that's the way to convert VB6 projects. Good top know it opened. However, you have probably a long, up-hill struggle with the converted project. Generally, the recommendation would be to keep an existing project in it's native development environment, unless it's fairly trivial. The upgrade process is a simple 'unintelligent' process, and it won't convert to the eqivalent new features in VB 2005 (e.g. file handling or graphics). You will need to go through the whole program to check almost every line for functionality - it may be easier to rewrite, while supporting the existing version, and trans ...Show All

  • Visual Studio Express Editions VB vs VBA Performance

    Hi, I am new to VB, trying to learn my ways through VB Express. I have an application like this: 1. open an Excel file - the file contains about 6000 rows/25 columns, mostly text - it's a dump of a requirements database. 2. Go through each row and do something with 1 or 2 cells - like add strings, remove blank lines, etc.. 3. save the file and exit. I work mostly in VBA macros and the performance has been acceptable. But when I switched to VB Express I noticed it takes a lot longer - minutes as compared to seconds. Here's an approximate execution time comparison: 1. VBA macro running from Excel = 5 seconds 2. VB Express = 2.5 minutes Without giving out too much detail, is this kind of performance hit expected when work ...Show All

  • Visual Studio Express Editions Inivsible Button

    Hi, Could someone tell me how to make a button that isn't seen to the user, but still can be pressed If i use button1.visible = false then you can't press it. Thanks in advance, Josh If your form had it's default settings, with a background color of 'control' and no background images or the like added, then the label would have appeared as 'invisible.' If you keep the default settings, and change the textbox backcolor to 'control' and change it's border style to 'none', it will also appear 'invisible.' You though, probably want to take a different path. So I may not have solutions. If you need additional help, you may want to find the Form1.Designer.vb (the Initializ ...Show All

  • Visual Studio Team System .vsmdi file creation in multiple dev environment with a locked solution

    We have a multiple developer environment with the scenario of many developers writing unit tests at the same time. Our policy is to lock down the solution file as we have a number of junior developers whom we don't want modifying the solution. The problem that is occuring is when developers refresh their list of tests in the unit test view is that the refresh locks up as they can't add a .vsmdi file to the solution. At the moment we are setting the local copies of the .vsmdi file to be writable, is there a better work around for this Regards, Ben Winters Well, the best option would be check out the vsmdi file when you wanto to manage the test lists and then checkin the file, the problem would be ...Show All

  • Visual Studio Express Editions How can I gather a string of items selected in a CheckedListBox to print?

    How can I gather a string of items selected in a CheckedListBox to print When I print the CheckedListBox.text it only shows the currently selected item, and it doesn't even have to be checked. I wan't a string consisting of the item name selected (ie; item1, item2, item4) etc. can anyone help ok, I've just actually experimented with it for you, try this: for each currentItem as string in Me.theCheckedListBox. CheckedItems 'print currentItem MessageBox.Show(currentItem) next does this work for you ...Show All

  • Visual Studio Express Editions concerning media player

    renee where do I post pause button code It's described here. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1049186&SiteID=1 I'm not the only one making the request. ...Show All

  • Visual Studio Express Editions Combo to display name from second table instead of ID from first table

    Ok, here's another noob question. I'm a convert from Access/VBA and learning how to work in Visual Basic. Problem : Displaying names and not IDs from member table in a combo box that is referred to by its ID in the Program table . Ok, that needs some more explanation. Here's the setup : Tables: Program Member Times Program is related to Member by its foreign key ProgramMemberID (which is MemberID in the Member table). Times is related to Program by its foreign key TimesProgramID (which is ProgramID in the Program table). So far so good. Now I create a form with the above mentioned tables and relations as its DataSet. Each form entry is one program, that also has one member selected from the Member table and mu ...Show All

  • Visual C# Custom Business Objects as Data Sources

    I've built a class library and it builds fine. I go into the Data Sources of my client windows application but it doesnt appear in the data sources object list even though I've referenced it. I've done a couple of tests with building dummy class libraries and I get this problem intermitantly. I'm new to C# and so I think it could be something I'm doing wrong. Can anyone point me in the right direction. grnr_r wrote: On the classes I wanted to expose as custom business objects, I hadn't defined the class as Public and with the way the Data Sources window works if there are no public properties in the business classes then the project won't appear as a data source. In my project I did have public ...Show All

  • Visual Studio Dynamic help

    Hi, I have Visual Studio.Net 2003 with service pack 1 installed on a laptop. MSDN is installed on the machine but whenever I try to get help it asks for the relevant MSDN CD. How do I get MSDN to register correctly with Visual Studio Many thanks Ray Hi Ray, Apologies for the late response. From your description, it looks like only a Minimal install of the MSDN Library was done on your laptop. You need to do a Custom or Complete install, and you'll also need the MSDN Library CD/DVD to accomplish this. I'm using the latest MSDN December 2006 Library DVD for VS2005, and if I remember, the setup format is pretty much the same as for the VS2003 versions. Insert the MSDN Library CD/DVD in ...Show All

  • Visual Basic Using a declared function in a dir' address.

    Hi Guys, Ill be upfront, i am extremely new to VB and am still learning the ropes, so apologies if i do not make much sense lol! Ok, what i am trying to do is place the current user logged on to the computer into a directory. Eg, ------------------------- ChDir "C:\Documents and Settings\ USERNAMELOGGED IN \Desktop" Workbooks.OpenText Filename:= _ "C:\Documents and Settings\ USERNAMELOGGED IN \Desktop\IMEI.xls", Origin:= _ xlMacintosh, StartRow:=1, DataType:=xlDelimited, TextQualifier:= _ xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=True, Semicolon:=False, _ Comma:=False, Space:=False, Other:=False, FieldInfo:=Array(1, 1) ----------------------------- I am wanting to repla ...Show All

  • .NET Development How can I use WebBrowser control to emulate submitting of a form?

    Hello, Is it possible to use WebBrowser control in my c# Windows Form application to submit a form I want to Navigate to website, paste certain values in certain fields on a form and submit a form. Is it possible with WebBrowser control alone When you set the .URL property of thr webBrowser control the control dsiplays that page, if that page contains a form, then the action of that form will be set to the server it originated from, so submitting the firm will submit it to the server and the result will display in the control. If you wanted to access the fields of the form directly, so that you could automate data entry then you can use the webBrowser controls .Document property this will give y ...Show All

  • Visual J# Single instance J# browser control

    I'm using a J# browser control applet that communicates with hardware. As such I want to allow only one instance at a time to be created by the user. In my applet class (a singleton) I check the state of a static variable that refers to the single instance of this class. If it has already been assigned to then I just display a MessageBox saying that another instance is already running and return from the constructor, and just return from init(), start(), stop() and destroy(). I launch one instance then another. The second displays the MessageBox then goes no futher - fine. I close the second then go back to the first window whereupon I get the following popping up in VS.NET 2005: DisconnectedContext was detected Message: Context 0 ...Show All

  • .NET Development Refrerenced memory at 0x0000000c could not be "read"?

    Hello all you nice people out there in 'Sanity' land, First - a message from my sponsor: 'For the record, I'm no computer wiz. And, I also do not know all-a-da proper terminologies either. This is stated before someone ups and decides to send any defamatory e-mail my way. Thank you.' You may now return to your regularly non-scheduled e-mails. Ah, hello again. Now, sledge-in-hand, let's have it. I had installed the VisualBasic Express, oh, about 2wks ago. A very short time thereafter I got an error message. It read, reads, as follows: aspnet_state.exe. Application Error. The instruction at 0x6a2a2fec referenced memory at 0x0000000c could not be "read". ...Show All

  • .NET Development Dataset missing Table Name

    Client .NET 2.0 (XP), Server .NET 1.1 (W2003) My client is calling a web service on the server (IIS) that simply selects some records from and SQL2000 database and returns them in a record set. Even though records are being returned they are not being inserted 'correctly' into the Dataset on the client. The Dataset is called PatientSearchDataset and it contains one DataTable called Patient . When I dump out the XML returned, it looks like this: < xml version="1.0" standalone="yes" > - < PatientSearchDataset xmlns =" http://tempuri.org/PatientSearchDataset.xsd " > - < Table > < PatientID > b42bce74-ffe8-4626-933d-f8afc3b10cf ...Show All

  • Visual Studio Team System TF30177: Team Project Creation Failed - Unnable to connect to Sharepoint

    I have been getting this error over and over, regardless of what I try: Error Unable to connect to the Windows SharePoint Services at 10.61.70.50 Explanation The Project Creation Wizard was not able to connect to the Windows SharePoint Services at 10.61.70.50. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating the Windows SharePoint Services site. User Action Contact the administrator for the Windows SharePoint Services at 10.61.70.50 to confirm that the server is available on the network. Also, you might find additional helpful information in the project creation log. The log shows each action taken by the ...Show All

©2008 Software Development Network