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

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

JeroGrav

Member List

clint 2
Ches K
KaiserSozeTR
Alex-MyRpg
ArtT
slippyC
KimberlyL
OmLeD
MechEng85
phendric
David d48701
rs12345
Martin Mason
RLN
AvalonNewbie
Vaish
jiggs
Arindam Biswas
Nick Winters
fulish1
Only Title

JeroGrav's Q&A profile

  • Visual FoxPro Printing directly to LPT port

    Hi everyone; I have 2 dot matrix printers installed on a win98 machine. I can successfully print from other machines to the printers on the win98 machine by issuing: set printer to \\win98machine\invoices or set printer to \\win98machine\reports The problem is that I can't find a way to print to these printers from the win98 machine itself. The above set printer command won't work. Neither would set printer to LPT1: or set printer to LPT2: They are simply disregarded and the printer is still the default windows driver. Any ideas would be greatly apreciated. As always - thanks. It's not that easy as Windows insists in going through the printer spool ...Show All

  • Smart Device Development IE Mobile questions - post here?

    I don't see a specific forum, so I thought Id ask my question here. Is there a way to place a button on my site that changes my visitors view of my site from One Column to Desktop view to Full Screen view I can't imagine this would be a hard thing to accomplish. Thanks to anyone who can offer a suggestion or point me in the right direction! Cheers, Chaser This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwi ...Show All

  • Visual Basic How to delete the Vbnewline

    Hi, I open a textfile into a Textbox using readstream.readtoend. after split and delete all the space in the file, i get a array with all the data and Vbnewline. The vbnewline are not counted as elements in the arrary but they do exist in the array.. This made some troubles to me converting the array to type short. Does anyone has any similar problems before Thanks.. This code wrote the contents of a multiline text file to a mulitline textbox without the newline being inserted Private Sub Button1_Click ( ByVal sender As System .Object, ByVal e As System . EventArgs ) Handles Button1 . Click Dim sr As IO . StreamReader = My . Computer . FileSystem . Open ...Show All

  • SQL Server SQLWB.EXE max cpu

    SQL Server Management Studio 2005 Windows 2000 when I "Open Table" to view all the records in a table, the cpu goes to 100% and the records are drawn very slowly - about the same speed as you read ! I have re-installed all the software and also tried service pack 1. SQL 2000 worked fine. any ideas thanks John, UK Microsoft SQL Server Management Studio 9.00.2040.00 Microsoft Analysis Services Client Tools 2005.090.2040.00 Microsoft Data Access Components (MDAC) 2000.085.1117.00 built by: (_sqlbld) Microsoft MSXML 2.6 3.0 5.0 6.0 Microsoft Internet Explorer 6.0.2800.1106 Microsoft .NET Framework 2.0.50727.42 Operating System ...Show All

  • SQL Server Installing AdventureWorks DB in SQL Server 2005

    I think sample databases come in MDF (database file) and LDF (log file) and you just have to attach them in SQL Server (right click under "Databases" -> Attach -> find the MDF file) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Deploying to 360

    Hi, In the XNA Faq, when it talks about giving a project to other people to deploy on their 360's, it says you must give them all the assets and source code, so that they can build the program and squirt it onto their 360. My question is: will it work if you give them a project with the C# source files removed ie they have the assets (either as source graphics and sounds, or the built files) and the .obj's, just not the C# source. What happens if the project is dependant on an external DLL Will I need to ship a project that builds this, too Again, can I get away with excluding the C# source Many thanks, Mark I just wondered if you could make a project that contained only obj's, or perhaps made the obj's m ...Show All

  • Windows Forms DataGridViewComboBoxColumn - how do I set the SelectedItem?

    I've added a ComboBox column to my DataGridView, and I'm having trouble specifying, at run time, thet value that is to appear in the combo box, as being selected. I don't need to bind the fields to a data source, I want them to contain two distinct items.  I'm able to add them using "column.Items.Add("xxx")", but when running the app, the combo box is empty, with my added values in the drop down.  What I need is something like "column.SelectedIndex = 0" so I can specify the default seleted item. How can I accomplish this Thanks, John I have a similar situation where I have integers saved in the database, but would like to display the values in a dropdown. To avoid hardcoding dropdown values ...Show All

  • SQL Server Web Synchronisation Throuth SSL

    hi, i have done Web Synchronisation Using RMO , where i have an remote server at a remote place, where the Virtual Directory is Configured With SSL, for testing purpose if i access from the Client Computer entering http://72.17.246.214/SyncAbita/replisapi.dll diag " in the address of IE giving an errormessage "Unable to Reach Remote Host", if i remove SSL on the Server , i am able to access "SQL Websync diagnostic information" Page from the Client Machine, is it not possible to get perform Web Synchronisation With SSL, then i have inStalled 7 days Trial Version SSL on the Sever. Can any body help me out on this Issue in the certificate i have ITNEERSRV, now the problem is we are able to access that ip ...Show All

  • Visual Studio Express Editions User Searches 2 fields to find a database record in application.

    Hi, I am learning Visual studio 2005 Express Suites (very new learner). I am attempting, in a form to have a user type in a first name and last name into a text box each, then click a button to find a person in the database. The associated database fields are: StudentID, StudentFirstName, StudentLastName (StudentID is a foreign key in a a couple of other tables). The text box field names are: TxtBFirstName and TxtBLastName. The button name is: BSearch There seems to be a way to do this type of search through the bindingsource [studentsbindingsource] where I click the little arrow, choose "Add Query", click "Query Builder", then edit the SQL query. I am confused as to how to phrase the WHERE clause - basically it would ...Show All

  • SQL Server how to add rows with Script Component?

    Why am I getting this design-time error from my script: 'Microsoft.SqlServer.Dts.Pipeline.ScriptBuffer.Protected Sub AddRow()' is not accessible in this context because it is 'Protected' Here's my script: ' Microsoft SQL Server Integration Services user script component ' This is your new script component in Microsoft Visual Basic .NET ' ScriptMain is the entrypoint class for script components Imports System Imports System.Data Imports System.Math Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper Imports Microsoft.SqlServer.Dts.Runtime.Wrapper Public Class ScriptMain Inherits UserComponent Public Overrides Sub Input0_ProcessInputRow( ByVal Row As Input0Buffer) Dim outp ...Show All

  • Visual Studio Express Editions Open excel files from a button click event

    i am having a huge problem finding a way to open an already created excel workbook from a button click event from my forms in visual studio express...does anyone know the coding to do this or how it can be done well if the file already exists, you can launch it like so: System.Diagnostics.Process.Start( TheFileNameAndPathToExcelFile ) this will start a process, launching the specified file externally. The code can be placed any where in your code, for example as you stated, on the button click event. This will open the excel file, just as if you double clicked on it manually. Does this help/answer your question ...Show All

  • Smart Device Development Attach Windows CE 5.0 emulator to Visual Studio 2005

    Hi, I would like if someone could help me out on this. I installed the Windows CE 5.0 emulator on my machine. But It is not recognised by the device emulator manager. So i cannot directly debug or run from Visual Studio. Is there a way to add this emulator to the Device emulator manager so that i can directly run my applications from Visual Studio 2005. Hi there, "- Get Platform Builder 5.0" - From where Is this a free download Can you provide the link where we can download it from Thanks & Regards George Papadopoulos ...Show All

  • Windows Search Technologies WDS suddenly stopped working

    Hi there! I have had WDS on my computer for about three months now. I have the final 3.0 version and we have Windows XP Professional 2002 running our machines. WDS is absolutely wonderful, when it works. I really can't tell you what happened, but when I choose 'Search Now', nothing happens. I can see that the indexing runs from time to time, but that's about it. I would appreciate very slow and DETAILED help on this one. I really can't work without my WDS!! Anyone Help ! ...Show All

  • Visual Studio 2008 (Pre-release) Problems with textMessageEncoding

    Hey I'm having some trouble adding a textMessageEncoding to my custom transport. After adding the encoding to my binding, something like < customBinding > < binding name ="myBinding "> < textMessageEncoding messageVersion ="Soap12WSAddressing10" writeEncoding ="utf-8 " /> < myTransport /> </ binding > </ customBinding > I get an exception thrown from Proxy.Open() "Some BindingElements were not consumed when building factory. The following BindingElements were not consumed: TexMessageEncodingElement. This might be because the elements are not in the right order... ( and a list of what order to put the elements in, which my code does ...Show All

  • SQL Server Display Last 2 Comments to a Record

    Ok, I'll try to explain this as best as I can... I have an Invoice Record in one table (Invoices) and in another table (Comments) I have multiple comments to an Invoice. I'm looking for a statement that will output the last 2 comments per Invoice Record. Example: The Comments table has multiple ID #'s corresponding to the ID # in the Invoices table. Invoice ID # 1 has 4 Comments; Invoice ID #2 has 3 Comments; ID# 3 has 2 comments. The output would be 6 records with 2 comments for each ID #1, 2, and 3. Something like this should work for you, Scotty. You may be able to tweak it a bit but hopefully this will get you a start. select InvoiceID , Comment , Date from Comments C1 ...Show All

©2008 Software Development Network