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

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

TwoHoot

Member List

pjtaylor
HMCSharon
Vl.K
Pavan Apuroop
Mapa3matuk
RafaBotero
Harry_Leboeuf
Bobby Patrick
Sonix2001
Eusebiu
Dejan Kocijasevic
Kalcy
Alaa M
SOTY_Programmer
srinivasintouch
Tito Jermaine
Ragnvald
Tom_Tregenna
shg_yl
m24paul
Only Title

TwoHoot's Q&A profile

  • Smart Device Development RasEnumConnection don't detect any connection...

    Hi! I've create an application that detect Gprs Connection and check how much traffic is genereted. On WM2003 it's all right, but in WM5 the RasEnumConnections() function always return 0 with 0 connection active... The code for detect Connection is: DWORD isConnection = false; RASCONN rgrc[4]; DWORD dwSize = sizeof(rgrc); DWORD dwConn = 0; DWORD dwREC; dwREC = RasEnumConnections(rgrc, &dwSize, &dwConn); if (dwREC == ERROR_SUCCESS) { DWORD i; RASENTRY rasEntry; rasEntry.dwSize = sizeof(RASENTRY); for (i = 0; i < dwConn; i++) { if(!RasGetEntryProperties(NULL, rgrc .szEntryName, &rasEntry, &rasEntry.dwSize, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Jerky sprite movement, too much keyboard sampling?

    Hi all, A question if i may, i have installed XNA and all the necessary gubbins, and have walked through the tutorial on learnxna.com I am just trying out the basics at the moment and am attempting to get a user controlled sprite move across the bottom of the screen, on the x axis, responding to left and right keys. This works fine. When a space bar press is detected, a projectile object is created, in the same place as the bottom sprite and is added to a class scoped arraylist (for storing projectile objects). In the update method, the array list is looped and any projectiles created have their position updated (so they move up they axis). The array list is looped and draw in the relevant positions in the draw method. This rea ...Show All

  • SQL Server Visual Studio 2003(1.1 .NET Framework) SQL Server2005 compatibility

    Hello, I had a simple question (I'm hoping). Can a 1.1 .NET Framework ASP.NET website use SQL Server 2005 Express edition for it's database Thanks. Brandon ...Show All

  • Microsoft ISV Community Center Forums Access 2003: Connect to Word Document.dot and fill in DocVariables dynamically

    Hi, i hope i find a answer on this way. Let me describe my little ( i hope so...) problem: I would like to have my code figure out which fields are on the document and populate only those. I realized this with the following code: Sub sendToWord(DokPath, DokName) Dim strPfad As String strPfad = DokPath On Error Resume Next Dim objWord As Word.Application 'search instance of Word Set objWord = GetObject(, "Word.Application") If Err.Number = 429 Then 'no instance found Err.Clear Set objWord = CreateObject("Word.Application") 'create instance On Error GoTo Fehler ElseIf Err.Number = 0 Then ' nothing Else On Error GoTo Fehler End If With objWord .Visible = True . ...Show All

  • SQL Server "Who's the idiot that designed the file destination? "

    Hi everybody, I'm new -- sorry, I couldn't figure out how to reply to this thread, I think because it's locked- so I started a continuation. What I am wondering about is if you indicate "text qualified= true" then why does it still get confused by embedded commas in quote-delimited text; I would think that the "text qualified" parameter would take care of that. Can anyone explain So as a work around I am thinking of running a perl script via "Execute Process Task" and clean up the commas that way, since I have little control over how it is produced.. the app it comes from has no ability to contol output, and it outputs it's tables as comma seperated files, with text fields surrounded by quotes. I was hoping to stay inside SIIS fo ...Show All

  • Visual Studio Express Editions adding a arraylist in a datagridview

    what’s the fastest way of adding a row of values in a arraylist for example, if I have a arraylist arraylist arrayvalues = new arraylist(); arrayvalues.add("name1"); arrayvalues.add(3.56); how do I add this arraylist as a new row in a datagridview and how do I add it as a new column Solved my own problem: in: this.dataGridView1.Rows[counter].SetValues(curObj); the .SetValues("Column1", "Column2") and so on. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What about using the xna to add comment to commercial games?

    Simple question, so i dont know if this could be answered now, but thought it was something interesting to consider. Imagine being able to use the same general system to make your own H3 maps... EDITED title There are several legal and logistical issues realted to that, including the fact that game extensibility is determined by the publisher, not by Microsoft's XNA team. For now, we are focused on supporting game creation for hobbyist developers. ...Show All

  • Visual Basic Printing in a specific position

    I’m new at this, so maybe this is a very easy one. I need to print a string on a selected position on the sheet (Letter size). The user have to select the position. Any help Try something like this: Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage e.Graphics.DrawString("Nobugz waz here", Me.Font, Brushes.Black, _ Single.Parse(txtXPos.Text) * 100.0F, Single.Parse(txtYPos.Text) * 100.0F) End Sub The user would enter the string position in inches. You need to add error checking... ...Show All

  • SQL Server Reporting Services - Analysis Services - Displaying Dimension Members as Columns

    I think I've seen a similar post on a blog or on the forums - but it seems like this should be possible - I have an MDX query - that works fine in SQL Enterprise Manager, and has my dimension members on columns, and my measures on the rows. When I try the same query in Reporting Services, I get the error: "The query cannot be prepared: The query must have at least one axis. The first axis of the query should not have multiple hierarchies, nor should it reference any dimension other than the Measures dimension.. Parameter name: mdx (MDXQueryGenerator)" Although it works when you pivot the view, I really need my data presented with the members on the columns and the measures on the rows. Another forum post mentioned using the SQL 9 ...Show All

  • Visual Basic Different colors in different lines in a Checked ListBox?

    Hi, I have a bit of a problem in VB.Net, you see, I need to have different colored lines in a checked list box. Here's what I mean: Line1 in checked list box is red Line 2 in checked list box is green Line 3 in checked list box is blue So to rephase, is it possible to have individual coloured lines in a checked list box Any helps appreciated, Sazz181 Thanks Dman1, problem solved, and I haven't lost any functionality either. Does just what I needed - thanks. ...Show All

  • Visual Studio Silly question about diagramming inheritance relationships

    MSDN says that "When an inheritance relationship between two domain classes is created, you may note that a second shape representing the derived class appears in the diagram. Several instances of the same shape are displayed to simplify diagram layout and to preserve an intuitive tree structure on the screen." However, in the Workflow template (just to take one example), these duplicate instances have been removed from the diagram, and instead only a single inherited class is show, connected both to its corresponding shape and to the parent class. I would like to be able to organize my DSL diagram in the same way that the Workflow template is organized, by deleting from view the instance of my inherited class that normally ...Show All

  • Visual Studio Express Editions about library In C++

    Hi evryone... while I using VC.NET 2005 To programing project I want to insert(add) some library to my project. what I doing to do that where can I find [component and controls] in VC.NET comment:( I founded thy library but I can add it ) and thanx early.. Take a look at http://msdn2.microsoft.com/en-us/library/ba1z7822.aspx that describes how to link other libraries to your project. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio 2008 (Pre-release) Itemname on simple Arrays.

    Hi, I'm using the DatacontractSerializer, and my data contains a simple array of type A[]. I would like to format the names within this array - but it seems only to be possible if I implement IEnumerable Any thoughts Hi, thats just the problem DataContractAttribute only works on collections which implements IEnumerable. for instance... [DataContract()] public Class A{ B[] myitems } Will end up looking like: <myitems> <B/> <B/> .... </myitems> But I want to change "B"s name. ...Show All

  • Windows Forms Textbox databinding issues

    wanna bind a dataset to several textboxs, depending on the ID that the user put in the Id textbox the other textboxs that are readonly should display the info that coresponds to that ID number. (da) is the data adapter Cop_Clientes is the table name where i have the (da) what should go the dataset or the data adapter really need it to work ;) Try da = New SqlDataAdapter("Select * FROM Cop_Clientes WHERE cop_id_socio = 'txtIDSoli1.text'", conn) da.Fill(ds, "login") Me .txtPriApe1.DataBindings.Add("Text", da, "Cop_Clientes.cop_pri_ape") Me .txtSegApe1.DataBindings.Add("Text", da, "Cop_Clientes.cop_seg_ape") Me .txtPriNom1.DataBindings.Add("Te ...Show All

  • Microsoft ISV Community Center Forums Microsoft....Is this a joke? (email received from customer service at microsoft)

    Below is the response I received when I attempted to report a bug in IE 6 to the website...In my opinoin, this is outrageous! Hello George, Thank you for contacting Microsoft Online Customer Service. I apologize for any delay in our response to your issue. Due to an increase in requests, our response may be longer than usual. We appreciate your patience. I understand you have identified a bug in Internet Explorer 6 and you would like to report this bug. I request you contact the Microsoft Product Support Services team to submit a report with regard to the bug you have identified in Internet Explorer 6. You may contact them by calling (800) 642-7676. Representatives in this team are available 24 hours a day. You may have to ...Show All

©2008 Software Development Network