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

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

AVanWieren

Member List

Dave B..
Muthu_Krishnan_R
Lomak
Romty
jordan kaliher
scottgu
ComputerJin
tomdeloford
Coder11
Reema6764
weiclee
Ivan Arjentinski
AnnieKM
Kollega
Gauthier
John Kimball
NeilC
Alex118
sureshsajja
Kiet Quach
Only Title

AVanWieren's Q&A profile

  • SQL Server Determine month from inside month row grouping

    Hi guys, i have a matrix that has two row groups, the first is month, the next is year. This is for year on year reporting, so the first two cells in each row are like this: April 2005 April 2006 April 2007 May 2005 May 2006 May 2007 etc in one of the columns of the matrix, i need to calculate a "per hour" figure, so i need to determine how many hours are in the month that groups this row. So what i need to know is: how can i tell what month this row is I don't care if the month is represented as text ("April") or an int (4), because the pseudo code for the expression will be: <monthly ...Show All

  • Windows Forms How to stop flickering whilst building up complex form?

    I have an array with many hundreds of instances of a UserControl. I display these as a vertical list on a form and the user scrolls them with a VScroll. I achieve the scrolling by physically repositioning every user control, one after the other.  As you can imagine, this flickers like crazy! I tried delaying repainting until the repositioning is finished using&n ...Show All

  • Visual Studio Express Editions Debugging Windows Native Applications

    Hello. When I try to start debugging Windows Native Code from Visual C++ Express using the menu: Debug->Start Debugging I get the message: Debugging information for 'bezier.exe' cannot be found or does not match. Binary was not built with debug information. Do you want to continue debugging I want to know how I can use WinDbg with Visual C++ Express or how I can use the Visual C++ debugger to debug Windows Native Code. Thanks in advance for your response Switch to debug build, or make sure that your build creates debug informations. This exe file does not have a pdb file, that is needed to debug. ...Show All

  • Visual Studio Team System Cannot connet to VMWare TFS from a other windows 2003 VMWare image with Team Explorer

    I've installed TFS (RTM) successfully on a VMWARE image (win2003 Standard). I can connect to the TFS on the same machine. I can connect to the TFS from a Windows XP machine. But I can't connect to the TFS form a other VMWare image with windows 2003 Standard with Team Explorer. All the machines/images are on the same domain and i use the same user on all the machines. The error number i get is: TF31002. If i try this ( http://srv_tfs_caesar:8080/services/v1.0/serverstatus.asmx ) on the machine, it succeeds. This mean the TFS name is ok, port and protocol is ok. My username and password is ok and that the TFS is online. Does anyone hav ...Show All

  • SQL Server Can't Design a Script

    I've placed a Script Task in a package, but the "Design Script..." button only closes the dialog and nothing happens. I've tried a Script Task in an empty package, too. This is a vanilla 2003 virtual PC. No previous beta/CTP versions installed. RTM bits of SQL 2005 and VS.NET 2005 Pro. I can edit macros in VS.NET, so I'm sure the VSA environment is around. No event log entries. Typically run as non-admin, but tried as admin, too. Anyone ever seen this ...Show All

  • Visual C# Making It Fullscreen

    I'm writing an application which runs automatically when Windows starts and I want make it fullscreen but without taskbar and Start button. I also want disable red button (x) for shutting form in upper right corner of the screen. Could somebody post source code in C# for this tasks. I'll be greatfull, because I'm not very experienced in C#. sure ... here`s your code.. for maximizing window private void Form1_Load(object sender, EventArgs e) { this.WindowState=FormWindowState.Maximized } and for the x button.. i dont really know how to do that.. but you can cancel the x button operation.. on the form1_clo ...Show All

  • Visual Studio 2008 (Pre-release) drag/drop to reorder listbox items.

    I'd like to be able to use drag and drop to reorder items in a listbox, similar to how you rearrange items on the "All Programs Menu". I've looked at Marcelo's dragdropadorner, but I can't see how to apply that to this scenario where the source container is the same as the target container. Simon Let me rephrase I can't see how to identify the drop target, (ie the new item position) when the source container is the same as the target container ...Show All

  • Visual J# Postdata in webbrowser.Navigate

    Hi, I want to Navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code: String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of method=get but contains no postdata. Can anyone help me Hi, This is more related to windows forms, Can you please post this on http://forums.microsoft.com/MSDN/default.a ...Show All

  • Visual Basic Multiline strings in components

    Hello, how can I build a multiline string in a component as the Items-Property of a ListBox-Component See this article at codeproject. ...Show All

  • Windows Forms Simple formatting with CR.Net... where do I get started?

    Hi, I am a real newbie to CR and have some insultingly easy Q's... I have a very tight deadline on these which is why I'm posting - hope someone can help me with this. (I'm using CR with .Net (the built in version, 8.5 I think) in VS.Net 2002.) So, I have a report that runs from a SQL Server 2000 stored procedure and I need to& ...Show All

  • Windows Forms Custom controls Docs

    Hi, Where can I find docs about creating custom controls I mean, I need the reference that says how to interact with the object inspector and the form layout. Create that arrow on the right top corner of the control, and others... This is the basic and everything is derived from this. If you need something more advanced, just ask. about the icon, the best way is to create a 16X16 bitmap and give it the full namespace name: MyNameSpace.UserControl1.BMP. add it to the project, set its properties BuildAction to Embedded resource. on the user control header: [ ToolboxItem ( true ), ToolboxBitmap (MyNameSpace.User ...Show All

  • Visual Basic ComboBox

    Hi folks, maybe you could help me a little. If I understand right the idea behind Object oriented is that I can use the same object in different forms. I've created and used the ComboBox in one form and now I want to use it in two more. Can I do this How thanks a billion, Chris Hi Randy, I agree, I am not for hard coding - what I provided was a simple example to convey the concept of having a utility method for loading a combo. In fact if the data was available in a Table then it maybe a good idea to bind a Dataset to the combo. Regards, Vikram ...Show All

  • .NET Development Exception while running load test on Trace Listener

    Hi, Iam trying to access the custom log file through machine.config. Iam using TraceListener for this purpose. I then write a function with the code similar to the following: StringBuilder debugInfo = new StringBuilder (); Debug .Listeners.Add( new TextWriterTraceListener ()); uint BLANK_VALUE = 0; StackTrace tracer = new StackTrace (); if (!tracer.GetFrame(1) == null ) debugInfo.Append(tracer.GetFrame(1).GetMethod().ReflectedType.UnderlyingSystemType.FullName); else debugInfo.Append(BLANK_VALUE); Debug.Listeners(0).WriteLine(debugInfo.ToString()) Debug.Flush() Debug.Close() ...Show All

  • Visual Studio Team System How do I check if a node is an array?

    Hi, I have a new problem now. Suppose there is a declaration like given below inside a function: Dim sListItems() As String In the Fxcop code I check for local.Type == SystemTypes.String but for the above declaration the local.Type.FullName = "System.String[]" so I am not able to check for naming convention for Arrays like the one given above. What can I do to solve this problem Regards Ashish You can check the TypeNode.NodeType property, for example: if (local.Type.NodeType == NodeType.ArrayType) { // Do something } ...Show All

  • Visual Studio Interactive Sort and Printing

    In RC, I'm using the Interactive Sort feature. Printing doesn't respect my sorting options! Exporting to Excel seems to yield correct results, but printing doesn't. Anyone know if this will be fixed for release Printing a 1000 row report (this happens!) in random order is not an option. Not that I know of. I've resorted to handling sorting outside of the report and not use the Dynamic sorting feature. Dynamic sorting is kind of broken anyway, seeing as you can't sort on several columns (for when the values in the first sort column are equal). Well, you can, but only when the separate sorting column ...Show All

©2008 Software Development Network