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

Software Development Network >> Evan Mulawski's Q&A profile

Evan Mulawski

Member List

Howard Pinsley
chakravarthy_b
Mr_White
Joe Albahari
Cam Evenson
maverick_majnoo
igor23ba
Neal Hudson
Raulsassaa
Alberto Ramacciotti
Natoia
MF Recruit
QuantumMischief
oytun
NoEgo
comspy
FleetPoint
Matt Bell
RichLeyshon
WolfgangEngel
Only Title

Evan Mulawski's Q&A profile

  • Smart Device Development Application terminated unexpectedly, and no any message

    Hello I'm creating an application on Windows Mobile 5 using c#. This application uses the WebBrowser control to show a specific website. The problem that i am having occurs when the app runs on the device. (Motorola Q). For some strange reason the application shuts down as soon as it gets to the line : this.webBrowser1 = new System.Windows.Forms.WebBrowser(); which is in the InitializeComponent() method. It does this without an exception. When i connect the device and debug from VS.net 2005. The app shut off and i get a cannot connect to this device message. I've couple questions: 1. Is your application or NETCF or any other component you're using installed on to storage card ot internal storage ...Show All

  • SQL Server Looking for suggestions

    I have two stored procedures (l'll call them P1 & P2). P1, after a lot of processing, creates a temporary table that is used by P2 after an "exec P1" is done. I've separated the logic into two stored procedures because, ultimately, other sprocs will need the output of P1. I get an error if I use #tempTable as the output table in P1 because it no longer exists after P1 finishes. ##tempTable works, but I'm concerned about concurrency issues. Any suggestions on what construct(s) I should be using Thanks in advance! I totally agree. In fact, I would probably suggest (based on the phrase "lot of processing") that you create a couple of permanent tables. One to hold the ...Show All

  • Software Development for Windows Vista Using wimgapi.dll with VB6 - WimApplyImage causes VB6 IDE to freeze?

    I'm writing some code to use the wim imaging api wimgapi.dll with VB6. The code works 100% on capture, with the callback function correctly getting progress information and updating my form with progress bar etc. This works fine when run from within the IDE or from the compiled .exe. The apply image code is a problem though - the WimApplyImage code locks up the IDE part way through. When run from the compiled exe, I get no progress messages to the callback - I do get all the process messages though, and it actually works in that it correctly applies the image, but it stops updating my form until it exits the WIMApplyImage function. Anyone have any ideas I've tried registering the callback both immediately before the WimApplyIma ...Show All

  • Visual Studio Express Editions Storing Stuff

    Dear All, This may seem a little simple to some of you but its been slowly winding me up for a while now, so any pointers or advice would be greatly received. What I'm looking to do is store information inside my application, with out using a database (I mean Access, SQL etc.) I have used *.bin files in the past but I'm not sure that they would meet the needs of what I need to do. The project is for a small charity and so far has about 850 records that they wish to store, they mainly use open source or freeware and need to be able to move the data between desks and back it up on a daily basis. Also some times they are not connected into the network so a local copy of the said information needs to be copied to the local machine. ...Show All

  • SQL Server Default vs Named instances

    I have a server computer named 'X' and I would like to install 2 instances of SQL Server 2005 1. SQLTEST 2. SQLDEV During installation. if I select Default instance then it will name my sql server instance X . I don't want that. I want to have essentially 2 named instances to make it clear to the users that they are using a test and dev sql server. Whats the best way to do this I am open to suggestions if there is a different way to do this. Is it required to have a default instance Can I have 2 named instances X\SQLDEV and X\SQLTEST Also, on the SQLTEST I will be installing reporting services. By not having a default instance will it cause issues for the SSRS installation. Please help! Thanks. ...Show All

  • Visual Basic Simply Question

    hello. A question please. how can I know if the current row (first item) on a datagridview is not filled NetPochi, Use the DataGridView.CurrentRow property, then return the value. If it is not filled, the value would be nothing. Dim instance As DataGridView Dim value As DataGridViewRow value = instance.CurrentRow ...Show All

  • SQL Server SQL Error in Configuration Wizard

    I am having trouble installing and start SQl server on my machine. Currently, I am running Windows XP on my computer with service Pack 2. Not sure why but every time I try to execute the configuration instance , the start services portion does not execute and I get an error 0 message. Please help!! It means Sql Server Configuration manager in Sql 2005 where it lists the services which are running or stopped. Refer this for starting the Sql Services, http://technet.microsoft.com/en-us/library/ms190699.aspx . If is not getting started check the error log and event viewer and post the contents. - Deepak ...Show All

  • Windows Forms Enabling Menu Strip in Main form from child Form

    Here is my code: Main form: Friend Sub LoadMenus(ByVal MenuPermissive As Boolean) Dim Blah As Boolean Blah = MenuPermissive If Blah = True Then MessageBox.Show("Test! IT WORKS!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Information) Me.ToolBar1.Visible = True End If End Sub Child form: MenuPermissive = True Dim AccessMenu As New Form1 AccessMenu.LoadMenus(MenuPermissive) I am able to display the message box, but it doesnt make the toolbar visable! Any help would be much appreciated! Thank you! You are correct, after further testing, it doesnt work in vs2003 either. How do I adjust the code to make it work, I'm clueless at t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. is there no tuts in text not video lol?

    is there no tuts in text not video lol I can't stand video tuts not to be mean to people who make movies there great but im a learner by reading guides. I can't find any n00bie starter guide.. Any advice would help man years ago look for adobe movie tuts never found any now all i can find xna movies no text guides.4 http://www.riemers.net/eng/Tutorials/XNA/Csharp/Series1/Starting_a_project.php Follow it from start to finish. ...Show All

  • SQL Server VB 6.0 with SQL Everywhere ??

    Can anyone help me by telling whether SQL Everywhere can be used with Visual Basic 6.0 This is urgent.Plz write me to : ayan.gupta@yahoo.com Ayan FYI, check the following links: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=413053&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=502470&SiteID=1 seems like SQL Ev is not meant for using with ADO Classic, though i'm not 100% sure, at least i had had problems with BLOBs saving/retrieval via ADO Classic and was forced to move to pure OLE DB and develop project-specific solution for the problem. So far i understand VB6.0 uses ADO Classic for data access and thus should suffer the same problems. Seems like MS will not support ADO in SQL Ev and ...Show All

  • SQL Server YTD calc doesn't work

    I have a YTD calc: Sum ( YTD ([Dim Date].[Full Date]),[Measures].[Commitment Amt]) This produces a #VALUE result, with the error "By default, a year level was expected. No such level was found in the cube." But my Date dimension Type property is Time and the attribute type properties are set at Days, Months, and Years respectfully. What am I doing wrong Do you have a hierarchy after [Dim Date] If this is the case try [Dim Date].[Date_Hierarchy] in your sum calculation. /Thomas ...Show All

  • SQL Server How one can genrate objects scripts with DROP and Create in same file in SQl Server 2005 Like in SQl Server 2000?

    Hi seniors, i oftenly genrate scripts of stored procedures and save that code in a txt file,in develpment envoiments its very crucial becuase to overwrite stored procedures any other developemt db. For my this task sql server 2000 was very good it genrated drop and create statmentments implicity.But now in sql server its very difficult and in our development envoirment there are more than 3000 procs so when i try to genrate script in sql server 2005 ,first i need to generate "drop to" and then "create to" and it also take a very long time and oftenly goes to  stuck... How one can genrate objects scripts with DROP and Create in same file in SQl Server 2005 Like in SQl Server 200     ...Show All

  • Visual C++ nafxcwd.lib library linker error LNK2019 - help

    Hello experts, Below is the small program I am having issues with. It compiles successfully. As you see is quite small and simple program, but for some reason I am unable to link it when I tried to build it. I have also pasted the last part of the output from the linker with verbose. Hopping someone can help me out. It seems a problem with nafxcwd.lib but I am unsure. /* Setup includes */ #include <stdafx.h> #include <afxwin.h> /* Addinitional includes */ #include "ifl.h" /* Main */ int main(int argc, char** argv) { // Variables Declaration IFL_RC iRetCode = IFL_SUCCESS; HWND m_hwndMain; // Get Handle to the main window m_hwndMain = AfxGetMainWnd()->m_hWnd; // Initialize the use ...Show All

  • Windows Forms How to programatically deselect a listbox item

    I have a multiextended listbox. How do I deselect one of the selected items from within my program Use the SetSelected method on the list box. You will need the index of the entry that you want to change the selection on. i.e listBox1.SetSelected(UnSelectIdx, false ); -Eric ...Show All

  • SQL Server Trying to return whole records with distinct fields

    Hi I am trying to write a query that will return a full record with a particular distinct field (the rest of the record being the first such record that includes the distinct field). For example, for the following: Fruit Like Colour Apple Y Green Orange N Orange Banana Y Yellow Grape Y Green Grapefruit N Yellow I would want to return (assuming Colour was the distinct field): Fruit Like Colour Apple Y Green Orange N Orange Banana Y Yellow How do I do this I've tried using a join (of all different kinds) with a subquery that uses SELECT DISTINCT but this doesn't seem to work. I've tried GROUP BY but none of the aggregate functions seem to just take th ...Show All

©2008 Software Development Network