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

Software Development Network >> JIM.H.'s Q&A profile

JIM.H.

Member List

durstin
JimRLoverOfJesus
rakam
perrakus
j_o_h_a_n_n_e_s
sschleicher
dmelfi
G.L.
lugi
maxaeran
chopper
Valcom
robinsenior
Anatoly Beregovoy
R.K.S.
Tim Tharratt
bill perlman
Digital Realm Society CEO
Ahmed Mahdy
Brian Cost
Only Title

JIM.H.'s Q&A profile

  • .NET Development SqlException: Timeout expired

    Hi, I have a problem with a function that retrieves data from a sql server database. The following code: For j = 1 To intRows Dim ctlTemp2 As HtmlInputCheckBox ctlTemp2 = FindControl("chk" & j) If ctlTemp2.Checked = True Then Dim ctlTemp1 As HtmlTableCell ctlTemp1 = FindControl("login" & j) strSQLExec = SaveBon(ctltemp1.InnerHtml) If strSQLExec <> "" Then cmdSQL.CommandText = strSQLExec Else trnSaveOpdrachten.Rollback() GoTo rollback End If cmdSQL.ExecuteNonQuery() End If Next j Calls the function SaveBon which returns a ...Show All

  • Smart Device Development Is Directshow supported in WM 2003 SE and WM 5.0?

    Hi I'm developing an application for my desktop computer (Windows Xp an Vs2005 with all the neccessary SDKs from Microsoft). It's about capturing and processing video from a webcam. I am doing all of this tasks with DirectShow. Later I would want to adapt it to a Pocket PC (video from its video camera). My iPAQ has now Windows Mobile 2003 SE and I would want to know if all of this work with DirectShow is going to be supported by Windows Mobile 2003 SE. And with WM 5.0 Thank you very much I've deployed the CameraCapture C++ Win32 app, and modified version of, to 2 different Window Mobile 5.0 devices, and tha ...Show All

  • Visual Studio Express Editions Exception thrown in a ClickOnce installation

    Hi again, Sorry, but I have another ClickOnce problem. My program runs without exception in the development environment, but the ClickOnce RUN version throws an exception in the form.Load event. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load Try Dim fileStr As String = "..\Images\" doorPic(0) = Image.FromFile(fileStr + "Door1.gif" ) doorPic(1) = Image.FromFile(fileStr + "Door1S.gif." ) doorPic(2) = Image.FromFile(fileStr + "Door2.gif" ) doorPic(3) = Image.FromFile(fileStr + "Door2S.gif ...Show All

  • Windows Forms Multi lingual data in Datagrid

    I have access database that contains messages in multiple langgages. When I open Access database table it shows foregin language letters correctly. But when I display it in datagrid..all I can see is garbage charcters. How to fix this issue. .Net supports UTF16 . Dose datagrid supports unicode I have had this same problem and it seemed like there was no easy answer.  I solved it by adjusting the regional settings on my machine. Control Panel - Regional and Language Options - Languages Tab check the boxes to install files for complex script and east asian languages Now my application correc ...Show All

  • Windows Forms Databound ComboBox with space for selecting None

    Hello everybody, I am trying to build a search form for a new application I am building.  The form has a couple of text fields and some comboBoxes for narrowing search criteria.  My comboBoxes are all databound to show valid values from the database.  The problem is that I would like to have the option of not selecting a value in the comboBoxes. For example suppose I'm building an inventory system: search form has fields Asset#, Description, Make, Model, Supplier. Make, Model, Supplier are databound comboBoxes with valid values from the database. In this situation in order to find and asset I would have to select the appropri ...Show All

  • Visual C++ Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)

    Hey, I have a performance problem with the new Visual Studio 2005. My code (which is a genetic algorithm) is 3 times slower when compiled under Visual Studio 2005 compared to when I was compiling it under Visual Studio 2003. With Visual Studio 2003, it used to run in 3.0639 seconds, and now it runs in 9.0031 seconds. I run both code in Release. I tried every optimization option, and adding the /D_SECURE_SCL=0 compiler command to the project options with only minor differences. Is there any other way to get back to the speed Visual Studio 2003 It is a bit absurd to upgrade to a new compiler and get lesser performances. Thanks a lot!!! Antoine ...Show All

  • SQL Server Merge Replication - Weird Conflicts for no reason

    Hi. I am using Merge Replication on Sql Server 2005 (which works much better than 2000 by the way) and everything is working great except occassionally I will get some conflict rows for no reason. The same column(s) of the same row was updated at both 'PublishingServerName.DatabaseName' and 'SubscribingServerName.DatabaseName'. The resolver chose the update from 'PublishingServerName.DatabaseName' as the winner. I checked our audit table and in every case there was no one updating the conflicting row(s) on the publisher that day. I have had to submit the losing row (which is the suscbriber) in every case. I am using COLUMN le ...Show All

  • Visual J# axWebBrowser

    I have this problem in vusal j#,  C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks I have been trying to do exactly the same thing, however, what you have suggested there, does not work for me. Anything I could do ...Show All

  • SQL Server Can't uninstall Reporting Services

    I need to reinstall Reporting Services but during uninstall I face the following error: "The setup failed to read IIsMimeMap table. The error code is -2147024893" Nothing seems to help with the problem. Regards, Ksenia I've got the same problem here unstalling the September CTP Reporting services - please do post if you found a solution, Thanks, Mike ...Show All

  • Visual Studio Team System Team Foundation Client - "Error in the application" when connecting.

    Have installed TFC on an XP Pro machine. Machine does not have VSTS or any VS2k5 components installed aside from TFC, .NET 2.0 and anything else TFC requires to operate. Machine is a member of the AD domain that also contains the TFS (MSVS-TFS), however the user usually logged into that machine is not a member of the domain. Somewhat against my expectations, logged in as this user, I can fire up TFC and access TFS just fine. I don't understand why, because this user is unknown to both AD and TFS, but we'll leave that aside for now. I log in as a domain user, who also happens to have God-like permissions in TFS. We can do ANYTHING with this u ...Show All

  • Visual C# Direct print the current active form?

    Wat is the full source code for a button click to direct print the current active form without show any printing menu tht need to choose how many copies or print preview.... ty for reply... In this pages show how do it: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vbcode/html/vbtskcodeexampleprintingform.asp http://www.knowdotnet.com/articles/printform.html ...Show All

  • Visual J# Tooltip and Change Backround

    How to make the toolip for example on button, then you are on button , it shows tooltip. and one more qestion How to change main form image by pressing for example button. You push the button, and the backround image changes. How to programme that Hi, To crate a tool tip for any JComponent, you need to use the setToolTipText method to set up a tool tip for the component. You can see the following code snippet : JButton jb = new JButton("JButton"); jb.setToolTipText("You can click this button"); In order to paint the background imaage, you need to override paintComponent( Graphics g ) for the component ...Show All

  • Visual Studio Crystal Report Windows Forms Wiewer Error: "Object reference not set to an instance of an object"

    Hello: I installed first Microsoft Framework 1.1 and a software that uses Crystal Report Windows Forms Viewer. It seems was made with Microsoft Visual Studio NET .2003. My problem is that this software doesn’t print the reports, in the preview I only get this message: TITTLE: "Crystal Report Windows Forms Viewer"                     Message: "Object Reference not set to an instance of an object"  It happens in 2 pc’s with Windows 98 and 2pc’s with windows XP in others with W98 or Wxp The reports show correctly. Please Help me to find the ...Show All

  • SQL Server SSMS Login failure when trying to connect to SQL 2000 server using SQL authentication

    Hello all, Have a strange problem trying to get SQL Server Management Studio to connect to several SQL 2000 servers, all running with SQL Authentication. From SSMS, if I enter the server name, choose SQL Authentication and enter the username and password, the login fails with "Login failed for user 'validuser'. (Microsoft SQL Server, Error: 18456)". On the SQL 2000 server itself, the event log only shows the following when the login fails: 18456 :Login failed for user 'validuser'. Successful logins also contain the text "Connection: Non-Trusted". Using Enterprise Manager with the same server, username ...Show All

  • Smart Device Development Windows.Forms.InputLanguage not available in CF 1.1

    ' The following, tested on Windows, doesn't respond to changes in the language setting: ComboBox1.DataSource = System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.MonthNames ' This doesn't respond to the current languate setting either: Dim di As New System.Globalization.DateTimeFormatInfo ComboBox1.DataSource = di.MonthNames() ' This works fine, but I don't want to hard-code the language: Dim ci As New System.Globalization.CultureInfo("es-MX") ComboBox1.DataSource = ci.DateTimeFormat.MonthNames ' This works, but not in CompactFramework; is there another way Combo ...Show All

©2008 Software Development Network