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

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

ericjs1

Member List

Swapnil
vighnesha
swanie111
Lakewise
Ido Tandy
David Vineyard
Free Hall
Deepti14198
Petr Palas
Ryan Chapman
Steve Severance
T.Satish Kumar
NB76
Sunil_linuS
Humphrey McGee
griojas
Tups
techiegus
Rj_murray
Michael Blome
Only Title

ericjs1's Q&A profile

  • Software Development for Windows Vista help on windows vista

    hi i currently have windows vista beta but i can't install it because i need drivers for my sata but my motherboard company can't give me any can some one tell me how to get around this problem or how to get drivers. i think that the version of windows vista is beta 2or 3 and my moherbaord is a asrock p4vm8 can some one plz help me ...Show All

  • Windows Forms Bug in DataGridView or example by Mark Rideout

    Mark, Thanks for your samples at http://www.windowsforms.net/TrackViews.aspx ID=220&Type=Samples&Redir=%2fSamples%2fdownload.aspx%3fPageId%3d1%26ItemId%3d220%26tabindex%3d4 . Your sample on Virtual Mode crashes. Just start it, click in the new row, type something, hit escape twice, and then maybe you have to type again. I saw another post where you state that there is a bug inDataGridView associated with the user hitting Escape twice. How about working around the bug in your sample Or is this a different bug, since it has nothing to do with the first column being hidden (which it is not) For the record, I am having a very d ...Show All

  • Visual Studio Express Editions what data type to use for username and passwords?

    hi i'm making a school project, where i need to make a database that holds the usual information like ID, name, address etc. it also has to hold on to usernames and passwords. i'm confused on what datatype i should use, and is there a way to enforce unique usernames thanks User names and passwords are just strings like any other, so you would use the same column type as for other strings. It depends what database you're using as to what that is. As for making the username unique, normally you would use the user name as the primary key and not have an ID, which would enforce that it was unique. The only reason ...Show All

  • Visual Basic for membership sir

       HELLO! I AM NITESH MENON AND I HAVE SOME QUESTIONS. I HAVE BEEN USING VB FOR 3 DAYS AND NEED HELP. QUESTION 1- When using a web browser is there a way to go back to the previous page in VB (like back in internet explorer) QUESTION 2- When using a web browser is there a way to go back to the next page in VB (like forward in internet explorer) QUESTION 3- How can I display another form other than the main one. QUESTION 4- How do I save a configuration so when a user uses the program again he has the same settings. QUESTION 5- How do I make a web browser the default one QUESTION 6- How do I make an option menu. QUESTION 7- How ...Show All

  • Windows Forms How to create a popup conatiner control like the vs2005 smart tag window

    Hi everyone Does anyone know how to create a popup control that can contain other controls which looks and behaves much like the smart tag window for controls in the vs2005 designer. I found an article on vb accelerator http://www.vbaccelerator.com/home/NET/Code/Controls/Popup_Windows/Popup_Windows/article.asp which seems to work quite well.  Is there a better way to do this now Any help would be much appreciated. Thanks in advance. Dan Thanks Jessica that works well. So would I be right in thinking that the controls that appear when you hover over an object instance whilst debugging work in a similar w ...Show All

  • Windows Forms Strong naming an assembly not working...please help

    Hello All I've added a reference to an assembly in my vs .net project but for some odd reason it doesn't have a strong name. All the other references all have strong names except for this one I added. I've created a key pair and even signed the project with it in the assemblyinfo.cs file "[assembly: AssemblyKeyFile(@"..\..\key.snk")]" but I a ...Show All

  • Windows Forms Child is not a Child Control of this Parent

    Hi, I have created a userControl which I want to be able to draw and add new components during design time. I have added the following attribute to my class. [Designer("System.Windows.Forms.Design.ParentControlDesigner,System.Design",          typeof(System.ComponentModel.Design.IDesigner))]     public class RollUpTab : System.Windows.Forms.UserControl Which has a GroupBox as part of it. Within this class I overide the OnControlAdded method as follows protected override void OnControlAdded(ControlEventArgs e)   { this.gpbox_MainGroup.Controls.Add(e.Control); } Now when ever I add a contr ...Show All

  • Smart Device Development Configure a hard disk drive with the BIOS boot loader

    Hi, I want to install windows CE 5.0 on a PC, but I have some problems. I configure the hard disk drive how it's explain in http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcehardware5/html/wce50tskconfiguringaharddiskdrivewiththebiosbootloader.asp and I put my image file (nk.bin) in the hard disk. When the PC reboot, only black screen appears, and observing debug messages from COM1 it's possible to see: Microsoft Windows CE BIOS Bootloader Version 2.2 (Built Mar 13 2004) INFO: code=0x4. INFO: code=0x4. INFO: code=0x4. Jumping to image (address=0x0) ...Show All

  • Visual Basic Catch user mouse click events in window.

    Is there a way I can catch all the user mouse click events inside Window Thanks! I want to collect the mouse click information for entire OS instead of just my App. pulling message queue seems a solution ...Show All

  • Windows Forms Combobox does not access key stroke

    Hi I am using .net 2.0 windows forms. I have a combobox with following properties. DropDownStyle : DropDown AutoCompleteMode : Suggest AutoCompleteSource: Listitems Now When I run the form and go to the combobox and type something it works just fine. combobox suggest items as well. If user does not select anything from combobox and hit submit button, I am populating datagridview with all data. Now when user select any item from combox and hit submit button i am populating datagridview for that specific item. The problem is user can type into the dropdown and dropdown suggests the item as long as someone clicks submit butto ...Show All

  • .NET Development Getting data from a website

    Hi, I'm looking for an application thats capable of stripping data from websites (Real Estate) with a structure. I also want that data stored in a database. I have seen one in Holland that's scanning the structured Real Estate websites. Does anybody knows where to find an apllication like this With regards, Bram Swaneveld You'd be lucky if WebSite you are accessing is capable to return you data in the XML form. In this case parsing is simple. This is exactly the scenario for what XML was introduced at the beginning. If output is always HTML you’ll have much harder time and results will be less stable ...Show All

  • .NET Development Putting Login Into Custom Graphics? help please

    Hi i was how i can put a Login into a Custom Graphics piece i designed in Adobe...I have the Grahics in a Dev... But when i try to put in a Panel or another Div into that Area it Automatically Streatches that Div Out...When Right click and go to Style and set it too OffSet for the Postion it still mess's up the 1st <div>.... Can someone help me with this please Thxs in Advance.. < div style ="width: 230px; height: 331px"> < asp : Image runat ="server" ID ="Image06" ImageUrl ="~/App_LocalResources/Images/Ektemplate_06.gif" /> ...Show All

  • Visual Studio Team System Install Testing Tools

    Hi, I installed VS 2005 Beta 2 (not from Team Suite dvd, but from VS 2005 DVD) and then installed Team Foundation Client. I can connect to Team Foundation and make most of the PM tasks, but I don't have the Testing tools. What is necessary to get those tools Thanks a lot For convenience, let's end this thread here and shift to: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=5088   --- Eric Jarvi http://blogs.msdn.com/ejarvi ...Show All

  • Visual Basic How to make several figures and save in graphic files?

      Hi VB experts,  I just start to learn VB recently. I want to use VB to make figures. In each figures there are 7 to 8 lines to be plotted where the data points read from a data file. Firstly, I used the VB6 to write a code which can draw one figure on the screen. But I don't know how to make many figures and save into graphic file. The code is as follows:  ________________________________________________ Dim numPhenotype As Integer, numChromosome As Single Dim maxYvalue As Integer, maxSize As Integer 'maxYvalue = 6000 'maxSize = 50 Private Sub cmdDraw_Click()    Dim figure1 As New StdPicture    ...Show All

  • Smart Device Development Do any communication libraries exsist in the CF?

    Does any of the .NET TCP/IP classes exsist in the .NET Compact Framework (1 or 2) I want to mess around with some NNTP stuff (Where I was using a regular C# class for reference) and it uses these. Are there any networking protocals in the CF Thanks! Easiest is to add a reference to all the netcf assemblies and then let intellisense be your guide. I would not trust the documentation at this beta stage but it will have good clues (msdn library at msdn2). Also look at the Object Browser which in VS2005 has additional filtering. Cheers Daniel ...Show All

©2008 Software Development Network