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

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

Qwavel

Member List

Mippy2
Roman Rozinov
Prophit User
Bradrover
DanMoran
GrkEngineer
SiYuan
Santosh Tupe
Oirad
Gaudos
David Seay
jeanXia
avidan
chami602
Hal Styli
Stuart Campbell
mister.manners
Apteryx
Nick Sheng
phil_lee
Only Title

Qwavel's Q&A profile

  • Software Development for Windows Vista How to bring up Infopath form on a task of the workflow

    Hi, I want to know how to show an infopath form when a task is edited in a workflow. Please let me know what steps to follow to do the same. Regards, Ketaki Hi, You can get it in http://msdn2.microsoft.com/en-us/library/ms550782.aspx just go through the document.Its good. can anybody tell me how to populate a checkbox using Itemmetadata.xml ...Show All

  • Visual Studio 2008 (Pre-release) WinFX Beta 2 - ScreenSpaceLines3D: where did they go?

    As the subject states: WinFX Beta 2 - ScreenSpaceLines3D: where did they go I really like the speed of beta 2 but this is holding me back now... Thanks Are you serious ! If so, do you have any suggestions how I should continue with my 3D editor: http://blogs.infosupport.com//images/blogs_infosupport_com/ernow/151/o_Screenshot2.jpg As you can see I need a replacement. I thought about reflectoring the old CTP ScreenSpaceLines3D but soon found out they are dependent on some serious internal classes... Any suggestions Please ... I'll beg if I need to... ...Show All

  • Software Development for Windows Vista Problem after Uninstalling Beta 1

    Hello, I uninstalled the workflow beta 1, in preparation for installing beta 2. Now VS 2005 IDE will not run. The splash screen comes up, then disappears and nothing happens. Should I panic Will installing beta 2 (winfx jan ctp) fix it I guess I'll find out! Don. Hi Paul, I did miss the first one, thanks. But I did install WinFX Jan. CTP which got the environment running again. I've just uninstalled the workflow extensions which at least didn't seem to break the environment. But the workflow project type is no longer available. I must need to install "Visual Studio 2005 Extensions for ...Show All

  • Visual Basic Record wmencoder streaming

    Hi,  with wmencoder I share in streaming a webcam,  how can I record from a client the streaming of the webcam in a video avi   or a photo jpeg     Thanks I record in a avi file the streaming webcam input -- >  streaming webcam output --> avi file ...Show All

  • Visual Basic HTML rendering in VB.Net

    Hello folks, I've got probably a simple and stupid question, just feeling tired tonight. I'm using the googleapi to add more flexibility to searching google from a vb.net app I'm writing. I get a stream of html data back from google that has a title such as "The <b>best</b> ..." then I get a URL, then a snippet of information about the topic which may or may not have html included. My problem is how to display this Is there no control that can display html data I could use the webbrowser, but then I'd have to save the file out to an html file on disk and I'd rather avoid that if possible (just seems messy :) ), or is there a way ...Show All

  • Visual Basic ClickOnce update

    I have created my project by clickonce technolgy, my project size is 10 MB, My main EXE file is 8 MB, now when I have to update small thing as an other refreneced file , the update should download all 10 MB again ... that is a probelm because my project is going o be 40 MB, Is there any soultion to download the small file changes because EXe file need to download each time :( no it is not it is One application has many exe file talking together that is all ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. understanding view/world matrix

    I have a few questions about this device.Transform.view = Matrix would set the camera for the rendering screen and device.Transform.World = Matrix would place the mesh object into the world space right if all the above is correct what would be the best matrix seting for turning a mesh and placing it into a set location on the screen   zetto wrote: Is it possible to rotate something with matrixes so that it rotates around some other point than 0 0 0 There are not enough examples around of matrix stuff Yes, this is possible. Matrix math takes a little getting used to but its not so bad once you ...Show All

  • SQL Server Performance difference

    Hello, i'm running 7 same HW&SW configured servers with the same load with SQL Ex 2005 SP1 installed. I'm executing SP over 200.000 times a day. And here comes the problem, every server got different average response time, the quickest executes the SP in 1 ms, the slowlest in 50 ms, that's 50x slower! Have you any performance hint, please Thank you. Thank you Andreas for your kind help. This is great idea! However i don't know how to reach SP execution plan in application runtime or some log option (not in Management Studio). Have you any suggestion, please ...Show All

  • Windows Forms Triger Function In SQL2000 VB.NET?

    I would like to design as function that can tell me the infomation when a record is inserted into DB. Are Triger function of DB and Window Service of VB able to make that Or can any other solutions reach that  Hope to hear you soon.  Thanks in advanced Wilbert from Taiwan. There are User-Defined Functions you can create that will be exec ...Show All

  • SQL Server cannot see the 2nd table(2 tables returned from stored procedure) in dataset in report designer

    Hi, I am using stored procedure(SP) to create the dataset in report designer. My SP is returning 2 tables/recordset and i am only able to see first table/recordset in the dataset in report designer. I have to place fields from second table onto my report. Is there anyway i could get the 2nd table in my dataset so that i could place the fields in my report. Please help Hi I am also facing the same problem. Could you help how to write a stored procedure to retrieve the second table from stored procedure. So that I will create second dataset as you said. Thanks & Regards Kumar ...Show All

  • Windows Forms regarding adding controls to panels

    when i dragged the splitter control on to the windows form, it created two panels for me now what i want is The left panel which has less width has tree view control and the right panel contains some other controls when i click on one of the nodes of tree view, the contents on the (right panel)other side of the splitter should change. eg, when i click on show grid node, the other panel should display a grid and when i click on report1 node, the panel should remove grid and should display report viewer control I dont have any idea how to implement this. pls pls help me (just image this like a html page with 2 frames 30% a ...Show All

  • Windows Forms datagridview help

    I preparing an application using datagridview having datagridviewTextbox. The requirment of this application is that when the application first loads the datagrid view should not have any cell selected. the datagridview by default selects the uppermost left cell as selected. How can i have no cell selected in the beginning. I tried to set FirstDisplayedCell property for the purpose but to no avail. Use DataGridView.ClearSelection() . Hope this helps... ...Show All

  • Windows Forms Adding items to a listbox on a different form

    I have a listbox on a form called "Order" and I have a separate form that has a menu with buttons that are suppose to add whatever item the user wants to the listbox in Order. I have a "test" button in the Order form that when you click on it, it adds an item to the listbox in Order and works perfectly. But then when I try to do the same thing on the other form ("foodMenu"), it doesn't add anything to the listbox. There aren't any compile errors, the buttons on foodMenu just don't do anything. How can I make the buttons on foodMenu add to the listbox on Order sample code: (on Order of the test button) private void testbutton_Click(object se ...Show All

  • Visual Basic Call Sub Main in a class. How to use this class?

    Hello, I came across the following sample in Visual Studio Help: You can see the comment,              ' Provides an entry point into the application.         '       and a Public Shared Main procedure is used. What is the reason it is done this way How this class can be used Your help is much appreciated. Regards, Paddy Imports System Imports System.Messaging Namespace MyProject     '/ <summary>     '/ Provides a container class for the example.     ...Show All

  • SQL Server Stupid Replication Q

    Hi, Here's the brief. I have DB_A on Server A, which I'm replicating to Server B. I then want to replicate tables from DB_A on Server B, out to DB_X on Server_B, but when I try and create the publication, the row is locked from selection, as it's obviously locked for replication from Server_A to Server_B. Does anyone know if there is anyway round this I ideally want Transactional Replication as our need is to have an identical copy for other calculations to be done and reporting purposes. (Server_A is on it's last legs, so we have Server_B to do all the calculations and host MSRS) Would we just be better off getting a bigger, more powe ...Show All

©2008 Software Development Network