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

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

Neotech

Member List

Yogev
Carl In Milford
Dave9999
barkingdog
lep
Sami Karaeen
tibu82
Ogulcank
Clark Anderson
Generic123
Nirupam Pratap Reddy
anubisascends
antonisK
tribal
William Bartholomew
Kamii47
zaynun hammoud
Rafael Leonhardt
Seraphino
enric vives
Only Title

Neotech's Q&A profile

  • SQL Server Report pulls only first record

    Hello, First I'd like to thank Michel Smit for providing the instructions on how to create/recreate a report using VWD then converting it to C# Express. It was a tremendous help. My report is generating, however, it is only pulling the first record in the database (there are four records in all). My report uses a stored procedure shown below: ALTER PROCEDURE dbo.StoredProcedure1 AS SET NOCOUNT ON ; SELECT inventory.*, Feeding.* FROM Feeding CROSS JOIN inventory Is there something wrong with this stored procedure Or is there some other step I need to include. I was experiencing the " A data source instance has not been supplied for the data source" error before and I corrected that issue when I ...Show All

  • Software Development for Windows Vista Freeformdesigner --> saving to XOML

    Hi! I have implemented a workflow surface who is using the freeformDesigner. I can now resize and move the activities free around the workflow surface. I can also draw arrows between the activites in any direction I want. I have used much of the flowchart example code. Here is my BIG challenge for you: When I save the workflow and re-open it it doesn't appear like it was before I saved it. The activity-boxes' position and size is correct (I have implemented this). The problem is that the arrows between the activity-boxes is gone. How can I save the arrows' position into the XOML-file I don't even know where to look for this properties... Thanks a lot!     Hi, th ...Show All

  • Visual C++ Process handling inforamtion

    Hi all, Would somebody please provide me some kind of link or book name where I can find good information regarding Process Handling in Visual C++ Thanks, Yes, I am referring to Spawning processes. But in MSDN, I couldn't find any structured explanation of this topic. I was able to find to some APIs but it's not helping me much. Vinayak ...Show All

  • Visual Studio Express Editions syntax code

    to those of you who are familiar with the coding, could you write a simple code example so we can understand,give us simple syntax examples please of; deleete command accept changes command that way those  of us who are beginners can read the syntax and get a better view of how it works. thanks for your time ahmed, i have a few questions for clification; 1 how does the code below relatte to my ,recordstableadapter,musicdataset2,and records(tablename) approach 1, raw "dirty" delete 2 do i have to create a NEW sql command or do i have on now as i have already got a batabase 3 is the conection string i got when i created my database not the same thing. 4 i havent grasp ...Show All

  • Smart Device Development How do I access the pocket PC Object Store using vs2005

    I'm currently developing an application in VB .net 2005 for pocket PC and unfortunately I need to get some data from a legacy pocket pc application. This old application uses the object store so I need to be able to get to the data in there. How do I access the object store from .net Is there an API I can use or some ready made components I can just buy Any sugestions Depends what you mean with 'object store'. I assume your app is using the (CEDB) Database API. There is a article on Code Project that might be helpful: http://www.codeproject.com/netcf/cedbnet.asp ...Show All

  • SQL Server Where can I get the information how to automatically install Report model

    Hello, where can I get the information how to automatically install a report models together with data source and data view files. What pupose has the file rptproject Is it generated automatically Is there a file similar generated for report model Thanks a lot for your help in advance. Best regards, Olga Jaufman ...Show All

  • SQL Server 70-431 (MCTS - SQL 2005)

    Hi, Somebody can speak (tips) about exam 70-431 Tips Amount Questions Time ....   Hello everyone, I would like to let you all know and be aware of the fact that microsoft has changed its exam pattern for 070-431 be very carefull as microsoft has changed the exam pattern and due to which i failed the exam today. Its now based on simulations questions which comes after the multiple choice questions i got 15 simulations separately apart from 35 multi choice questions along with exibits. I wasnt aware of this fact and it wasnt mentioned anywhere about simulations questions I think no one knows about it I am the first to face this type of exam.. The exams comes up with 2 sections the firs ...Show All

  • Visual Studio Team System Creating a dependent pick list

    I am trying to create a list (from a global list) of <ALLOWEDVALUES> based on the entry in the system.AreaPath as follows: <WHEN field="System.AreaPath" value="TPOPilot\TPB" > <ALLOWEDVALUES expanditems="true"> <GLOBALLIST name="TPBComponents" /> </ALLOWEDVALUES> </WHEN> When I try to import my work item, I get the following: Warning: TF26171: User/group 'TPOPilot\TPB' is not found. Contact your Team Foundation Server administrator to add your account. So the system thinks 'TPOPilot\TPB' is referring to a user account rather than an Area Path. How then, can I specific the condition based on the Area Path entered Thanks, Ma ...Show All

  • Visual Studio Express Editions Visual C++ download prompts me to insert CD

    I downloaded Visual C++, and it began to install. However whilst installing the .NET framework, the program prompted me to insert CD 1. This makes no sense, as Visual C++ is supposed to be a free download. Strange Question, but what link do you use for the download... I have installed Visual C++ Express a Dozen times and have not been asked for a CD, But using the Full product it will ask you for another CD, and this is not the free version. ...Show All

  • SQL Server Connections to SQL Server Files (*.mdf) require SQL Server Express 2005

    When ever I click on an MDF file in VS2005 I get the following message. Required Components Missing. Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to function properly.  Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/ linkID=49251. I think this may have been due to the install order and options I selected. 1. VS2005 Pro, without SQL Server Express 2005 as I was planning to install SQL2005 Developer. 2. SQL2005 Developer. I then noticed the above problem and installed SQL Server Express 2005 from the VS Pro DVD.  I still have the problem.  Any ideas how I can fix this Hi,   I ran into the same/simil ...Show All

  • .NET Development meta keywords on content page

    Hello, I'm trying to understand how I can edit seperate keywords for the content pages that use a master page. thanks for the help! ps: page for which i need help with: magazine Hello everyone, I don't seems to be getting much luck with an asnswer regarding this matter. If anyone could advise if the code below is correct Magazine master1 exemple : www.novasta.com/magazine/accueil.aspx Magazine  master2 exemple : www.novasta.com/fr/boutique.aspx < script runat ="server"> Dim meta As New HtmlMeta Dim meta1 As New HtmlMeta Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load meta.I ...Show All

  • Visual Basic how to insert(add) image into access database from vb

    Hi, i) I have table with ole object field datatype. I want to insert image into access database from visualbasic. I try to insert image.picture.But it store as long integer data. Please help me How to insert image from vb into access database. ii) I store image path in text field in access database. How can I add this image path into image in crystal report. Please, Help me to find solution above question. Thanks in advance Bye, Rashe --- Insert Image in Ms-Access ---- objConnection = New OleDbConnection(objConnectionString) objConnection.Open Dim content As Byte() = ReadBitmap2ByteArray(ImagePath) SqlQuery = "Update ImgTable Set Img= Where ImgTableID = 1" Dim objInsert As OleDbCommand = New OleDbCommand(SqlQ ...Show All

  • Visual C++ Handling Ctrl-Break quickly and efficiently in a Windows GUI app

    I have a Windows GUI application written with Visual C++. When my program is busy, I display the hourglass cursor and want to allow the user to hit Ctrl-Break to signal my program to stop processing. To do this today, I use PeekMessage to watch for a WM_KEYDOWN message, check if it's VK_CANCEL, and if so, terminate my operation. The problem is that PeekMessage will return the first WM_KEYDOWN message that it finds in my message queue. So if I do not specify PM_REMOVE in the call to PeekMessage, then the WM_KEYDOWN for the Ctrl-Break could get hidden behind the WM_KEYDOWN for any other key that the user happens to hit. But, if I do specify PM_REMOVE, I'm not in a position to handle the keystrokes at that moment (because my program is bu ...Show All

  • Visual C++ Multiple Slider Controls

    Hello, When it comes to C++ and dialog boxes I'm at a loss.  What I want to do is have multiple horizontal and vertical slider controls with static text that shows the position of the slider.  I have made one horizontal and one vertical slider with a static text parameter for each and this works.  But when I added the second horiz and vert sliders nothing happens when I change the horiz_slider2 or vert_slider2. What am I missing   Thank you for your help.  void CGPSsimDlg::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) {     m_horizslider1_value.Format("%ld", m_horizslider1.GetPos() );     m_horizslider2_value.Format("%ld", m_hor ...Show All

  • SQL Server Accessing URL

    Hi! I have two assets: a URL that points to an XML file, and a stored procedure that can accept this file as a text variable and store it in a SQL 2005 table. create procedure [dbo] . [insertObjects] @availabilityXml text as DECLARE @xmlHndAdd INT EXEC sp_xml_prepareDocument @xmlHndAdd OUTPUT , @availabilityXml TRUNCATE TABLE Objects INSERT Objects SELECT * FROM OPENXML ( @xmlHndAdd , '//NewDataSet/Table1' , 2 ) WITH Objects Now, I need to find a solution to combine the URL with the proc. Does anyone have any suggestions on how I can pass my URL as a text variable to the procedure SSIS, vb-script, etc. are welcome! Thank you! I believe these are your choices: a) Store t ...Show All

©2008 Software Development Network