Software Development Network Logo
  • Architecture
  • Visual Studio
  • Visual Basic
  • Windows Vista
  • Windows Forms
  • Microsoft ISV
  • .NET Development
  • SQL Server
  • Game Technologies
  • Visual FoxPro
  • VS Express Editions
  • Visual C++
  • Smart Device
  • Visual J#
  • VS Team System

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

GregVance

Member List

axdimensions
Joyce Behrendt
Juany
cool-net
B.Brown
Andreas Hofer
shivaraj
Daniel_CL
Giuseppe Pinna
Souhil Benammour
Vizi
Jude Landry
Jack Catheline
Murdoch
Frank D
--Alan---
bobsuruncle
Geci
Seaston
HalfABrick
Only Title

GregVance's Q&A profile

  • Visual Studio Express Editions VB.Net Express 2005 Beta 2 Hangs - No Error

    I have just loaded VB.net Express Beta 2 and when I open either a new project or an existing project (from VB.Net 2002), it hanges. No error, just freezes altogether. It seems to happen just after I open a project (WinApp). I have unlaoded any previous version of VB and .net prioir to loading Beta 2. Anyone know what's causing this C ...you could also try the .Net 2.0 Beta 1 manual cleanup instructions at: http://blogs.msdn.com/astebner/archive/2005/04/16/408856.aspx ...I had all kinds of trouble till I did the manual cleanup, then it worked great after. Davey ...Show All

  • Visual C# can someone convert this snipet of VB to c#?? Just Some Simple one (basics)

    Hi This shouldn`t be difficult .. but i dont know VB But what does this means... He declare a function named with "Afunction" and then in the body of that fucntion he says.. Afunction= ..... LoL , how does he do that or what does that mean in c# can a name of a function take some value Please tell it what does this means in c# hi, looool i don't know what do you talk about , i guess it will be better if you post the function here best regards ...Show All

  • Windows Forms Windows Forms autotab

    In Windows Forms is there an autotab capability    It existed in MFC where when typing into an Edit control (textBox), once the max number of characters for the control was exceeded, the focus went to the next control and the characters were entered there.  I often see the feature while typing Microsoft serial numbers during software installations. ...Show All

  • Microsoft ISV Community Center Forums What is an error 400?

    Useless errors are rather ... well ... useless. Brenda I believe the error would be generated if Tony is trying to show the form, which has been displayed) modally . Or Could be the Bad Server error one gets while connecting. Regards Shasur ...Show All

  • Windows Forms Security problem access database in vb.net

    Dear All I am using visual studio 2003. In which I am using Access Database password in code. So this is enable anyone can read my password string using ildasm.exe. So i checked and read lot of article about storing a connection string and password in config.app file will be much saffer. So could you please help me to provide the link how could i do this. Please. THank you for looking in this matter. Mubarak The config file is plain text. I really don't see any way to make this safe. Any VB code can be read using reflector, the best you can do is to use an obsfucator. Having said that, if your password is not in your config ...Show All

  • Visual C++ logf problem?

    Try to compile this in a .c file. Compiler chokes. --------------------------------- #include <math.h> void test () {     float x = logf (2) / logf (2); } --------------------------------- Someone already did.  http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=7a6be066-67c9-4bd4-853d-db08c7038b2f Brian ...Show All

  • Visual Studio Express Editions Sentence recognition.

    The idea is that we are making a piece of work for two of my scholar subjects. My friend and me thougt it would be nice to make a A.I. that can recognize sentence and can process them. The problem is: I dont know how to make a programm analyse a sentence. Please help, Douwe If you ever watched StarWars, He's the "grand Jedi" he is the "master" he teachs Darth Vader's son, Luke to be a Jedi as he planned in the 3rd movie... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. directx integration with vs2005 is missing

    I have installed vs2005 on a clean system and next I installed dx9sdk 2005 october. During setup the tab with utilities could not be expanded to let me select integration with vs2005 and it did not by default install. What I am looking for is the shader debugger, which I would like to run from within the vs2005 ide through the debug/directx/start with directx debugging How do I get this integration up and running If this is the wrong "group" to ask in then please redirect me. I see no more relevant dx group in this forum and on the regular newsgroups there is little or no activity and no asnwers. I just now ...Show All

  • .NET Development Add a reference at runtime

    Is it possible to add a reference at runtime Any Ideas Yes, you can load an Assembly at runtime which includes the classes and types you need. Informations about the Assembly-Class: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemreflectionassemblymemberstopic.asp Have a look at the methods Load(), LoadFile() and LoadFrom(). ...Show All

  • Visual FoxPro error in sql command

    SET ENGINEBEHAVIOR 70 SELECT lcode, sec ,descr,examcode, sum (tobt) as tobtt,; SUM (tmax) as tmaxt; FROM Examtran; WHERE examcode= thisform . code . value .and. scode>= thisform .shiftfm. value .and. scode<= thisform .shiftto. value ; GROUP BY lcode, sec ; INTO CURSOR tyu brows SELECT lcode, sec ,descr,examcode,tobtt,tmaxt,; TRANSFORM ((tobtt/tmaxt)*100,"##.##") AS PERCENTAGE; FROM tyu; WHERE examcode= thisform . code . value .and. scode>= thisform .shiftfm. value .and. scode<= thisform .shiftto. value ; GROUP BY lcode, sec ; INTO CURSOR ppp SELECT ppp brows ...Show All

  • Visual Studio Express Editions Error using Debug

    I have an application that's receiving an error trying to create the .EXE during debug. It's saying I don't have enough space. My question is, just how much space does the debug need I have 18G on my hard drive and have no idea where I'm going to get more space. This is a critical question as I'm in the middle of a project that's due SOON. Any assistance would be greatly appreciated. hi, i'm not sure but i'm just guessing , may be you have your project folder in a full partition so may be if you moved it in other partition it will work that if you have partitions in first place hope this helps ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. noob heP

    hi... i whant to start game development, were do i start... i dont whant to start makein AOE III but just some thing that gets me on the right track, and that i can see progression Dang, Andy beat me to it.  I think he's trying to steal my job ...Show All

  • SQL Server Device error or device off-line ???

    Hi to All when i m trying to execute following code backup database web to disk = 'c:\inetpub\wwwroot\backup\mybakup.bak' with format I m Getting Error like : Server: Msg 3201, Level 16, State 1, Line 1 Cannot open backup device 'c:\inetpub\wwwroot\backup\mybakup.bak' . Device error or device off-line. See the SQL Server error log for more details. Server: Msg 3013, Level 16, State 1, Line 1 BACKUP DATABASE is terminating abnormally. This error is Generated only when i m trying to access folders within "wwwroot" but not in any other folders , even command runs success fully for "wwwroot" folder . !! ...Show All

  • Visual Basic VB 2005, calling a query?

    I just started using VB 2005, i want to execute a query i have created when a command button is pressed, any ideas anyone I'm trying to modify an access table using a query, and i've figured all that out only to be left in a dead end with the queries . i can execute the query from the main form (anyform.vb) right someone help please !! Thanks everyone, any help you can provide is greatly appreciated Hi, Yup, you could execute a query in the main form... you must further learn on ADO .net to accomplish this. Here's an example to get you strated... Dim con  as new OleDbConnection con.ConnectionString = ...Show All

  • Visual Basic Network Question

    Here's an interesting question... I've re-made a game called Atoms (was an old Amiga game hehe) as a single player game with a score. Is there any way I can set up a server program on my computer, and then add code to my game so that high-scores can be uploaded to my computer and then viewed by others (If so, I need for the program to be able to show a friendly message when the server is not available too!) Thanks in advance!! - Javawag Oh, PS... if you're wondering what Atoms is.... here's a java version against a computer player (not made by me!) http://www.agon.com/doodle/two.html   & ...Show All

©2008 Software Development Network