POSKOK's Q&A profile
Smart Device Development Stop connection balloon?
Hi Guys, Anyone know if it's possible to hide or stop the connection balloon from coming to front My app dials a GPRS connection but this causes the balloon to appear on the screen until it's connected. I'd really like to stop that happening. Thanks John The following post has pointers to places where you can post non-VS 2005 questions http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=255386&SiteID=1 ...Show All
Smart Device Development Installing CAB's on Pocket-PC.. Program not appearing in the Programs menu
Hi I've created an application in VB 2005 and added a setup project for a SmartDeviceCab. My Target is pocket-pc 2003. I've added the shortcut to the setup project and all the dependencies. I get the CAB and install it on the PDA. I don't get any errors and it looks as if it installs correctly. However, the program does not appear in the program menu. I can find it in Program Files\Test and it runs fine if I click on the executable. What am I missing Pete pete@infonote.com ...Show All
SQL Server Possible to use Reporting Services w/o Sql Server?
This is a very simple question which very probably has an obvious answer. Is there any way to make use of the rendering facilities that Reporting Services offers without having to install SQL Server The way that I'm planning to use RS is by supplying an XML Data file and reporting from that. I never plan to report from a database of any kind. I haven't been able to find any evidence that I will be able to do what I'm asking for, but it seems reasonable that if Microsoft supports XML files as a datasource, that maybe the meta-data and configuration data that RS uses could also be stored in XML files. Thanks, Ken Daniel -- T ...Show All
Visual Studio Using Crystal Report XI in Visual Basic 6
Hello, I am developing an application that usually use CR8 but I am willing to upgrade into CRXI but I don't know how to use it in my application (my application is using VB6) my question is : What Component should I add in my project in order to call for rpt file creted by CR XI How can I use this component Thank you. I am also using CR XI in VB6 and have come across a problem. Here is the function I'm having trouble in.... Public Sub Main() Dim craxReport As New CRAXDRT.Report Dim craxApp As New CRAXDRT.Application Dim rptFile As String Dim fileStr As String, fileName As String, expFileName As Strin ...Show All
Visual Studio Team System Cyclomatic Complexity
Hi, How can I view the 'Cyclomatic complexity' using VSTS tools Thanks, Praveen Praveen, I believe that the rule is in the maintainability section and it is called something like "Avoid excessive complexity." By default it will trigger a warning with cyclomatic complexity over 25 and it will upgrade that warning as complexity increases. If you want to configure that rule or add new code analysis rules I would suggest you drop by the FxCop (that is the standalone version of our code analysis tools) specific forums (link below) and ask them there. http://forums.microsoft.com/MSDN/ShowFor ...Show All
SQL Server Help regarding passing parameters in SQL and Lookup
Hi, 1) I am using exceute SQL tasks in my control flow. 3 variables have been defined at the package level.They are mapped to 3 parameters respectively in the Execute SQL task. When I try using these parameters in SQL error is thrown.Query is not getting parsed.My connection is OLEDB. Target and source are in SQL Server. Can anyone suggest a workaround 2) Before loading my target I need to define a Lookup . My requirement is if say consumer key matches in fact table then update it else insert. 2 kinds of lookup are available in SSIS dataflow tools. Simple Lookup for exact matching and Fuzzy Lookup for matching based on probabi ...Show All
Visual Studio Express Editions Visual Basic 2005 Express Questions
Hey Guys, I'm trying to break into the world of desktop programming. I have a few questions before I attempt to fully learn a programming language. 1: For someone new to programming would this be the ideal tool to start with If not, what language should I start with or what tool should I learn to begin with 2: How do I find answers to programming questions Let me explain what I mean exactly. I do understand that for simpler programs where I am changing values and putting them into a message box or into another value to put into a text file or database. So I can make any program that is just filling out a form and saving or manipulat ...Show All
SQL Server Cannot create a report - VS 2005/SQL 2005
I cannot seem to create a Report based on an SQL Server 2005 database. The IDE and the database server are on the same machine. The reports server is installed and running. During both installations (VS and SQL Server 2005 ) I opted for the complete install. I create a reports project - when I right click the reports folder and select Add New Item > Report - nothing happens. When I invoke the Report wizard and continue till the last step - pressing finish generates the following exception : =================================== Exception of type 'System.Runtime.InteropServices.COMException' was thrown. (Microsoft Visual Studio) ---------- ...Show All
Visual C++ Embedding an edit control into a tab control
I want to embed four different edit controls into four different tabs. How do I do that Please include more details What technology are you using What have you tried so far yourself Thanks, Ayman Shoukry VC++ Team ...Show All
Game Technologies: DirectX, XNA, XACT, etc. ID3DXSprite & SetRenderState ??
Hi~ Yesterday i changed my SDK to Apr2006, i found the ID3DXSprite interface changed a lot (my SDK was very old ), and i can't make it work well. My code looks like this: pDev->Clear(0, NULL, D3DCLEAR_TARGET, D3DCOLOR_XRGB(0, 0, 0), 0, 0); pDev->BeginScene(); Spr->Begin(...)// This method has no parameter before, Now i use D3DXSPRITE_ALPHABLEND, am i right pDev->SetRenderState(D3DRS_SRCBLEND, D3DBLEND_SRCALPHA); pDev->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA); Spr->Draw(...)// Here i want to render something fade in or fade off pDev->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_ONE); pDev->Set ...Show All
Windows Forms Calculated Databind in a DateTimePicker
Hi all, I have a bindingsource / datagridview populated at run time from XML. I have a column in the datagrid with a number in it; I have a textbox bound (at runtime) to that column (that all works fine). What I am trying to do is have a datetimepicker display a date which is a specific date (actually an application user setting - my.settings.mydate) PLUS the number in the textbox - or a specific column from the selected row of the datagrid. Anyone have any idea how to make that binding [[using VB2005 EE]]. Thanks in advance for your help !!! Randy So should I assume that noone knows how to do this to reiterate: ...Show All
Smart Device Development Package 'Smart Device Project Package' has failed to load properly...
I don't know if this is the appropriate forum for this, but i am desperate for an answer here... Visual Studio 2005 crashed on this afternoon. since then, i have not been able to open any of my WM 2005/CF2.0 projects. I also am not able to create any Smart device projects. The error i get when attempting this is "The project 'C:\Documents and Settings\<username>\Local Settings\Temp\u0cx3qj1.r2s\Temp\TestApp1.csproj' cannot be opened. The project type is not supported by this installation" After doing a complete uninstall followed by a re-install, i am still having problems. the error when attempting to create a W ...Show All
Visual Basic VB Selecting the lowest Integer
Hello again! The program is coming along great... I have a situation where I randomly generated 4 integers between 1-50 What I want to do next is have the program select the lowest and highest numbers from the 4 different dim integers. Can anyone out there lead me in the right direction thanks! Hi, You could write your own implementation of a sorting routine but a neat little thing I found was that you can use the properties of the List class to do your sorting for you like so: Dim ranGen As System.Random = New System.Random() Dim int1 As Integer Dim int2 As Integer Dim in ...Show All
Windows Forms Network Browser Control Like Explorer
I am trying to get the list of computers seen by the My Network Places explorer window. (I am trying to make a custom Explorer-type control) So far, I have the following code snippet. However, this grabs all the computers that were ever connected to the domain. I want only those which are currently connected. Any suggestions Public Sub L ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Mouse intersect plane (Full project available)
Hi, this has been driving me nuts for weeks now, im trying to get the point where the mouse intersects a plane. I have to have this project for college done for thur and i im just stuck. If anyone can help it would be excellent, i have created a simple test project to show what im doing, Download (118kb) Thanks for any help, -Dave Already answered on gamedev http://www.gamedev.net/community/forums/topic.asp topic_id=383532 ...Show All
