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

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

CamPeck

Member List

Kendal
Peter Ritchie
P R W
GVZ
search and deploy
robinjam
Whoisit
DarkLogan
JonAkaJon
jschroeder
Steven Syfuhs
bluedash
Israel Brewster
aeonblaire
Marcelo Ferrer
JUANCARLOSR
Vinod Sa
Kimbe
BIGuy
marchrzan
Only Title

CamPeck's Q&A profile

  • Visual Studio Tools for Office Generating Excel workbook using VC++

    I understand that VC++ is not supported in VSTO, but I would appreciate any help or pointers on this issue. I have a Windows Forms application written in VC++ (VC++ 2005 Express Edition). I would like to create an Excel workbook from the application and write out some tabular data. I am wondering what would be some good options for doing this. Thanks , Kumar Hi Kumar As you say, VSTO has nothing to do with VC++. Please post to the Office.developer.automation newsgroup, where you're more likely to find people doing similar things. I also recommend doing a Google groups search (or use a similar search engine) on the group. You should also search the msdn site, as there are Knowledge Ba ...Show All

  • Visual Studio Express Editions Where do I start?

    I am 100% new to this and would like any information as to where I can learn the basics to get going with game programming. I am basically a new born trying to learn how to crawl. Please Help. Thank you. I just got wind of some new developments with regard to game development. Microsoft just announced that there will be an XNA Game Studio Express for game development that allows games to be build for both Windows and XBox 360, in an Express form. This will be C# based according to the accounts I have read. There are evidently some details to be worked out with regard to deployment to the XBox 360, but not to Windows. This may be cleared up when versions become available for download at the end of ...Show All

  • Visual FoxPro SELECT .... INTO TABLE <existing table>

    G_TempDBF = "C:\scratch\" + SUBSTR(SYS(2015), 3) + ".DBF" SELECT field1, field2 FROM myTable INTO TABLE (G_TempDBF) USE (G_TempDBF) ALIAS CUSTOMER INDEX ON field1 TAG field1 I have created a temporary table, stores the retrieved records into it and alias it CUSTOMER How can i reuse this temporary table for other SELECT statements SELECT field3, field4 FROM myTable INTO CURSOR CUSTOMER ---> results in an error saying Alias CUSTOMER has been used. Hi Cetin Interesting little demonstration and I agree with your conclusion that it does look very much like the first creeation of a cursor is limited to the VFP session. Actually that would seem reaonable, ...Show All

  • Windows Forms StatusStrip - SizingGrip problem

    Hi I've added a StatusStrip control to a form. Within this I added a ToolStripProgressBar , and set it's Alignment to "Right". Now I have the progress bar next to the SizingGrip. If I now set "SizingGrip = False", the sizing grip is removed, but there still is an empty area left. I now have an ugly space between the progress bar and form border. How do I get rid of this area Kind Regards I also tried it on a PC with Windows Themes enabled. That looks fine also, the progress bar is flush to the window border. No idea why you'd have a problem. Note however that I used the RightToLeft property of the StatusStrip to get the progress bar to display on the right-hand side. Setting th ...Show All

  • SQL Server No exception message from CLR stored procedure

    Hello everybody, I've encountered a strange thing using a CLR Stored procedure: The procedure throws an exception with no message inside... value = {" "} Basically the procedure has a string as argument which contains a SQL statement that changes according to the users selections... The results of the query are saved into a dataset for further processing. Those resultsets can sometimes be very big (ex: 15000 records...). (For the record the procedure works fine for smaller datasets ex 6000 records and running the same query on the application server returns the expected resultset ) By Debugging the procedure I could determine that the failing point was when the dataset is filled... Anyone having any id ...Show All

  • Visual C++ Macro Assembler?

    Is there Macro Assembler in Visual Studio 2005 Professional Edition Yes, MASM. http://msdn2.microsoft.com/zh-CN/library/afzk3475.aspx Nikola ...Show All

  • Windows Forms DataGridView set index of Row Selector

    Hi All, In VS2005 VB or C# I can select rows in a DataGridView, so the row is "Highlighted": DataGridView1.Rows(1).Selected = True But the RowSelector (ie the little black arrow in the Left Margin) does NOT change to the selected row.  I'm having extreme difficulty changing the rowselector's index, I've tried lots of things & based on a post Regis Brid made I thought this method might be the trick... DataGridView1.Rows(1).HeaderCell.Selected = True But no luck, it always returns the error "Property Selected of a DataGridViewHeaderCell cell cannot be set." How do I go about programatically making the RowSelector the same as the selected row Please help, thanks in advance ...Show All

  • Community Chat A reports manager

    Hi, Does anyone know of a program that gives you the ability to organize and format multiple Word or Excel documents, and combine them together to form one document I work at a small business and I always need to compile reports that are made up of multiple documents, usually word and excel files, and it's always a time consuming process to combine all those documents. I've tried doing it by hand but it’s really a haphazard way of doing it. Any help would be greatly appreciated. Thanks. ...Show All

  • Windows Forms datagrid troubles with stored procedure (vs 2003)

    I have the following code: Dim daGrid1 As New SqlDataAdapter(Me.SqlCommand1) (a stored proc) Dim dsGrid1 As New DataSet dsGrid1.Clear() daGrid1.Fill(dsGrid1, "top") DataGrid1.DataSource = dsGrid1.Tables("top").DefaultView I set the command to a stored proce and fill a dataset, then set the datagrid1 to the dataset table. I can then see the data grid on the form filled out. I need to change the column headings, hide some columns, then click on a row, and get the hidden field and pass it on to another form. I thought I would need a table style for that. But when I try to add one, I get: "The data grid table styles collection already contains a table style with the same mapping name." ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to crash a Model in the XNA?

    How to crash a Model in the XNA like this video : http://download.microsoft.com/download/b/e/2/be234683-5686-476d-a1c2-8ad7abe5d8a4/xna_demo_crash.zip That video does not relate to the XNA Framework, or XNA GSE products. From what I remember of the time that video was released it was supposed to represent all the components that go into a game, physics, art, sound, gameplay etc. The XNA initiative (which these products are the beginning of) is supposed to make all that easier. Hopefully someone from MS will come along and explain exactly how that video relates to XNA. Could you do that with XNA Framework Probably, with a good artist, sound guy, programmer and physics engine... but its will be to ...Show All

  • SQL Server Issues Filtering a chart

    I am trying to filter a series in a chart by specifying a paramter. I am showing a chart where the data returned from the SP has many employees, but I only want the employee specified in the parameter. However, when I enter the following: =Parameters!employee_id.Value into the filters tab for the employee series, the chart is blank and I know for sure that there is data for the employee I have specified in the parameter because when I remove the filter, that employee shows up in the legend along with 20 others. This should be simple and it's driving me nuts! Can someone point out what I'm doing wrong Turns out the SSRS "like" operator does not ignore spaces like SQL does.  I had spaces coming back at the end of each em ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 10 things to do while waiting for XNA Game Studio Express

    1. Read every single blog and forum post trying to find something new about it 2. Refresh your emails every 20 seconds hoping for a new mail from Microsoft 3. Stare at the wall 4. Make Content for your to be games ( lots and lots of content) 5. Design a game that will soon be forgotten about when the download is ready 6. Run to the fridge and stock up on supplies for when you start your game making 7. Make some more content ( there is no such thing as too much) 8. Read a book ( Book ) 9. Think about how awsome this is going to be 10. refresh your email again If all else fails repeat step 3 until step 2 is sucessful 33. Convince wife that XBOX 360 is now somewhat a business e ...Show All

  • Visual C# EventLogEntry.InstanceID

    hello, i'm a freshman on C#... things came up on reading the column value, EVENT of "event viewer" on Windows systems. i got the int64 enum by EventLogEntry.InstanceID but seems it's value in 65535 on tool of "event viewer". how can i get it just like what i see on event viewer. thanks a lot Richard Ahh I see where you're getting at I believe. EventID is the actual value that you want but it is deprecated. However EventID is actually InstanceID with the top 2 bits masked off. Therefore if you take the InstanceID and mask off the top 2 bits you'll get the EventID as shown in EV. entry.EventID == entry.InstanceID & 0x3FFFFFFF Michael Taylor - 7/26/06 ...Show All

  • .NET Development Regsvcs.exe causing installation of .NET 2.0 to freeze...aghhh

    When I attempt to install .NET Framework 2.0 x32, the installer keeps freezing while registering System.EnterpriseServices.dll by running RegSvcs.exe while invoking /bootstrapi. I have the latest msinstaller (I think). I can make the installer finish after killing the regsvcs process, but then computer runs (displays ) really slow. I think the .NET framework is associated with my video card software. Anyone know what this is and what I can do to remedy it IT'S DRIVING ME CRAZY!!! Spud Help. I tried to install the .NET 2.0 Framework on a Windows 2000 Advanced Server system and the installed stalled/hung at the stage Installing native images Executing: c:\WINNT\Microsoft.NET\v2.0.50727\ng ...Show All

  • .NET Development URGENT HELP - LOCAL DATE/MONTH

    C# - Windows Applications (VS 2005) ----- Hi, I need some help here. I have a button that onclick, will have a function to check the current month (Local time), eg. if current month equal Nov, open form X else if current month equal Dec, open form Y. Tks. change ToString to ToString() methods in C# must be written correctly and do not have the behavior that VB.NET has which will handle it itself. There could also be a minor improvement in the code. Rather than converting to string then back to an int...do it this way: //string str_mth = DateTime .Now.Month.ToString; //  cur_mth = int .Parse(str_mth);     switch ( DateTime.Now.Month )   {    ...Show All

©2008 Software Development Network