GRK's Q&A profile
SQL Server i need help: SiteBuilder for Windows (sitebuilder-3.0.2_build060426.365_win.exe) installation error
where i can download service pack for windows server 2003 Lameck - You should only install 1 OS Service Pack - You can't be running Windows 2003, XP and Small Business Service on the same machine - can you go to My Computer and look under General Tab in the System area and determine what OS you are running (and what Service Pack its currently at) Also why are you installing Exchange Service pack - is this machine an Exchange Server Thanks AWAL ...Show All
Visual C++ 4 errors in 'sal.h' when compiling
c:\program files\microsoft visual studio 8\vc\include\sal.h(226) : error C2143: syntax error : missing ';' before 'string' c:\program files\microsoft visual studio 8\vc\include\sal.h(226) : error C2059: syntax error : 'string' c:\program files\microsoft visual studio 8\vc\include\sal.h(226) : error C2143: syntax error : missing ';' before '{' c:\program files\microsoft visual studio 8\vc\include\sal.h(226) : error C2447: '{' : missing function header (old-style formal list ) I didn't touch it. Help please I am using API calls, but I never changed the file. I think the problem can be caused by other code included before or after sal.h. I would suggest examining of the text which appears arround #inclu ...Show All
Windows Forms Update, delete and query form
Question related to Visual Basic Video Lesson 09 (Databinding.wmv) by Bob Tabor. Made a table and a UI form according to this lesson (table colums: CustomerID, FirstName, LastName). Is it possible to use the same or an identical looking query form to find "Bob" by typing Bob in the Fist Name textbox or "Tabor" by typing Tabor in the Last Name textbox as in FileMaker If the answer is yes, how go about it Where to find instructions about this problem Thanks, From NewBie to NewBie step by step. How to make a Form with two TabPage TabContol where the TabePage1 is used for data entry with Save, Clear, AddNew and a Find Button to perform Queries. File>New Project>WindowsApplication1>OK ...Show All
Visual Studio Express Editions display data from sql in messagebox
hi,got a question regarding the messagebox what i'm doing currently is displaying data from a table in a listbox using data binding source and adapter what i want to do next is to enable myself to select a particular data from the listbox,press another button to view the rest of the info from database where the attribute = selected value in a messagebox i'll give an illustration if my explanation isnt clear.i have a listbox which displays only car number plates,and i want to be able to select a particular number plate,click on another button which opens up a messagebox that displays the rest of the details of the owner of that selected license plate number is it possible to do this The Exec ...Show All
Visual Basic Open Autocad drawing in Autocad and plot
who can help me I'va got to make a plotserver up til now i've got a program that opens autocad and looks which drawings are in the plot directory Code: Public Class Form1 Public Const cadlokatie = "C:\Program Files\Autodesk\MDT 2006\acad.exe /p <<ACADMPP>>" Public Const plotdir = "\\Nt03\Data\Plot\plot" Public a As Integer Public fileardwg(), filearpcf(), filearray(10, 5) As String Private Sub Form1_Load( ByVal sender As Object, ByVal e As System.EventArgs) Handles Me . Load Shell (cadlokatie) a = 0 Dim folderExists As Boolean folderExists = My.Computer.FileSystem.DirectoryExists(plotdir) If folderExists = True Then fileardwg = Direct ...Show All
SQL Server Auto update statistics
In SQL 2000 is there a way of changing the threshold that auto updating of statistics kicks in Currently I am working with a db where the stats are becoming extremely poor after a day (as no automatic stats update is taking place) and the length of time a stored proc takes to compile and run goes from about 5 mins to around 120 mins. An update stats fixes the problem. Thanks. Thanks for your reply. I would like to avoid query hints, as quite a number of procedures are affected by the stats problem. I am not using default values within the SPs in fact a lot of the data being processed is fairly similar to the existing data within the tables. I don't quite understand why the stats are becoming out of d ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Porting the engine (written in C++) from DirectX 8.1. What are my options ?
I`ve got a 3D engine used in my previous and upcoming online/budget PC games that I wrote by myself from scratch during last several years. However, I would like to port it to XNA since that would give me another platform (XBOX360), since that`s what most of distributors would like to have (multiplatform title) these days. Plus, all games/demos that I would create would then run on both platforms, which is a fantastic feature in itself, and a great negotiating factor with distributors/publishers. Will XNA support ASM shaders natively, or will I have to rewrite those in HLSL I`ve got a pretty huge set of ASM shaders handling lighting,animation,decompression and lots of other stuff. But, from what I`ve read so far, it seems I`m goin ...Show All
SQL Server Conditional Split Question
I have a package which has a conditional task which directs rows to its respective OLEDB command. The records are sorted from the source system in chronological order. The problem I am experiencing is that some of the operations do not seem to be occurring in the same order. An example of this would be someone inserts a record, deletes the record and reinserts in the record in that order. When we run the package we can see the records are coming down in chronological order but the delete from the split seems to occur after the inserts. Has anyone else experienced this Is there anything I might be missing to ensure things happen in the order they should Any advice would be greatly appreciated. Thank you. Thank you for your explanation. ...Show All
Visual C# VS.Net too slows down after first debug attempt
Hey Guys, I hope Someone can help with this issue. after running any project made with C# my IDE slows down to the point where I can not type a single word without waiting for 5 to 7 seconds between words, some times typing "this" takes 7 seconds. I am using XP SP2 with VS.Net pro 2005 SP1 OS is 32 Bit XP and processor is 64 bit AMD. Memory is 1.5 Gig this is a fresh install So far I have disabled all Macros, deleted, Recent files from registry disabled Track Changes under thhe options menu. still when I open any project I can type code fine without any problems but after I debug the project it slows down again and I have to restart VS.Net to be able to type normally. This is using Windows Forms not webforms Thanks ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How can I install XNA Game Studio Express over Visual Studio Std or TS?
I understand the support for VS Express to use XNA Game Studio Express, but as a professional developer, but a hobbyist game developer I don't want to have to install VS Express. Any plans or hacks to get it to install over VS instead of VS Express I got the impression it required VS Express installed to work with comments like "Express and Standard can be installed side by side". Seems silly that you'd need freely down-loadable package to get it to work. But, that's just me. ...Show All
Visual Basic Groupbox Issue
Got a question How do you overlay a groupbox without associating it with the one thats under it I have got a few groupboxes and I would like to stack them on top of each other(I am using them for different things within my main form). I can slide it to the side and I can change the visible property just fine and it shows, but when I put it on top of another groupbox, I can only get it to show when I change the visible property on the first groupbox. Or Is There a Better Way Davids Learning thanks, I got this to work just fine! Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me .GroupBox1.Top = Me .Button1.Top ...Show All
.NET Development Reminder: Networking Developer Online Chat today (Friday @ 11AM PST)
This is a reminder that the System.Net team, along with the rest of Windows Core Networking, will be on hand this morning in an online chat to answer your questions about System.NET and Core Networking Technologies in Windows. Other product team members from areas such as Winsock, IPv6, Peer-to-Peer, WinINet/WinHttp, Windows Filtering Platform (WFP), Http.sys, new QoS platform, Winsock Kernel, etc. The chat starts at 11am PST today. http://msdn.microsoft.com/chats/chatroom.aspx Billy Anders http://blogs.msdn.com/wndp/ ...Show All
Internet Explorer Development Error with IE7 RC1
Hello i was just wondering if anyone else is having the same problem as me. Please Read all of it. i didnt see anything in the FAQ page. first here is what i am using: Labtop, Windows xp Home With: service Pack 2 Problem: After installing IE7 i had to restart the labtop to finish the set-up(asked me to). Ok now here is the 2 Problems i have after installing IE7: 1. Disk Consistancy(sp ) error -My computer scans the disks and restarts(starts up fine) 2. After i login to my account it says Virtiral Memory is to small. - Went to change the size of virtural memory, and had to restart. ------------------------- Once i restart it goes right back to the Disk Consistancy Error and the V.M. does not get saved ...Show All
SQL Server Is cube browser available as seperate control for use in winforms app?
I love the cube browser in SQL Server management studio and would like to use it in a client app. But I don't want to give end users the SQL Server management studio. Is it available as a seperate control or is there another one that would be available to me I have tried the Excel addin for cube analysis but it is not as flexible and a Pivot Table report is pretty static. Ta Dirc Found RadarCube NET Windows Forms for MS AS: http://www.radar-soft.com/products/radarwin_msas.aspx Has similar functionality. ...Show All
Software Development for Windows Vista C# Code calling RegLoadKey in Vista
I have posted this in the Windows Vista / Windows SDK forum with no luch so I will try here: I have an XP application that I am porting to Vista. The app calls DllImport on advapi32.dll, and kernel32.dll. I am executing the following methods: OpenProcessToken GetCurrentProcess LookupPrivilegeValue AdjustTokenPrivileges RegLoadKey RegUnLoadKey The call to RegLoadKey is returning 1314 in Vista. This indicates that a permission is missing. Does anyone know what permission needs to be granted in Vista to execute the RegLoadKey method Here is what I am currently doing before the RegLoadKey call: TOKEN_PRIVILEGES TP = new TOKEN_PRIVILEGES (); TOKEN_PRIVILEGES TP2 = new TOKEN_PRIVILEGES (); LUID R ...Show All
