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

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

tisho

Member List

susan_wolber
StevenR2
LKeene
Tom25
SoniqStylz
Seth Livingston
abuck
the_developer
Autofreak
GaneshSharma
themightyspang
Steve98796
NBtech
smartpi
Behrooz PB
bkizzy
j_o_h_a_n_n_e_s
KeithPhillips
Zia Khan
LastCyborg
Only Title

tisho's Q&A profile

  • SQL Server Using VB.Net for Applications and the VBA Editor from Custom Components?

    Hi, Is it possible to make use of VB.Net for Applications and the VBA editor from your own Custom Transform Components (like the script component does) I would like to create a component that generates boiler-plate VBA code and that then allows developers to add their own specialised code in certain methods using the editor (just like the script component) If so, is there any documentation anywhere on how to go about this Thanks in advance, Lawrie I believe you'll have to sign up for the Visual Studio Industry Partners (VSIP) program and downlaod the VSIP SDK. Here's a link to the program: http://msdn.microsoft.com/vstudio/partners/default.aspx . ...Show All

  • SQL Server Hiding columns until toggled

    Hi all, Sorry if this question is a bit basic but I'm fairly new to reporting Services, I've searched for the answer but cannot find a definative answer. I have created a table report with three groups, Product Group, Product Type and Location. When the report is run there is obviously no data displayed in the report except for the first group, Product Group. What I would like to do is hide the columns without data until the first group is expanded and so on with all three groups. Is this possible and if so how Humbly yours, Chris Take a look at these forum threads; I think they can help you out! http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=519430&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx ...Show All

  • Audio and Video Development Multiplexing??

    Hi Folks I've been a Scenarist author for sometime and now want to jump into HD-DVD authoring. Was wondering where to find a third party multiplexing tools once the programming is done Thanks - I'm sure this is the first of many posts here! Eric You can create and simulate interactive content on a PC with the Jumpstart package, but you can't create a real disc without a multiplexer and formatter / burner / replicator / etc. I don't know what The Elephant's Dream was multiplexed with; sorry. (Also, please be careful with your newlines... the forums don't truncate extra whitespace at the end...) ...Show All

  • SQL Server DEPLOY packages from Server A to Server B.

    I developed some SSIS packages in SQL2005.When developing , The connect is set with Server A. And i know ,later we are supposed to move to SERVER B.but B's IP and machine name are both unknown for developers. The deployment guys will be cahrge in that. what's easiest way for me to tell the deployment guy to add a connection to SERVER B after the SSIS packages have been developed any suggestion Thanks in advance. Hahhahhha~~~~ Sometimes it‘s really weird! 2 whole days, I can’t figure out how to change the connection when deploying SSIS to another Server. Today, I was so disappointed that I haven’t got the right way to work it round. Before the shift is off, I fall a snap. And after snap, I used the XML spy to mo ...Show All

  • Visual Studio Express Editions Problem making win32 app

    hello all, i am new and i wanna follow some tuts; but i have some problems whit compiling, i dont get any errors but when i debug(run) it it will appear about 0.5 seconds even faster then it dissapear, and when i build solution and debug or check evrything i dont get any errors, so could someone tell me what is wrong whit this greets jaap This is perfectly normal - your program is executing and then exiting. Try running it using CTRL-F5 instead of just F5 - or add a call to system("pause") at the end of your main function. ...Show All

  • Windows Forms deploy nonav uninstall silently

    ok Geniuses, i want to create a program that uninstalls silently For example, there is a program out there called nonav which uninstalls symantec antivirus completely however there are prompts in that program which i want to take away, and have it take the default prompts anyone know where i can begin Thanks There are instructions for doing both halves of what you are talking about (upgrading enterprise versions of SAV) at http://www.sharpebusinesssolutions.com/savce_upgrade.htm . This information seems to be pretty hard to come by for some reason. Symantec seems to refuse to provide support for recent versions of SAV 10, but makes it exceedingly difficult to upgrade large populations of machines reliably. The i ...Show All

  • Visual Basic vb build

    hello! i am making 2 vb projects. i compile (build) the first project and everything goes right. it even created folder on program file's shortcut. now when i compile (build) my 2nd project, it also uses the same program file folder name . where can i change this thanks Medel, Let me see if I understand correctly: you have two applications in your solution, and you are using a setup project in that same solution to install both of them -- is that correct If that's the case, then right-click on the setup project and choose View/File System. That will give you a map of where your application will be installed to on the target machine. Double-click on the "Application Folder" node, and you ...Show All

  • Visual Basic Printing screen through code

    Is there code to print screen through VB you can't quite do that. .NET 2.0 has a rich text box control which you can use to save RTF documents. you could probably take the screen shot, save the Image object into the Clipboard then paste it into the rtb control ...Show All

  • Visual Studio Team System TFS project deletion and Team Explorer

    Following the MS Walkthrough on "Creating a New Team Project" I created the AdventureWorks team project. After messing around with it for a while I deleted the project from TFS using the Team Explorer (or so I thought). Today starting their tutorial over I tried to create the Adventureworks team project and got the Error " TF30321: The name you typed is already in use for another team project on the Team Foundation Server..." So I didn't delete it after all! How do I delete this project from TFS TIA, Barkingdog You don't use tfsdeleteproject for deleting a subfolder. You can use tf.exe command for that. It will look something like this ...Show All

  • SharePoint Products and Technologies Unable to add workflow from Designer on upgraded sites

    I have a site collection that was upgraded from 2.0 and it seems like the workflow functionality is busted. I just wasted five hours trying to figure out why Designer would attempt to setup the workflow at first, but then only return the message that the site does not support workflows from Designer. Just for the heck of it i tried doing the same type of workflow on the 3.0 Central Admin site and it worked with no issues. I get no useful error message from Designer or Sharepoint and all processes and jobs claim to have run sucessfully. Of course there is absolutely no documentation that I can find that even mentions possible configuration issues or fixes for this or any errors with Designer. Is there anyone who can point me in the ri ...Show All

  • Visual C++ strcpy_s causes app shutdown

    I am updating some managed code to use the new string handling functions in VC8. I changed calls from strcpy to strcpy_s as shown in the code snippet below. The second call to strcpy_s causes the app to shutdown. No exception is thrown, no error code is returned. The app shuts down with exit code 0xC0000409 as the only clue. This is listed as a STATUS_STACK_BUFFER_OVERRUN in ntstatus.h. Of course it's telling me that it doesn't believe there is enough room in the buffer to accomodate the string. The error goes away if I change to strcat_s, or if I adjust the buffer size argument to take into account the length of the string that was previously copied in. Questions: How does strcpy_s know some of the buffer has been used Why ...Show All

  • Windows Forms COMBOBOX HELP

    I CREATED A COMBO BOX FROM DRAGING ONTO FORM NOW I WANT THAT THE USER CAN CHOSE ITEMS FROM WITH IN IT BUT CAN TYPE OR WRITE NEW OBJECT FROM KEYBOARD HOW CAN I DOTHAT he's probably referring to the Combobox style and not the DropdownList. If you are also referring to asp.net controls, just like most posters inquire about this, checkout andy smith's combobox control ...Show All

  • .NET Development Socket.BeginReceive different on W2K vs XP

    Help !!! I have a VB.NET (2003) application that listens for data packets of 100 bytes on a TCP port, it's been working perfectly for ages on XP and W2K3 machines. I've installed it on a W2k machine and I am getting problems it receives the 1st 16 packets perfectly on the 17th attempt beginReceive doesn't return the full 100 bytes, I have run a packet sniffer and it seems to be at the point of the TCP packet segmentation, but I have performed the operation on XP and it looks fine. This seems like a buffer issue, can anyone help Thanks It always happens when applications are running on real internet, There may be network delay which may delay receipt of your data. An network application should ...Show All

  • Windows Forms FAQ for Winforms designer section

    shouldn't there be an FAQ for this section i have participated in this section when it was under windowsforms.net and i noticed that the same questions has been asked (like how to notify the designer host for a particular component property change, etc.) i know that online resources for designer related articles are scarce and it will really be helpful for starters to know where these links are. j2associates wrote: Hello Joey, Check this link, one of the most helpful that I have found: George Shephers's Windows Forms FAQ http://www.syncfusion.com/faq/windowsforms/Default.aspx yeah, one of my primary references back then. but designer articles are pretty scattered... ...Show All

  • Visual Studio The report definition for report 'xxx' has not been specified

    Hello, I have to confess that I never did anything with reporting services, reports, or whatsoever. For a rather huge database application (based on sql express) I thought it might be best to do the printing with local reports, which I planed to bind to the objects, I already used as data layer in my project. I created a simple report (just a table, with two fields), bound the report to the ReportViewer-Control, set the bindingsource-properties in form load. But the only thing I see is this error message "The report definition for report 'xxx' has not been specified" So: What *is* a report definition and how *do* I specify it Are there any infos I can get somewhere, to learn more about the whole concept Thanks, Klaus ...Show All

©2008 Software Development Network