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

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

xshua

Member List

Nidal-Fouad-Hajj-Youssef
Pascal Mignot
ycjj
CoolBrinkman
LT2007
JVJ
seco
Ryan C. Price
PedroCGD
Jakein2006
irvendeep
Tryin2Bgood
#pragma
Nikraz
Boise83716
xRuntime
DKB
ab2304
rgerrit
Adam Plocher
Only Title

xshua's Q&A profile

  • Visual Basic Array starting at One

    I'm trying to make a array start at 1 and go to 600, i tryed using "to" but never worked. ReDim Preserve Array(1 to 600) You still dont understand, what i'm trying to do is start with 1 and then go up to 600, so its 1, 2, 3, 4, ....., not 0, 1, 2, 3, ...... For example in vb6 i could have used, but i'm using vb.net ReDim Array(1 To 600) As Byte So that it starts at 1 and goes up NOT 0 and up ...Show All

  • Internet Explorer Development Organizing IE7 Toolbars - Google hijacks toolbar layout.

    What a Horrible experience has been using IE7. First I can't put more bars in the same row as the address bar So I get a incredibly big address bar and loose a lot of screen. Other problem is that toolbars dont stay in the place you put them. They keep moving even if you lock the toolbars. Is this a Primary BUG at IE7 Is there anyway to make IE 7 as useful as IE6 and customize bars the way I want and not the way the developers wanted Thank you in advance for solutions.... Thank you for your comments! Even when I start a new window, the Upromise toolbar is gone and I have to add it again. Maybe I will switch to Firefox ...Show All

  • Visual Studio 2008 (Pre-release) How to get the name of client machine inside OperationContext Object?

    Hi Everyone, Does anyone know where to get the name of client machine inside OperationContext.Current object I try to use OperationContext.Current.IncomingMessageHeaders.From property but it’s always null. Regards, Jdang David, Thanks for your time. Yes, I have to use MessageInspector to do this by adding my custom object into MessageHeaders collection to carry my extra data from client to the server. A little work without any book or documentation but it works now. Regards, JDang ...Show All

  • Visual Studio Express Editions how some help fix my code?

    'Create a new MailMessage object and specify the"From" and "To" addresses Dim Email As New System.Net.Mail.MailMessage(" From@abc.com ", " To@abc.com ") Email.Subject = "test subject" Email.Body = "this is a test" Dim mailClient As New System.Net.Mail.SmtpClient() 'This object stores the authentication values Dim basicAuthenticationInfo As _ New System.Net.NetworkCredential("username", "password") 'Put your own, or your ISPs, mail server name onthis next line mailClient.Host = "Mail.RemoteMailServer.com" mailClient.UseDefaultCredentials = False mailClient.Credentials = basicAuthenticationInfo ...Show All

  • SQL Server How to use a variable from the code on Microsoft Reporting Services 2005

    Hi all. I have a Application developed on VB2005 with the reports (processed local) from Microsoft Reporting Services 2005. I would like to know how can i use the value of a variable to be displayed on a textbox on my report. Thanks for the help. Best regards. dp Yes that's it. Imagine that on the VB code i have. Dim varA as integer = 123 What i want is to use the value of varA without writing that value on the database. Best regards. dp ...Show All

  • Windows Forms Sharing

    How do you share the Windows folder This forum is meant for questions regarding Windows Forms. However, just to answer your question... In Windows Explorer, if you navigate to a file folder, and right click a folder, in the menu that pops up, there should be a link: "Sharing and Security...". You should be able to choose to share the folder from there. ...Show All

  • .NET Development Not Download web by using WebClient because Image confirm

    Hi, i develope application use C#.But when downloaded, entire web page are page image confirm. Help me download webpage ignore image confirm.Image confirm to appear when download multiple web page. ...Show All

  • Visual Studio Express Editions precomiled header directives

    I am using some user defined header files and i have included the header files in the program but when i try to compile it, i get the following error: fatal error C1010: unexpected end of file while looking for precompiled header directive Error executing cl.exe. I went onto project->settings->c++ and changed the option to not use precompiled headers but it did not solve teh problem. I had a similar problem before but changing the project settings solved my problem but thats not the case anymore. Could someone shed some light on this please!! Thanks very much I was under the impression that u need to include the reference to stdafx.h file, if you have the option of using precompiled header ticked b ...Show All

  • Visual C++ Binary to decimal function in C

    Hi, I am trying to write a function in C that will take a binary number from the user and convert it to its decimal equivalent. I was wondering if there is a way to write this function without converting the input from the user to a string and manipulating it. Is there a way to write this function only using integers. Also is there is a way we can cast a char to an int in C Thanks for the help. Sunny Yeah, that's even better. Walk a string from start to its null terminator, shifting the accumulated value by one bit on each character, adding 1 on each '1' character. ...Show All

  • Software Development for Windows Vista Vista Certification Test Case 16 Issue

    Hi, I'm just going through the certification process and was advised that my .application manifest did not show up as signed when they looked at the Properties tab in WIndows Explorer. This is correct and I found it during my pre-testing as well but I actually thought it was OK as I have signed the manifests files (.application and .manifest) using mageui. I also tested using VS2005 Project Properties signing process and it did not produce the Property tab info in WE either. I know the manifests are properly signed (as ClickOnce doesn't allow them not to be I think) as when you install you get the appropriate security dialogs with links to our certificate information. My issue is that the certification testers obviously fo ...Show All

  • Windows Forms Cannot Reflect on custom Attribute

    hallo, i am creating some PuginFramework. I use a CustomAttributes to sign Methods to be later invoked from a Delegate. When reflecting over the Assemblies to load i cant get this CustomAttributes. Here is some Code: i hope somebody can give me an advise... Thanks Arnold ================================================ //ObserverAttribute Class [AttributeUsage(AttributeTargets.All, AllowMultiple = true)] public class ObserverAttribute : Attribute {...} ================================================ //ObserverAttribute assigned to Method [ObserverAttribute(some Parameters...)] private void ThisMethodShouldBeCalled(object sender, EventArgs e) {} ================================================ //Reflecting to get the Custom Attribute Assem ...Show All

  • Visual Studio Team System Purpose of Iterations

    Hi, I'm wondering if iteration's only purpose is to help group work items in a timely order. What is the consequence if I do not close all tasks that are exit criterias I am aware of what is meant by time boxing - but what happens if I never fulfil the tasks assigned to an iteration. Are there any mechanisms reacting to iterations that I don't know about >Then i dont think that TFS is extensible but yeah its customizable. If its not allowing you to force checkings then it doesnt mean it loose flexiblity, it shuld have a way to enforce checking like dependencies, due dates etc etc... At the moment work items are in a dumb bucket and they dont have any sort of control and intelligence.. but can we expect it in next v ...Show All

  • .NET Development App works in debugger, not otherwise

    Help! I want to shell to cmd.exe and run a mysql command. This works fine when running in the the VS debugger, but the cmd shell either doesn't launch, or doesn't get the standardInput characters when I run my .exe outside of the debugger. The code I want to work is: Dim myproc As System.Diagnostics.Process myproc = New System.Diagnostics.Process() myproc.EnableRaisingEvents = False myproc.StartInfo.FileName = "cmd.exe" myproc.StartInfo.RedirectStandardInput = True myproc.StartInfo.UseShellExecute = False myproc.Start() myproc.StandardInput.WriteLine("mysqldump " + DataFileName + " -u root -pspa -r " + Chr(34) + SignalFileName + Chr(34)) This seems very weird. Any help is greatly appreciated. Thanks ...Show All

  • SQL Server Normalize data

    Hi, I have a table like this: Pk_QuestionID Question Choice1 Choice2 Choice3 Choice4 correctChoice 1 XYZ a b C d 3 This has to be transferred to a more normalized schema like this Pk_QuestionID Question 1 XYZ And Pk_OptionID Fk_QuestionID Choice_Description isCorrect 1 1 a 0 2 1 b 0 3 1 c 1 4 1 d 0 We can use either the unpivot-merge or a SQL Union ALL statement to achieve ...Show All

  • Visual C# Convert C# to VB

    I am having some trouble "translating" some C# code to VB from an excellent class I found at http://bloggingabout.net/blogs/jschreuder/archive/2006/05/31/12272.aspx Here is the section I need some help with /// <summary> /// Definition for the FileEvent. /// </summary> public delegate void FileEventHandler ( object sender, FileEventArgs e); /// <summary> /// Event is raised for each file in a directory. /// </summary> public event FileEventHandler FileEvent; /// <summary> /// Raises the file event. /// </summary> /// <param name="fileInfo"><see cref="FileInfo"/> object for the current file. </para ...Show All

©2008 Software Development Network