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

Software Development Network >> Abraham Heidebrecht's Q&A profile

Abraham Heidebrecht

Member List

mhodder
wencey
mail2amar
gkostel
NR
DaveKStl
Jith
GoDaddy
Burd
Finkster
prthealien
Bruno Ribeiro
Lee Brimelow
JulianRidley
nickwilliams
BarataMota
VladR
Emre Çetinkaya
ssmorgan
Tryston02
Only Title

Abraham Heidebrecht's Q&A profile

  • Visual Basic searching for & highlighting text

    hi, i am trying to make my application search for text (in a combobox called "comboboxfind") in a listbox ("showbox") when i click on a button (called "findnow") can someone help me Public Class Form1 Dim search As String = "" Private Sub ComboBox1_SelectionChangeCommitted( ByVal sender _ As Object , ByVal e As System.EventArgs) _ Handles ComboBox1.SelectionChangeCommitted search = CStr (ComboBox1.SelectedItem).ToUpper End Sub Private Sub Button1_Click( ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles Button1.Click Dim loc As New List( Of Integer ) ...Show All

  • Visual Studio How to disable the Parameter prompt for Crystal Report using VB.Net

    I'm having a problem whereby I can't disable the parameter prompting in VB.Net with the following codes:- Dim crPDV As ParameterDiscreteValue Dim crPFD As ParameterFieldDefinitions Dim crPFL As ParameterFieldDefinition Dim crPV As ParameterValues crPFD = CR.DataDefinition.ParameterFields crPFL = crPFD.Item("paramterName") crPV = crPFL.CurrentValues crPDV = New CrystalDecisions.Shared.ParameterDiscreteValue crPDV.Value = valueToPass crPV.Add(crPDV) crPFL.ApplyCurrentValues(crPV) CrystalReportViewer1.ReportSource = Application.StartupPath & "\TheReport.rpt" CrystalReportViewer1.Show() Any error with the above codes OR do i need to add any additional code(s) that able for me to pass the parameter value direc ...Show All

  • Visual Studio Express Editions Microsoft Chart Control

    I've managed to get the chart control into my application from instructions in a previous post on this subject. I've placed a chart on one of my forms and have formatted the color, X and Y-axis, etc. But how do you set what data to use for the chart (bar chart in my case) I can't find anywhere where you set the data to use in the chart. I'm trying to use data from a datagridview on the form. It's a simple datagridview with two columns of data (Date and Price). Has anyone used this control and successfully linked their data to it Thanks, John It's a binding thingy. Binding has changed quite a bit between VB6 and VS200x. That's probably the #1 reason that control doesn't get distributed anymore, i ...Show All

  • .NET Development Navigating Large Database

    I have a SQL database table with about 1,000,000 records. I would like to be able to view these records on a form, linked to textboxes and such, and be able to navigate through them, as in back and forth. I have tried using the dataset and it is extremley slow to load the dataset. Its so slow it would not be usable. Does anyone have any suggestions on how I would be able to navigate through these records I would suggest to implement search capabilities inside ofthe application. Users usually would ike to get some set of records based on condition(s), not to navigate through all the records. It will allows to narrow down selection and will allow application to work with small amount of records ...Show All

  • SQL Server Adding SQL Reporting Services to SQL Server 2005 SP1

    I'm using Reporting Services Configuration tool to add the Reporting and ReportingTemb databases. Once the have been created, the tool attempts to upgrade the databases and can not create a script. This are the errors I see from the from the Reporting Services Configuration Tool after creating the databases: ! Verifing Database Version The Database version (C.0.8.40) does not match your Reporting Services installation. You must upgrade your Reporting Services database. ! Creating upgrade script for database version C.0.8.40 ReportServicesConfigUI.WMIProvider.WMIProviderException: The version does not match a supported version. at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.GenerateDatabaseUpgradeScript(Strin ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3D cameras???

    Hi all, I am trying to create a basic driving game , i have a car model and a model that vaguely resembles an oval track, i have both models rendering and the car moving using the control system in the going beyond xna tutorials, my question is how would i implement a third person camera the looks something like those in Need For Speed Carbon. I would like the camera to follow the car but still be able to have the car rotate within the viewport. If this makes sense, any ideas anyone. Cheers Here's a camera model that works OK for open spaces: Keep a current position and velocity for the camera (curPos, curVel) as well as a mass. Each step, calculate a desired position (desPos) for the camera as ...Show All

  • Microsoft ISV Community Center Forums Word: How to you determine the current cursor position

    For one of my macros to run, I have to ensure that the cursor position is not in a table or in a frame when the user activates the macro. How can I find our the current cursor position Once I can determine that the cursor is positioned in a table or a frame, I can then code a message box to instruct the user where to put their cursor to run a certain routine. Hi, Cursor position Selection.Range.End This will check whether currently in a table or frame. Dim lngTableCount As Long Dim lngFrameCount As Long For lngTableCount = 1 To ActiveDocument.Tables.Count If Selection.Range.InRange(ActiveDocument.Tables(lngTableCount).Range) Then MsgBox "In Table" Exit For End If ...Show All

  • SQL Server SSAS Client - OWC ? Anything else ?

    Hi, I've setup SSAS 2005 environment and Cubes etc..I want to develop OLAP client in ASP.Net (to view cube based reports) over web. Will OWC is the right choice We don't want to use any third party controls or packages and want to go with microsoft suite. If OWC is the right choice where I should start with Any guidance / help on this is much appreciated. Thanks ! Hello. Here are som good links to more information about Excel 2007 and Excel services http://blogs.msdn.com/excel/rss.aspx http://msdn2.microsoft.com/en-us/library/aa972194.aspx http://blogs.msdn.com/erikaehrli/archive/2006/12/01/TopTenOfficeDeveloperResources.aspx http://msdn2.microsoft.com/en-us/office/aa905378.a ...Show All

  • Visual C++ Error message PSAPI.DLL

    I am getting a error pop up saying Get Process Image file name w. could not be located in the dynamic link library psapi.dll What should I do to fix this. April Hi to all at this blog. Thanks to your recommendations, I have been able to resolve the ASPI.DLL issue, which appeared upon installing IE7 Release Candidate 2. I am also on Verizon DSL, and simply changed the file extensions in Verizon... Help Support\Smartbridge, and Verizon... Help Support\bin, from .dll to .old. Worked like a charm. Thanks to all!! Gary ...Show All

  • SQL Server SSIS Performance

    I am currently in the process of migrating DTS packages to SSIS. I am finding that most of the packages are running faster, but some of them are taking longer to execute. The DTS package copies data from our Production server to Development. It uses a Copy SQL Server Objects Task to copy only the data from about 50 tables. This takes about 3.5 minutes. I created the exact same package in SSIS using the Transfer SQL Server Objects Task and it is running about 5 minutes. Another package I am having this problem with is only copying data from 1 table using a Copy SQL Server Objects Task. This package executes in 19 minutes. I have created the exact same package twice. Once using Transfer SQL Server Objects and once with a data flow task ...Show All

  • Software Development for Windows Vista SampleGrabber can't work well with rmvb file

    Dear all: I want to get Video, Audio sample data from various kinds of input file like avi, wmv, mpg, rmvb .... , So I use DirectShow and put two SampleGrabber filters in the filter graph. One for capture Audio, one for capture Video. The SampleGrabber for Audio is work well, also the SampleGrabber for video is work well but only for avi, mpg, wmv file. The Video SampleGrabber can't work with rmvb file. It happen connection error when I connect the graph. Is there any way to solve this problem I know the SampleGrabber don't support FORMAT_VideoInfo2 but how do I know this is the reason I can't connect it well if I can't use SampleGrabber to capture the video frame, what method should I use. Thanks! Jack ...Show All

  • Visual Studio Why does Exec not have

    Both a Program and a Command attribute It's a bit of a pain to always put a "" around the command part in case it has spaces in it's path. thanks - dave ..so which one of those is the arguments MSBuild team: if you implement this then for pete's sake choose a good name.. (But I much rather see that Exec task logged the working dir at least on the more verbose levels) ...Show All

  • Gadgets Dima's Digital Clock w/ new features

    Well since I have been hard at work on this for the last several weeks, looking for some feed back: please see this thread for more info :) http://www.aeroxp.org/board/index.php showtopic=7627&st=0#entry86032 Short & sweet of it is, took an already made gadget & reworked it with the features I and a few others wanted in it while still giving full credit to original author for the work they put into it, hey it's a nice gadget, gotta give credit where credit is due. Anyway, I appreciate any feedback... ahh... constructive feedback I mean, thanks in advance :) ...Show All

  • Smart Device Development random TypeLoadException

    I am having real issues with a TypeLoadException that occurs generally randomly. I've been working on a .NETCF 2.0 app all day, debugging and generally being productive. All of a sudden, with no changes to the assemblies, I get a TypeLoadException on one of the types in one of my referenced assemblies. It's one of my own assemblies, and I checked the manifest and didn't notice anything untoward. // Metadata version: v2.0.50727 .assembly extern mscorlib { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Data { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Xml { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) ...Show All

  • Visual Basic how to get list of open tasks in taskbar

    how to get the list of opened tasks.i hav got some of the tasks from processes using mainwindowtitle property but i m nt getting the opened folder windows minmised in taskbar. yup i had done tht.but through this i m only getting processes but as opened folder is a part of explorer.exe process so i m nt getting them in the list.like in taskmanager in application tab u get the list of opened folder as wel as apps.so i m getting apps but nt folders. bye the way thanx for ur help! ...Show All

©2008 Software Development Network