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

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

NetPochi

Member List

Nimmi
Coldwar
JavaBoy
lsanches
Programm3r
Martin Koppmann
Alex2200
prk
BLACKDOG2
vtortola
LouisVanAlphen
Alex Farber
CoDeR X
Jon Braganza
Xi0N
zr119_62
JIM.H.
Dave Britton - VERTIGO
XNA Rockstar
Asday
Only Title

NetPochi's Q&A profile

  • .NET Development CONFUSED

    I wanted to learn as much database technology as I could. I started with Access and learned some Visual Basic and SQL along the way. Meanwhile, I have been able to write a few programs that have made life much easier for my business, a few firends and my church. I feel it is time to improve myself but I am confused about Visual C++. Will I really gain much if I learn Visual C++ Will Visual C++ be an improvement on what I have learned so far Do you recommend something else VB is now old and unsupported, .NET is the new thing that has taken the world by storm. These forums for example, are created on the .NET technology using ASP.NET, you can develop .NET application for your Windows powered mobile device u ...Show All

  • SQL Server Anyone know how to create a "Table of Contents" (TOC)?

    How do I create a Table of Contents (TOC) for my report Thanks We solved this by creating a .NET custom render for PDF. We manipulated the multiple reports into one report using SVG and then created a TOC at the front. There are only two reporting packages that meet this TOC requirement. Acuate and the newest Crystal Reports. ...Show All

  • .NET Development .NET accessing MS Access

    HI I am creating a Website in my laptop and I need access to a database so I decided to use MS Access however I am getting the following error: The '.NET Framework Data Provider for OLE DB' provider is not registered on the local machine. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. IDirect3DDevice9 and multiple windows etc.

    Ok, so you said we could ask anything here... :-) We currently have an app running with thousand of users online, and the client uses DirectX7 2D. Have been test-converting it to DirectX9 3D. Runs very well in test, but before advancing in modifying all the code, I have some questions, which are code design questions... here goes... What do we have now: we have one window with the app running. What do we want to have: multiple windows, showing different graphics from the same graphics-base. So when I create a texture for use with a sprite (for now), then the texture seems to be bound to the device and the device seems to be bound to a window. So if I want to have 5 windows (different size), then does that mean that it has to have 5 d ...Show All

  • SQL Server The permissions granted to user AAA/bbb .... rsAccessDenided

    I have problem with permissions here is my error http://img2.tapuz.co.il/forums/1_91537174.jpg how can I give all the computers in the network the permission to see the reports. thanks OK I have now the next question. in my role in the reports: I add new role for the computer for example I add role: MYNETWORKNAME\MYCOMPUTERNAME and from this computer I can see the report, But I want all the computers. I try: MYNETWORKNAME\ MYNETWORKNAME\allusers MYNETWORKNAME\* but I don't success. I don't know what I have to write in the role to give all the computers in the network possibility to see the reports. thanks! and again sorry on my english ...Show All

  • Visual Studio Express Editions HTTP request

    I want to send a request to a website. Baiscally my goal is to write a program on top of an existing website. I have some c++ background (AP in highschool 7 year ago). The logic behind my program is simple, but i have no idea how to get the syntax to work. Once i get that to work i want to make a stand alone application that i can give away to my friends. #include "stdafx.h" #include <iostream> using namespace std; int main() { return 0; } This what my project has currently has. Please direct me to the approperiate resource. Thank you My original post has a 2 line sample that retrieves a web page. Their question was about C++ (unmanaged also from my understanding) ...Show All

  • Visual Studio Express Editions Wizard generated code running under a transaction.

    Hello people! Please I was wondering if is there any way to use transactions with the code generated by VB 2005 Express Edition Wizards. What I mean is, suppose I have a wizard generated data set called MyStoreSales and whithin it I have (an also wizard generated) table adapter called ClientsTableAdapter. I also created a very simple SQL command which removes an specific client from the table. I've created this SQL command with the wizard (right mouse button on table adapter -> Add Query...) then the wizard generated a new method for me (RemoveClient) into the ClientsTableAdapter. Now, is there any way to execute this method (RemoveClient) under a transaction I've tried the following: 1 Dim tx As Data.SqlClient.SqlTran ...Show All

  • Visual Basic Public Array

    I've read in the forms about making a public variable in a form accessible to another form in the same project, and have been able to do so with a single variable. Is there a way to share a complete array (to be specific e.g. String Array(i,j,k,) where i,j,k are all integers) in a project between forms - i.e. From Form 1 to be used in Form 2. I have coinsidered referrencing every variable in the Array by a loop subroutine, but is there a better way Thanks CRV I tried to make these changes - The code as changed follows - (The Array I am using is dArray - I am assuming that I substitue my dArray name in place ot the myarray, but as a virtual newbie, I am not vertain about wheter to leave theArray as is or sub ...Show All

  • Community Chat SaveProjectAs

    Ok...After hearing some complaints on this these boards about not having a "Project Save As" that saves the entire project to a new destination and name...I created this addin for VS05 that does just that. The addin creates a 'Save Project As' menu item off of the file menu and allows the user to select a VB or C# project file and then select a new destination directory and a new name for the project. All standard dialogs used. you can download the xcopy deployment files from: http://codegallery.gotdotnet.com/SaveProjectAs The zip file contains two files: SaveProjectAs.AddIn and SaveProjectAs.dll and all you have to do to get it to work is to unzip the files into your addin directory... Please use this thread or ...Show All

  • Visual Studio Express Editions Can I Add a Printer?

    I would like to make a program that would, from a text list of network printers, add printers for use in Windows XP (primarily) . I work for a school district in northern BC, and we are having trouble with users needing to re-add printers every time they log on. In other words their printer info is not being saved on there profile properly. I figured I could write a program to do that, but can’t seam to find out how to do that. I was hoping it would be something like My.Computer.Printer.AddPrinter( \\server\queue ), but I’m not that lucky. almost! See if this helps a bit: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=674181&SiteID=1 once you got the p ...Show All

  • .NET Development Needs help on Zip & Unzip folder files programs

    Hi, I am working on Visual Studio 2005 on ASP.net with VB. I am new to the Development . I now having a project that need to work with zip and unzip a folder files. But i am not sure of what component or library to use it or is there any better way that i can program it.I have try using gzipstream but seem like it does not work on folder files. thanks There is a free library (ICSharpCode.SharpZipLib) with source code.. http://www.icsharpcode.net/OpenSource/SharpZipLib/ Good reading about PropertyGrid concepts and more http://www.madeincode.com/Articles/CSharp/PropGridUnleashed/PropGridOverview.aspx Best regards MadeInCode www.MadeInCode.com ...Show All

  • Software Development for Windows Vista Burning A DVD In Vista

    hello to all,....first, forget me if the post is not in the right place. Well, i have a problem in windows vista,....i have a dvd burner (pioneer dvd dvr 110D model) but the windows vista, i dont know why, do not rrecognizes the right speed to burn on my dvd (16x max velocity) some times, is 1x, other times is 4x :S...is in vista only because a week ago, in xp work’s just fine, and i do not have problem with nothing except in xp i have problem with the security, thats is the reason for what i move my sistems files to vista and the second problem is i dont know what program i must use to burn dvd/cd/iso, etc in vista, in xp i always use nero last version, but because the vista directx 10, i cant install nero 7.X because the program forced m ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Absolute and relative mouse movement

    Usually when dealing with mouse input you want the data from the mouse in two forms, one is absolute that you might use to draw a cursor or know which part of the window/screen a user has clicked on, and the other is relative where you are only interested in how much the mouse has moved. Currently, the MouseState only seems to report the mouse movement in the absolute form. This means anyone using the mouse to control, for example, a first person camera would find their movement limited by the size of their window/screen. I have tried playing around with the Mouse.IsCaptured property but it doesn't seem to make much difference, quite possibly because I don't know how to use it. Am I correct in thinking that getting relative mouse input dat ...Show All

  • Windows Forms Terrarium Templates Visual Studio 2005

    I am currently running through the first tutorial that came with Terrarium v1.2 and I am falling at the first hurdle! The tutorial is written for visual studio 2003 and says that when creating a new project to use the C# Terrarium template. However, after installing the SDK and looking at the templates for vs2005 the terrarium template has not been added. How do i go about adding the template to vs2005 Thanks, xcox. ...Show All

  • Software Development for Windows Vista change delay timeoutduration

    Hello guys, I have a state machine workflow, and to create a timer, I used a delay inside an event driven. Is there anyway to change timeoutduration of this delay to a new value, while the instance of the workflow is running, so the timer expires at that new time. I couldn't find any code samples for that. Any help would be greatly appreciated. Thanks for your reply. Your solution works, but there are a whole bunch of other stuff in that state, like another timer or maybe later we want to add a sequential workflow inside this state, and making a transition back to the same state resets everything which is not desirable and a generic solution. Am I right ...Show All

©2008 Software Development Network